I’m working on a site design and I’m stuck with tabs that aren’t working properly across all browsers. The site is here:
http://www.designmeditations.com/stc4-1/
In the current version of Chrome it looks good. In FF, it’s hanging one pixel low. If I move it one pixel up, then it looks good in FF and you see a 1 pixel line along the bottom in Chrome when you hover.
Suggestions? I typically do these transitions with images on unordered list elements, but I didn’t figure I needed to use images at all in this particular case.
Thanks.
I can’t see the difference that you’re talking about, but good practice with tabs is to state the line-height in pixels. Try adding
line-height: 20pxand adjust from there. It will most likely fix the discrepancy.