Menu problems running out of time.

liunx

Guest
I am still having problems with my menus, and I have to show the Head of the school the webpage by tomorrow.

I have a link as follows.
Webpage (<!-- m --><a class="postlink" href="http://www.gslc.qld.edu.au/Newpage/GSLC(Noosa(Text">http://www.gslc.qld.edu.au/Newpage/GSLC(Noosa(Text</a><!-- m -->))/index.htm)
CSS Code (<!-- m --><a class="postlink" href="http://www.gslc.qld.edu.au/Newpage/GSLC(Noosa(Text">http://www.gslc.qld.edu.au/Newpage/GSLC(Noosa(Text</a><!-- m -->))/css/home.css)

I want the menu to take up 96% of the width with 4% of the width to be taken up by the Maroon box on each side(2% on each side).
I have been working on the numbers of 90% and 5%each side to make it easyer to see if you are wonderting about the numbers.

Also, i know my codes abit of a mess but I converted from a JS menu system to a CSS menu system becuse the JS one strated to make Active X errors on SP2 Computers.

Any help would be of the greatest help.

WofenFirst and foremost you need to have unique ID's for your elements

You can however use classes if you want to style your li tags

<li class="top">

then in your css file change #top to .top or li.top

Also you need to fix things in your code like...

<li idtop>
 
Back
Top