Hi, I am just trying to create this hover image for my menu on the left.
Can someone help explain how I go about this?! Firstly, how do I know what pixel height and width it should be exacfly - where in the code does it tell me?
And then what do I need to do in order to make it work?
Here's what I'm after:
http://www.mypreciousgifts.co.uk/images/nav_hover.jpg
My code in the 'stylesheet_boxes.css' looks like this: so is it something in here I must edit?
/* ----------------------- BOXES ------------------------- */
.box {margin-bottom:20px;}
.box-head{ background:url(../images/title-bg.gif) no-repeat 4px 0; font-size:20px; line-height:24px; color:#303030; font-weight:bold; padding:2px 0 2px 39px; margin:0;}
.box-head a{ color:#303030; text-decoration:none;}
.box-head a:hover{ color:#2c1902;}
.box-body{ padding:17px 18px 18px 1px;}
.box ul{ padding:0 0 0 5px; margin:0;}
.box ul li{ font-size:14px; line-height:20px; padding: 5px 0 5px 23px; padding-left:23px;}
.box ul li a{ color:#696969;text-decoration:none;}
.box ul li a:hover{ color:#2c1902; text-decoration:none;}
.box ol{ padding:0; margin:0; list-style:decimal inside;}
.box ol li{ font-size:14px; line-height:29px;}
.box ol li a{ color:#696969;}
.box ol li a:hover{ color:#2c1902; background:url(../images/list-marker.gif) no-repeat 0 12px; text-decoration:none;}
.box .name{ display:inline-block; margin:5px 0 10px;}
/* ----------------------- LISTING BOXES ------------------------- */
THANKS EVERYONE!


Reply With Quote

