473,805 Members | 1,939 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Layout is breaking in NN7 using CSS Style

Please help! I've been trying to figure this out for days now, with no
luck. the following web page loads fine in MSIE, but NN 7 breaks it. I
would really appreciate any suggestions that anyone might have. I tried
setting the positioning to relative, as well as added broders, to the
elements that break in NN7, with no luck.

Here's the site:
http://www.dataaxiom.com/Default.htm

Also, I'm wondering if I'm even doing the CSS correctly. I started with a
main frame div, then created separate styles for each child div.

Thanks,
Curtis Morrison
cu**********@da taaxiom.com


----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Jul 20 '05 #1
27 2114
On Tue, 11 May 2004 22:19:05 -0500, Curtis Morrison
<cu**********@d ataaxiom.com> wrote:
Please help! I've been trying to figure this out for days now, with no
luck. the following web page loads fine in MSIE, but NN 7 breaks it. I
would really appreciate any suggestions that anyone might have. I tried
setting the positioning to relative, as well as added broders, to the
elements that break in NN7, with no luck.

Here's the site:
http://www.dataaxiom.com/Default.htm

Also, I'm wondering if I'm even doing the CSS correctly. I started with
a
main frame div, then created separate styles for each child div.

Only possible problem in the CSS I see right off - be sure you set
background and color together. I mean, you can be overly anal about it,
but be sure there's no instance where you're counting on a default.

I'll check Mozilla when I can to see if I can detect the error. I see no
major errors in the CSS. Likely something's not right if Mazilla isn't
rendering properly, but due for a restart.
Jul 20 '05 #2
Els
Curtis Morrison wrote:
Please help! I've been trying to figure this out for days now, with no
luck. the following web page loads fine in MSIE, but NN 7 breaks it. I
would really appreciate any suggestions that anyone might have. I tried
setting the positioning to relative, as well as added broders, to the
elements that break in NN7, with no luck.

Here's the site:
http://www.dataaxiom.com/Default.htm

Also, I'm wondering if I'm even doing the CSS correctly. I started with a
main frame div, then created separate styles for each child div.


You asked this yesterday in alt.html.writer s.
Didn't my answer there help?
I'll just paste it here again:

Same happens in Mozilla 1.4 and Firefox.
I'd say you need clear:both on the #ContentFooterT op.
Not tested.
You also need a border on #Frame, to prevent the left side
of your page disappearing when the window is narrower than
700px.

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -

Jul 20 '05 #3
Hey Els, sorry for the poorly done cross-post. Norton anti-spam keeps
crashing Outlook Newsreader....

Anyway, I tried adding clear:both the the #ContentFooterT op region, as well
as adding a border to the #Frame region (which I will re-add once I get this
initial problem fixed - good suggestion, BTW). I also tried playing with
the position:relati ve and clear:both/clear:left/clear:right on all the other
div regions, with no luck.

Thanks,
Curt
"Els" <el*********@ti scali.nl> wrote in message
news:40******** **************@ dreader2.news.t iscali.nl...
Curtis Morrison wrote:
Please help! I've been trying to figure this out for days now, with no
luck. the following web page loads fine in MSIE, but NN 7 breaks it. I
would really appreciate any suggestions that anyone might have. I tried
setting the positioning to relative, as well as added broders, to the
elements that break in NN7, with no luck.

Here's the site:
http://www.dataaxiom.com/Default.htm

Also, I'm wondering if I'm even doing the CSS correctly. I started with a main frame div, then created separate styles for each child div.


You asked this yesterday in alt.html.writer s.
Didn't my answer there help?
I'll just paste it here again:

Same happens in Mozilla 1.4 and Firefox.
I'd say you need clear:both on the #ContentFooterT op.
Not tested.
You also need a border on #Frame, to prevent the left side
of your page disappearing when the window is narrower than
700px.

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Jul 20 '05 #4
When you say "set background and color" together, are you saying to specify
the background color on every div region? Sorry, will you please clarify?

"Neal" <ne*****@yahoo. com> wrote in message
news:op******** ******@news.ind ividual.net...
On Tue, 11 May 2004 22:19:05 -0500, Curtis Morrison
<cu**********@d ataaxiom.com> wrote:
Please help! I've been trying to figure this out for days now, with no
luck. the following web page loads fine in MSIE, but NN 7 breaks it. I
would really appreciate any suggestions that anyone might have. I tried
setting the positioning to relative, as well as added broders, to the
elements that break in NN7, with no luck.

Here's the site:
http://www.dataaxiom.com/Default.htm

Also, I'm wondering if I'm even doing the CSS correctly. I started with
a
main frame div, then created separate styles for each child div.

Only possible problem in the CSS I see right off - be sure you set
background and color together. I mean, you can be overly anal about it,
but be sure there's no instance where you're counting on a default.

I'll check Mozilla when I can to see if I can detect the error. I see no
major errors in the CSS. Likely something's not right if Mazilla isn't
rendering properly, but due for a restart.



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Jul 20 '05 #5
Els
Curtis Morrison wrote:
Anyway, I tried adding clear:both the the #ContentFooterT op region, as well
as adding a border to the #Frame region (which I will re-add once I get this
initial problem fixed - good suggestion, BTW). I also tried playing with
the position:relati ve and clear:both/clear:left/clear:right on all the other
div regions, with no luck.


I just copied your code, added clear:both to
#ContentFooterT op, and voila, your footer is now located at
the bottom.
Only now, your text needs to stay to the right of the
#ContentLeft. For this, I replaced 'float:left' on
#ContentBody with margin-left:200px. (the width of the
#ContentLeft).

If you want it float:left, you also need to give it a width.
This isn't difficult in your case, as you are using fixed
widths, but with flexible design, you don't know the width
of the content, that's why I gave it a left-margin.

Now all you need is some tweaking with margins/paddings, to
get an identical look between the browsers.

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -

Jul 20 '05 #6
How am I supposed to post my replies in a newsgroup?:
http://allmyfaqs.com/faq.pl?How_to_post
Neal wrote...
be sure you set background and color together.

Curtis Morrison wrote: When you say "set background and color" together, are you saying to
specify the background color on every div region?


You don't need to do specify both on every element. But if you want to
set a color on *any* element -- div, a, p, h1, whatever -- then set both
color and background color. The color property should not occur in your
css without a background paired with it.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #7
Thanks Els, this worked - I appreciate it!!!

"Els" <el*********@ti scali.nl> wrote in message
news:40******** **************@ dreader2.news.t iscali.nl...
Curtis Morrison wrote:
Anyway, I tried adding clear:both the the #ContentFooterT op region, as well as adding a border to the #Frame region (which I will re-add once I get this initial problem fixed - good suggestion, BTW). I also tried playing with the position:relati ve and clear:both/clear:left/clear:right on all the other div regions, with no luck.


I just copied your code, added clear:both to
#ContentFooterT op, and voila, your footer is now located at
the bottom.
Only now, your text needs to stay to the right of the
#ContentLeft. For this, I replaced 'float:left' on
#ContentBody with margin-left:200px. (the width of the
#ContentLeft).

If you want it float:left, you also need to give it a width.
This isn't difficult in your case, as you are using fixed
widths, but with flexible design, you don't know the width
of the content, that's why I gave it a left-margin.

Now all you need is some tweaking with margins/paddings, to
get an identical look between the browsers.

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Jul 20 '05 #8
"Brian" <us*****@juliet remblay.com.inv alid> wrote in message
news:10******** *****@corp.supe rnews.com...
How am I supposed to post my replies in a newsgroup?:
http://allmyfaqs.com/faq.pl?How_to_post

You don't need to do specify both on every element. But if you want to
set a color on *any* element -- div, a, p, h1, whatever -- then set both
color and background color. The color property should not occur in your
css without a background paired with it.


Thanks Brian, that makes sense now.

Curt

----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Jul 20 '05 #9
DU
Curtis Morrison wrote:
Please help! I've been trying to figure this out for days now, with no
luck. the following web page loads fine in MSIE, but NN 7 breaks it. I
would really appreciate any suggestions that anyone might have. I tried
setting the positioning to relative, as well as added broders, to the
elements that break in NN7, with no luck.

Here's the site:
http://www.dataaxiom.com/Default.htm

Not related to your layout problem but nevertheless, your page

- has <meta http-equiv="Content-Script-Type" content="text/vbscript">
but no external files, not even an event attribute used anywhere. Not to
mention that vbscript is not a standardized language like javascript.

- uses a lot of &nbsp; for wrong reasons IMO

- at least 2 links have a title="Opens a new window ..." but they don't
open any new window

My 2 cents

DU
Jul 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2103
by: Happosai | last post by:
I am attempting to convert some content layout on a site that I manage from using a table to using CSS, but I cannot figure out how to do it. The following HTML is a simplification of what I am trying to convert (you can see the actual content layout on the home page of <http://www.NanimeW.Org.UK/>): <table border="0" align="center"> <tr valign="bottom">
47
9169
by: Neal | last post by:
Patrick Griffiths weighs in on the CSS vs table layout debate in his blog entry "Tables my ass" - http://www.htmldog.com/ptg/archives/000049.php . A quite good article.
30
3149
by: Diane Wilson | last post by:
I'm trying (once again) to figure out how to make a robust CSS layout style that can replace tables. I'd like to be able to do a basic two-column layout, with a one-column header, a two column body, and a two-column footer. The problem, and one that always sends me back to using tables, is that word "robust." Absolute positioning gets squirrelly, because it takes the positioned elements completely out of the float scheme, and stuff...
3
2362
by: Dave | last post by:
I am designing a web page using VS2003 ASP.NET. The page contains various DIVs (panels), one of which is in grid layout. The controls in this DIV render correctly in IE, but when using Firefox they are incorrectly positioned. VS sets the positioning of the controls to absolute, and because the DIV is to the right of another DIV Firefox (correctly, I suspect) positions the controls absolutely, which means they are too far to the left, while...
10
9217
by: Luke | last post by:
Hi. I am trying to make correct layout, here is an example of (dynamically generated content via jsp): http://localhost/www/layout.htm Most outer div is positioned absolute (if not then it will not grow when content inside div.body is greater than width of window of user agent), anyway anyone knowlegable can see it in sources...
15
2169
by: Gary Peek | last post by:
Can anyone tell us the browsers/versions that exhibit errors when tables are nested too deeply? And how many levels of nesting produces errors? (not a tables vs CSS question)
14
2461
by: varois83 | last post by:
Hi The code I am pasting below is just practice so the colors are goofy, it's to help me see what is where. The text isn't styled either at this time. I am working on a fixed 2 columns/header/footer layout that I adapted from one I found on the web. Something is wrong as I can't place a 1px solid black border between my navigation and content DIV's without the layout breaking up. I tried on both the navigation and content div's to no...
1
1460
by: Cortney | last post by:
Hello, I need someone to take a look at http://www.matatransit.com please. The "Local Weather" box on right breaks the page layout and moves subsequent right column content to bottom of page in IE browsers. If I turn off CSS this is resolved, so I know it's the likely culprit. I have been unable to determine what specifically is causing the problem and just need some more eyes.
1
8903
Death Slaught
by: Death Slaught | last post by:
I will be showing you how to make a very simple but effective three column layout. First we will begin with the HTML, or structure, of our three column layout. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
0
9716
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10360
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9185
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7646
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5542
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5677
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3845
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.