on http://offthevinesd.com/contact.php
I am trying to figure out why it is that the elements on the page (form) seem to move to the right when the mouse moves over the first 2 menu items?
Can I get some help?
Thanks...
| SitePoint Sponsor |





on http://offthevinesd.com/contact.php
I am trying to figure out why it is that the elements on the page (form) seem to move to the right when the mouse moves over the first 2 menu items?
Can I get some help?
Thanks...
"Oh, and Jenkins--apparently your mother died this morning."
Hi,
In your esstyle.css it is giving a 1px bottom border to all "a"s on hover.
Code:a:hover { border-bottom:1px solid #660000; color:#660000; }
Ray H.- css-lab.com
W3C Specs - CSS 2.1 | CSS current work | Properties Index
You can override it in your main.css like so -
Code:.jqueryslidemenu ul li a:hover{ background: black; /*tab link background during hover state*/ color: white; border-bottom:0; }
Ray H.- css-lab.com
W3C Specs - CSS 2.1 | CSS current work | Properties Index





thanks
"Oh, and Jenkins--apparently your mother died this morning."
Bookmarks