My ul on my page lines up perfectly in FF but have a gap in IE ? ? ?
HI,
If you are talking about ul.tabs then the problem is that you have made the four tabs just happen to fill the space by virtue of their padding, borders and content. Browsers all render text at different widths and some by quite a large margin so you cannot just make things fit with text + padding.
The easiest solution is to add an individual width to each tab, remove the side padding and then center the text.
that did the trick. Thank you!