Thread: Spacing Issues
View Single Post
10-27-2005, 03:34 AM
#7
Musoka is offline Musoka
Musoka's Avatar
Status: Member
Join date: Aug 2005
Location: US
Expertise:
Software:
 
Posts: 121
iTrader: 0 / 0%
 

Musoka is on a distinguished road

Send a message via AIM to Musoka Send a message via MSN to Musoka

  Old

Browsers sometimes handle things differently, IE especially, CSS or coding.

Thats what CSS hacks are for.

To fix the menu in IE put this in the CSS

Code:
/* Silly IE sees this */
#id { margin:3px; }
/* FF sees the bottom */
html>body #id { margin:0; }
And why exactly are you coding a vbskin in HTML, it doesnt make sense.