I finally decided to pull myself out of 1999 and upgrade <!-- m --><a class="postlink" href="http://lyricslist.com">http://lyricslist.com</a><!-- m --> with a dash of CSS. My intention was to remove the underlines from all the links and give the site a clean, unified look. I based my CSS on the stylesheet that was to be found in my recently add forums, but hacked it up quite a bit.
I think that it looks good, if not great, in my Firefox and Opera browsers on Fedora Core 4. If anybody could check it in other browsers and platforms, I would appreciate that. I am especially interested in IE on windows because that is a popular browser/platform. Also, and suggestions as to improvments would be greatly appreciated.
Thanks guys (Girls? Any out there?). The URL, once again, is:
<!-- m --><a class="postlink" href="http://lyricslist.com">http://lyricslist.com</a><!-- m -->
Dotan Cohenbody, table { background: #000; color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:80%; }
table {background:#fff;}
a:link,a:active,a:visited { text-decoration: none; color : #006699; }
a:hover { text-decoration: underline; color : #DD6900; }
... and now the tables!Thank you for that CSS suggestion. What improvment is it intended to make?
Dotan Cohen
<!-- m --><a class="postlink" href="http://lyricslist.com/lyrics/artist_albums/269/insane_clown_posse.php">http://lyricslist.com/lyrics/artist_alb ... _posse.php</a><!-- m -->
Insane Clown Posse Song LyricsAlways give the body a background and text color; without it the users personal options are used.
The font-size in the body as a percentage works better in older versions of IE
I think that it looks good, if not great, in my Firefox and Opera browsers on Fedora Core 4. If anybody could check it in other browsers and platforms, I would appreciate that. I am especially interested in IE on windows because that is a popular browser/platform. Also, and suggestions as to improvments would be greatly appreciated.
Thanks guys (Girls? Any out there?). The URL, once again, is:
<!-- m --><a class="postlink" href="http://lyricslist.com">http://lyricslist.com</a><!-- m -->
Dotan Cohenbody, table { background: #000; color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:80%; }
table {background:#fff;}
a:link,a:active,a:visited { text-decoration: none; color : #006699; }
a:hover { text-decoration: underline; color : #DD6900; }
... and now the tables!Thank you for that CSS suggestion. What improvment is it intended to make?
Dotan Cohen
<!-- m --><a class="postlink" href="http://lyricslist.com/lyrics/artist_albums/269/insane_clown_posse.php">http://lyricslist.com/lyrics/artist_alb ... _posse.php</a><!-- m -->
Insane Clown Posse Song LyricsAlways give the body a background and text color; without it the users personal options are used.
The font-size in the body as a percentage works better in older versions of IE