View Single Post
  #2 (permalink)  
Old Apr 6th, 2006, 16:04
benbacardi's Avatar
benbacardi benbacardi is offline
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Horizontal drop-down menu ???

style.css needs NO html tags within it... none at all... remove the

<html>
<head>
<style type="text/css">

from the top and the

</style>
</head>

<body>

from the middle, and the

</body>
</html>
from the bottom.

Also please could you contain your code within code tags next time. Thanks
Reply With Quote