|
uCoz Community Archives Locked CSS Problems |
CSS Problems |
Hey, I'm trying to add CSS to my buttons (form buttons), but it doesn't seem to be working. I've tried to put the CSS in the part that says CSS lol Doesn't work, I've tried putting the code with the button I'm trying to change, but that's not working either. Where do I put this code to make it work?
Code /* CSS */ .btnExample { color: #900; background: #FF0; font-weight: bold; border: 1px solid #900; } .btnExample:hover { color: #FFF; background: #900; } That's the general code I'm trying to add, but I will be changing the colours later on, but for now just need to add that code. Any help would be appreciated |
Should work in CSS, have you made sure the buttons (inside the HTML) have the correct ID?
For example (marked in blue), Quote <button type="button" id="Example">Click Me!</button> Kind regards,
Elliott. "The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer. I'm on Behance and Twitter. Post edited by CreativeCollusions - Thursday, 2010-11-25, 6:26 PM
|
Still not working
This is really annoying lol. Here's the button code if that'll help. I'm not too up with creating form objects as I normally just use Bravenet. xD
Code <FORM METHOD="LINK" id="btnExample" ACTION="http://scotlandstandup.blogspot.com"> <INPUT TYPE="submit" VALUE="Scotland Stand-Up"> </FORM> Post edited by Scotkill - Thursday, 2010-11-25, 8:42 PM
|
| |||
| |||