Page 1 of 1

Not displaying correctly - urgent help

PostPosted: Sun Feb 03, 2013 1:40 pm
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????

Re: Not displaying correctly - urgent help

PostPosted: Sun Feb 03, 2013 3:28 pm
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;
}

Re: Not displaying correctly - urgent help

PostPosted: Sun Feb 03, 2013 3:46 pm
by peterc
Thats fixed it. Thank you so much!!!!!