Hello,
I've been struggling to work out a solution to the following, i have been wanting to put a css drop down menu onto my site www.razor-hosting.co.uk.
I am using CSS styles etc and ive tried adding the old code such as the following:
Code:
<li><a href="#">Sub 1:1</a></li>
<li><a href="#" class="parent">Sub 1:2</a>
<ul>
<li><a href="#">Sub 1:2:1</a></li>
<li><a href="#">Sub 1:2:2</a></li>
<li><a href="#">Sub 1:2:3</a></li>
<li><a href="#">Sub 1:2:4</a></li>
</ul>
</li>
<li><a href="#">Sub 1:3</a></li>
<li><a href="#" class="parent">Sub 1:4</a>
<ul>
<li><a href="#">Sub 1:4:1</a></li>
<li><a href="#">Sub 1:4:2</a></li>
<li><a href="#">Sub 1:4:3</a></li>
<li><a href="#">Sub 1:4:4</a></li>
</ul>
</li>
<li><a href="#" class="parent">Sub 1:5</a>
<ul>
<li><a href="#">Sub 1:5:1</a></li>
<li><a href="#">Sub 1:5:2</a></li>
<li><a href="#">Sub 1:5:3</a></li>
<li><a href="#">Sub 1:5:</a></li>
<li><a href="#">Sub 1:5:5</a></li>
</ul>
</li>
etc etc, and it didnt work, i also got confused with changing the style
Code:
<a href="#" class="top_parent">
to what i currently have so it looks the same as it does currently.
If anyone can help and maybe if possible add us on msn and spend half an hour or so helping out that would be great
Regards
__________________
Razor Hosting : Professional Web Services
Shared Hosting, Reseller Hosting, VPS Hosting, Web Design starting from £2.95 /m
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|