Hi,

My page is up here

http://www.blue-fly.co.uk/test/ross.php

and the css

http://www.blue-fly.co.uk/test/menu.css -for the menu
http://www.blue-fly.co.uk/test/nhs.css -general layout


I am trying to create a css dropdown but the buttons are images as they look a 
bit smoother than unrendered text. I have 2 problems

(i) they seem to drop down slightly on rollover

(ii) what is the syntax for creating multiple similar buttons? Can I do 
.topmenutitle.1, .topmenutitle.2, topmenutitle.3 ec.

This is the button css... and I just move it -125px (the whole image is 
250px)..but the problem seems to be a slight vertical shift.

.topmenutitle {
 text-indent:3px;
 text-decoration: none;
 padding:3px;
 border: #000000;
 background-image: url(press_but.gif);
 height: 25px;
 background-repeat: no-repeat;
 width: 125px;
}
.topmenutitle a:hover{
 background-position: -125px;
 background-color: #CC6699;
 
}

Hope this makes sense,



R.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to