CSS Hacker Help
- Started
- Last post
- 7 Responses
- xrusos
I got a good one for you...
http://bayareafreefi.com
css: http://bayareafreefi.com/css/lay…On Mozilla/Safari, it looks super. On WinIE 6 (and I assume below) it looks crappy.
I played a bit with the box hack, but to no avail.
The basic things id's to look out for... #main, #sec, #tert (for main content, secondary content, tertiary content)
It's 10px off on Windows. Any help?
- heavyt0
i dont see any BMHs in there.
remember that IE6 doesnt not hack the same way that IE5 does.
i suggest lookign at ALA for help. they have an article that really describes what certain browsers do to boxes.
i would start by using IE and make the boxes work, then hack it for the rest.
TR1
- instantok0
did you try not using the short-hand for the margins?
meaning instead of:
margin: 5px 5px 0 375px;
use
margin-top:
margin-left:
etc.wild guess but i've had things like that mess me up b4
- xrusos0
I took the BMH's out. They didn't help. (or at least I couldn't get them to work)
They looked something like this:
margin:0;
padding:0 10px 10px 10px;
width:370px; /* bmh */
voice-family: "\"}\"";
voice-family:inherit;
width:350px;
- heavyt0
yeah, that only works for ie5.
ie6 doesnt respond to those.
better to use the hack for non-ie
html>body div# etc..that will get you into firefox/mozilla and not effect IE.
TR1
- heavyt0
dude,
check:
http://tr1design.com/baff/layout…
i put in a couple hacks for you.
looks decent on my end, you may want to do some tweaks though.TR1
- xrusos0
you are a champ heavyt! you got me on the right track for sure!
here's the final result:
http://bayareafreefi.com
css: http://bayareafreefi.com/css/lay…(anyone else see any issues with your browser viewing this site? browser? OS?)
(it's supposed to be all lined up... if it's not, then let me know)
- xrusos0
anyone else test on Win IE 5.
http://bayareafreefi.com