This has been irritating me for hours now, which is stupid. All i am trying to do is have the link get a black background when hovered over and the text to turn white, but i am finding it impossible, the link height is too high but if i change it the text just disapears instead of moving up with it as i would just like the black background to be around 7px around the text and to sit ontop of the diagonal lines.
Got something to ask again, how would i get the text in the drop down menus to be white, i'm not sure how to target them without adding a load more id/classes to each link?
Yeah i managed to get it after a few more minutes of thinking, thanks for posting though.
I am now wondering why i can't get the links in the footer to display in a list, i have tried adding display:inline to everything, and doesn't seem to work so i am guessing it is something else?
http://www.lsw-design.com/sgraphics3/
Can anyone please let me know what i am doing wrong or not doing at all?
Thanks.
You should be able to get it from there!
Your h4 appears to have margins so I would set your h4 margins to 0
You can then adjust the height and margins of your "left-menu" div.
This should almost get you there.
To target just the drop down links, you could do something like this:
ul li ul li a { color: whatever; }
I am now wondering why i can't get the links in the footer to display in a list, i have tried adding display:inline to everything, and doesn't seem to work so i am guessing it is something else?
Display them as block and remove float:left.