lallous
12-05-2009, 09:51 AM
Hello everyone,
I'm still trying to figure out what the best way is of applying something you designed on photoshop like a button in my case to your website.
I am trying to modify the background of my current button by pointing to my the photoshop graphic but it does not change.
This is my current code:
Button: <a href="index.html" class="button"> Home</a>
Button Class:
button {
background-color:#000000;
border-right: 1px solid #FFFFFF;
color:#FFCC00;
font-size:0.8em;
font-weight:bold;
line-height:2;
padding:5px 20px;
text-decoration:none;
}
Currently my buttons are still without the background attribute as the code above reveals. Can someone please shed some light.
Thank you,
I'm still trying to figure out what the best way is of applying something you designed on photoshop like a button in my case to your website.
I am trying to modify the background of my current button by pointing to my the photoshop graphic but it does not change.
This is my current code:
Button: <a href="index.html" class="button"> Home</a>
Button Class:
button {
background-color:#000000;
border-right: 1px solid #FFFFFF;
color:#FFCC00;
font-size:0.8em;
font-weight:bold;
line-height:2;
padding:5px 20px;
text-decoration:none;
}
Currently my buttons are still without the background attribute as the code above reveals. Can someone please shed some light.
Thank you,