Reputation: 845
I made a site using ASP.net and it works fine in Firefox and Chrome but in IE my menu becomes huge and extends past my page border. The site is www.radoart.co.za . Any help is appreciated.
Thanks!
Upvotes: 0
Views: 84
Reputation: 176896
problem is cause by the your .menu class
if you set the padding-left and padding-right values to 5px it will work fine in IE too because its working fine at my end if i set the padding-left and padding-right vlaues to 5px.
Upvotes: 2