as4s1n
New Member
- Messages
- 174
- Reaction score
- 4
- Points
- 0
As everybody knows how horrible I.E. is at parsing websites, I have a problem. For some reason, when I load up my page in FF3/GC4.1.x.x.x the header near the top left of the page looks exactly how I want it to, with 5px of padding on each side giving a nice gap between each side. But, when I load it up in IE 7/8 it works mostly but the top-padding seems to have dissappeared. I have tried the '_' hack using
But since that doesn't work I think I am doing something wrong. Is there another method to fix that. It may be a small but but it keeps my site from looking exactly the way I want it to.
Code:
#content-header {
/* ... */
padding:5px;
_padding-top:10px;
/* ... */
}
But since that doesn't work I think I am doing something wrong. Is there another method to fix that. It may be a small but but it keeps my site from looking exactly the way I want it to.
Attachments
Last edited: