First of all I would suggest you do like LadynRed and stevej told you.
Furthermore it's really possible to make EXACT the same webpages in all browsers!!! (Only if you want to spent a lot of time watching pixel differences etc... but still it's possible) With all browsers I mean: IE6, IE7, FF2, FF3, GC, SF, OP. Just read this http://www.webmaster-talk.com/css-fo...rting-tip.html and if you still find a thing that's different it's always possible to make a css file for that specific browser and include it with an IF check
example:
Code:
<!--[if lte IE 7]>
<style type="text/css">
@import '../style/ie6style.css';
</style>
<![endif]-->
Anyways an answer on your question:
First of all in IE6 I got a runtime error XD
I qoute:
Quote:
There has been a runtime error. Do you want tot start the debugger?
Rule: 42
Error: This attribute or method is not supported by the object
|
(hope my translation makes sense :P)
After canceling this I saw your page.. In IE7 it worked without errors but I saw your problem.
have you tried giving the buttons a margin-bottom:0; ? Cause I think IE adds his own margins for a button.... (not sure though...)
__________________
The Eagle Soars Above You!
Please login or register to view this content. Registration is FREE
|