Log in

View Full Version : my table borders change size in FF



joaoleitao
08-03-2006, 07:20 PM
i found my problem. but still i can't solve it.

I can notice that my tables get a huge side border even if i dont have a border on that table. also the tables i have borders, they get a huge border size change.

site (http://www.merzougahotels.com)

please help me knowing why my table borders change size in FF. thank you very much.

mburt
08-04-2006, 12:57 AM
I learned this little trick from Girard_Ibanez, it's sets the global margin and padding to 0px (stylesheet)



<style type="text/css">
* {
margin:0px;
padding:0px
}
</style>


hopefully it'll help.
:)