Not displaying correctly - urgent help

Post your questions and problem reports here.
Post Reply
peterc
Posts: 2
Joined: Sun Feb 03, 2013 1:34 pm

Not displaying correctly - urgent help

Post by peterc »

Hi

I successfully generated menus for a site months ago see here http://www.fedant.org

I have tried to make some changes to the menu buttons etc. I replaced the HTML on my page and deleted and replaced the images, css and js files but the menu is now not displaying correctly. There seems to be some additional wording over the menu buttons see here http://www.fedant.org/parents/how_to_use.htm

Please can anyone tell me why????
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Not displaying correctly - urgent help

Post by Aivars »

You've added a rule block in the <style> block that goes like

Code: Select all

a {
  font-size: ...
  ....
}
Add somewhere (e.g. right after that block) the following:

Code: Select all

#mbleftebul_table a {
  font-size: 0;
}
Blumentals Software Programmer
peterc
Posts: 2
Joined: Sun Feb 03, 2013 1:34 pm

Re: Not displaying correctly - urgent help

Post by peterc »

Thats fixed it. Thank you so much!!!!!
Post Reply