Ok so I have been working on this site and all of my links have this weird little padding and drop shadow on the hover effect.. I want it in the mast head but not on the rest of the links... Maybe the drop shadow but nothing else.
Anyone that could help me get this little thing fixed would be greatly appreciated.
Also, your #mast-head div is causing a horizontal scrollbar due to its 100% width. To fix this you just need to apply position: relative; to #container.
Ok so I have been working on this site and all of my links have this weird little padding and drop shadow on the hover effect.. I want it in the mast head but not on the rest of the links... Maybe the drop shadow but nothing else.
Anyone that could help me get this little thing fixed would be greatly appreciated.
It can be seen on the home page @ http://hopewell-sub-pizza.com/ the read more buttons highlight the real trouble.
-Allen
You have this:
...but it should be like this:
Also, your
#mast-headdiv is causing a horizontal scrollbar due to its 100% width. To fix this you just need to applyposition: relative;to#container.Aye good eye..
I also had a .navigation a group set up wrong didnt even notice it.
Thanks so much