Author

Topic: CSS help? (Read 446 times)

legendary
Activity: 1540
Merit: 1000
March 03, 2014, 03:42:23 AM
#3
Oh for fucks sake! Thanks, now it works perfectly!

I just uploaded the changes.
legendary
Activity: 4494
Merit: 3178
Vile Vixen and Miss Bitcointalk 2021-2023
March 03, 2014, 03:38:48 AM
#2
Code:
.store:active {
   color:black;
   background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#C0C0C0));
   background: -moz-linear-gradient(top,  #F8F8F8,  #C0C0C0);
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#C0C0C0');
        position:relative:
        top:20px;
        left:1005px;
Should have a } at the end.
legendary
Activity: 1540
Merit: 1000
March 03, 2014, 03:23:33 AM
#1
Okay, so I'm going to fix up my websites this week and make them look nice but since I'm pretty much a noob at CSS I'd like to ask for help in fixing some stupid things going on with my positioning and stuff like that.

I grabbed the code for some nice pure CSS buttons off one of those button maker website and got the idea of how to make the things fairly quickly, but when I tried to make more than one it just reverts to html link and defaults it's position to the left, I'd be grateful if you could take a look and tell me why it's doing this.

Quote
















Silver Boar Jewellery




http://www.silverboarjewellery.com/silverboarstore/" class="store button1">Store
http://www.silverboarjewellery.com" class="homebutton home">Home





I suspect I'm missing something really obvious because I'm not used to this kind of code at all, is there a typo or some kind of missing bit somewhere? That's usually what the culprit is, Let me know! One I get the hang of buttons on the Jewellery website I'll fix up the manga one and make it all nicer too.
Jump to: