|
|
Border color goes after all other border code as the border itself has to be designed before the colour can show. Try adding: Border-style: solid;
|
|
|
|
|
How do I get rid of the game header image Altogether? It's in this code box. /*-------------------------------------------------- Set the game header image, dimensions: 858x150 --------------------------------------------------*/ .gameheader { background:#963500 url(./images/HEE_head.jpg); } Thanks
|
|
|
|
|
.gameheader { background-image: none !important; }
|
|
|
|
|
Thanks I can't seem to get a border to work. I can get it to go away but not to get one. How did you get the thin green border?, what code did you use? and where did you put the code? Here is the code I am trying to get to work. Also how did you get it square? I am not sure if I am doing this correctly. /*-------------------------------------------------- Overall Site Colors --------------------------------------------------*/ .primary { background-color:#00008b; border-width: 1000px; border-radius: 0px; border-style: solid; border-color: #ffffff; } .secondary { background-color:#b67942; border: none !important; } .tertiary { background-color:#ceb17d; border: none !important; } .quatro { background-color:#f4e5c5; border: none !important; }
|
|
|
|
|
.primary { border-radius: 0px !important; border-width: 1px !important; border-style: solid; Border-color: #3EB489!important; } Life hack, if something doesn't work slap on a !important tag and it should work XD
|
|
|
|
|
I am back with one more question: Two headers. Is this some super secret code for when you hover and the image changes? I did some research on it but I can't quite figure it out. Thanks!
|
|
|
|
|
Sunshine Jumpers said: I am back with one more question: Two headers. Is this some super secret code for when you hover and the image changes? I did some research on it but I can't quite figure it out. Thanks!
That's one of few pieces of code I very rarely share :)
|
|
|
|
|
The Unknown said: Sunshine Jumpers said: I am back with one more question: Two headers. Is this some super secret code for when you hover and the image changes? I did some research on it but I can't quite figure it out. Thanks!
That's one of few pieces of code I very rarely share :)
Alright, that's kinda what I thought xD I will continue to go 'speriment.
|
|
|
|
|
Sunshine Jumpers said: The Unknown said: Sunshine Jumpers said: I am back with one more question: Two headers. Is this some super secret code for when you hover and the image changes? I did some research on it but I can't quite figure it out. Thanks!
That's one of few pieces of code I very rarely share :)
Alright, that's kinda what I thought xD I will continue to go 'speriment.
Have fun, and I wish you luck!
|
|
|
|
|
I've always wondered how they were made. Thanks. XD
|
|
|