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????
Not displaying correctly - urgent help
Re: Not displaying correctly - urgent help
You've added a rule block in the <style> block that goes like
Add somewhere (e.g. right after that block) the following:
Code: Select all
a {
font-size: ...
....
}
Code: Select all
#mbleftebul_table a {
font-size: 0;
}
Blumentals Software Programmer
Re: Not displaying correctly - urgent help
Thats fixed it. Thank you so much!!!!!