|
|||||||
| HTML Discussion and technical support for building, using and deploying HTML sites. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
HTML/CSS doesn't render properly in Mac IE & 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
|
||||
|
||||
|
Start with valid CSS. See http://jigsaw.w3.org/css-validator/v...co.uk/newsite/ .
And please consider using HTML 4.01 Strict and ridding yourself of the pernicious proctice of using TABLEs for layout.
__________________
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.” —Tim Berners-Lee, W3C Director and inventor of the World Wide Web |
|
#4
|
||||
|
||||
|
http://www.danvine.com/icapture/detail/36290.html here is what it looks like on safari, coutesy of icapture. Just looks like a few minor box model issues to me. It does not look to be interfearing with the content though, and it does not look that bad. I would not worry about it too much myself. If it bothers you you can try hacking it a bit, I have a good hack chart link in my signature.
__________________
WAR EAGLE! 4 guys rolla (some good asp.net articles)|A browser hack chart, very handy |
|
#5
|
|||
|
|||
|
Mmmm.. I love the way fonts look on a mac.
But anyway, I think the problem with Safari is the nav bar under the header image. It's like it's moved over to the right and would obviously make the site quite difficult to navigate Other than that is does look ok |
|
#6
|
||||
|
||||
|
You can use z-index to overcome that. Just make sure the nav div has a higher z-index then the header and if things want to slide (depending on platform, resolution, window size) the content will be on top. But it would still probably be a good idea to rework the code, maybe hack that too.
__________________
WAR EAGLE! 4 guys rolla (some good asp.net articles)|A browser hack chart, very handy |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|