pettisson
-
Psuedo class change Link colour must be in head?
Silly me, awright! Thank you!
-
Psuedo class change Link colour must be in head?
ok :) This is the code in the stylesheet. body { font: 100% Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; color: #CCC; background-color: #000000; a:link {color:#FFFFFF} a:visited {color:#FFFFFF} a:hover …
-
Psuedo class change Link colour must be in head?
I found where the error is - but how do I fix it? Look body { font: 100% Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; color: #CCC; background-color: #000000; a:link {color:#FFFFFF} a:visited {color:#FFFFFF} a:hover {c…
-
Silly problem really! (background image wont show itself)
geez, I feel I'm asking such stupid questions :( yeah of course it was that problem. I guess I need some air to clear my head so I wont make these silly mistakes. Thanks anyway!
-
Silly problem really! (background image wont show itself)
Thank you. Yeah two dots made it. But only in the "test div" at the bottom. It still didn't show up in the unordered list. Is it not possible maybe. To make background imags for list items in common? ul#menu { list-style: none; }…
-
Make on element's length follow another?
Thank you, I will try this later when I managed to solve some other issues I got :)