Posted by Paul Furman on 07/10/07 23:07
I've got a nav menu that's css formatted to run across the top:
[home about view cart]
When I want to make one of the links a button, the formatting is broken,
causing a double page break from code like this:
<li>
home
</li>
<li>
<form ...
about
</form>
</li>
<li>
view cart
</li>
so it looks like this:
[home
about
view cart]
Any simple way to fix this?
--
Paul Furman Photography
http://www.edgehill.net/1
Bay Natives Nursery
http://www.baynatives.com
Navigation:
[Reply to this message]
|