Re: Affilistore - help on design
I do see the larger text in the nav when using Firefox.
If you inspect the left nav unordered list using the Firebug plugin the browser is seeing a surrounding the menu list. This is what is causing the problem.
However when viewing the page's source the font element is not present around the unordered list, Firefox is adding it in (incorrectly parsing the dom). The problem seems to be the self closing <font size="4"/> element in the previous paragraph which is in the main column here
"...some of which are exclusive to members of the Wine Lover's Club.<u><font size="4" /></u>"
If you remove the "<u><font size="4" /></u>" it should correct the page.
p.s. although the page validates the font element is deprecated and should be avoided if possible.
cheers
Pete
|