CSS and IE7 Problems
-
I think I’ve been staring at this too long and just can’t seem to find a fix. Hopefully someone can lend me a hand.
My layout in IE7 is pushing a portion of my header a bit too far to the right, I thought it may be a double-padding / margin problem but I attempt to try the -margin / _margin hack and nothing is working.
Anyone seeing something I’m not?
‘
#header .title {
margin-left: 180px;
top: 10px;
position: absolute;
text-align: left;
_margin-left: -180px;
display: inline;
}
‘Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS and IE7 Problems’ is closed to new replies.