CSS Help...
- Started
- Last post
- 11 Responses
- NOVOLUME
Hi, I've just built this site http://www.mac3dsoftware.com, which although aimed at a mac market, I'd like it to work on PC but I seem to have a problem on IE6 PC - can anyone help me with it please?
- ********0
Seems to work on IE7, PC if that is any consolation.
I don’t have IE6. :X
- Dancer0
I am on a mac so I can't see but:
I never really use positioning I find it too buggy in IE. If you comment out all the content bit by bit and see which element is causing the mis alignment. also put borders on block level items (divs, etc) to see which space is governing what.
Sorry I couldn't help much more..
- NOVOLUME0
So the _padding only applies to IE 6? I've seen it done before and wondered what it was for - sounds like that's what I need to do - thanks!
- NickW0
add,
clear:both;
to your 'leftcolumn' and 'rightcolumn' styles, that should do it
- tomkat0
I hate IE hacks, never use them
and yes, it is more work sometimes, but I'm very sure it is more secure for future browser updates
- van_rijn0
add,
clear:both;
to your 'leftcolumn' and 'rightcolumn' styles, that should do it
NickW
(Apr 26 07, 04:13)naah that wont do it.. he is floating those boxes
the padding/width would do it
- tomkat0
listen von van-rijn, clever man
;)
- NickW0
Seems to work fine:
- NOVOLUME0
Used the hack which seems to have done the trick - thanks all!

