Ackis Posted March 18, 2007 Posted March 18, 2007 I wonder if anyone can tell me IF it's possible and in that case WHERE to add the code below? Instead of just plain text (to the different catalouges/products) on my indexpage I want buttons... #meny{ width: 192px; margin: 0px; padding: 0; list-style-type: none; font: 11px Verdana, Helvetica, sans-serif;} #meny a{ display: block; width: auto; height: 25px; background: transparent url(knapp.gif) no-repeat; text-decoration: none; padding: 5px 0 5px 10px; } #meny a:link{color: #663333;} #meny a:visited{color: #663333;} #meny a:hover{background: transparent url(knapp_over.gif) no-repeat;} #meny a#current{color: #E6CCCC;} //Jessica Jessica Fuchs
Nullachtfuffzehn Posted March 18, 2007 Posted March 18, 2007 Are you talking about adding the code to your stylesheet.css?
Ackis Posted March 18, 2007 Author Posted March 18, 2007 Well.... that's one of my questions.... I really don't know where to add the code to get the looks that I want. Jessica Fuchs
Nullachtfuffzehn Posted March 18, 2007 Posted March 18, 2007 Ok, so put it in your stylesheet.css. Then add the 'id="meny"' to the appropriate links on your index.php.
Ackis Posted March 18, 2007 Author Posted March 18, 2007 Excause me... what do you mean with id=menu? :blush: Jessica Fuchs
Ackis Posted March 18, 2007 Author Posted March 18, 2007 Anyone at this forum available who knows something about this?? Please?!! Jessica Fuchs
Recommended Posts
Archived
This topic is now archived and is closed to further replies.