|
|||||||
| CSS Discussion and technical support relating to Cascading Style Sheets. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Page renders wrong in IE5 Mac and Safari
Hello all,
I was wondering if anyone could explain why the page below doesn't display properly in Mac IE 5 and Safari (the main content area moves off to the side, etc. It renders well in Firefox (Mac & Win) and IE Win... HTML file is here . CSS file is here (may need to right click & save as). Any help would be appreciated! |
|
#2
|
||||
|
||||
|
Validate your css file...I found 3 errors.
.mainNavCell in your css...class="navcell" in your html the nav bar moves right in safari because inheritance works maybe (align="right" in a table element above the nav bar td) ...it moves left (default) because that inheritance doesn't work (I guess). So I guess you need a align="right" in your html somewhere (the td before the nav bar) (blah)... Last edited by Triumph; 01-13-2005 at 10:37 AM. |
|
#3
|
||||
|
||||
|
On a side note: I don't see anything wrong in Safari.
|
|
#5
|
||||
|
||||
|
You have:
Code:
#middleContent
{
position: relative;
top: 0px; left:150px; width: 447px;
background-color: #ffffff;
border: 0px none #000000;
overflow: hidden;
}
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|