K kiplarson Established Member ★ 15 ★ Impact 0 Mar 12, 2007 637 views 2 replies #1 Anyone know why the red bar image that is beneath the navbar buttons is pushed down? It looks find in FireFox of course and even looked alright in IE 6, but it's messed up in 7. Any ideas would be appreciated: NESgaming.com
Anyone know why the red bar image that is beneath the navbar buttons is pushed down? It looks find in FireFox of course and even looked alright in IE 6, but it's messed up in 7. Any ideas would be appreciated: NESgaming.com
U user-7256 VIP Member VIP ★ 20 ★ Impact 111 Mar 12, 2007 #2 I think it's the padding; IE7 is pretty dumb about that, and I have some problems I'm trying to solve with it as well. Instead of padding, maybe try position: relative; and move it with top: and left: properties? Just an idea... not sure if it'll work... Edit: OR, maybe try vertical-align: top.... that's probably not it, though...
I think it's the padding; IE7 is pretty dumb about that, and I have some problems I'm trying to solve with it as well. Instead of padding, maybe try position: relative; and move it with top: and left: properties? Just an idea... not sure if it'll work... Edit: OR, maybe try vertical-align: top.... that's probably not it, though...
K kiplarson Established Member ★ 15 ★ Impact 0 Mar 12, 2007 #3 hmm, so that would be in the CSS? I'll see if I can find what it might be.