View Full Version : CSS Problems


i_love_sailors
02-14-2003, 01:57 PM
I host my site on CyberPixels, and for some reason, portions of my CSS will not work -- to be exact, the font size and also the cursor styles have changed. I upgraded to IE 6, is it possible that having IE 6 is doing that? It happened with IE 5.5 as well.

I know it's not my server, as when I hosted the site on DreamHost it happened as well, and I would have to override the CSS code with HTML.

Any help is much appreciated! :)

- k r i s t i n -

alkaline39
02-14-2003, 02:55 PM
maybe your code is wrong, try posting it so we can see it

i_love_sailors
02-14-2003, 03:36 PM
Sure! Here's the code :

<style type="text/css">
<!--

A:link { text-decoration: none; color:#FFFFFF }
A:visited { text-decoration: overline; color:#FFFF0C }
A:active { text-decoration: underline; color:#0000FF }
A:hover { text-decoration: none; color:#FFFF0C; background-color:#0000FF; cursor:sw-resize }

body
{ background-color:#000000;

font-family: tahoma,verdana,arial;
color: #C0C0C0
font-size:8 pt;

scrollbar-face-color : #000000;
scrollbar-highlight-color : #FFFFFF;
scrollbar-3dlight-color : #FFFFFF; scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #FFFFFF; scrollbar-track-color : #000000;
scrollbar-arrow-color : #FFFFFF }

-->
</style>

epolady
02-14-2003, 06:36 PM
color: #C0C0C0;

i_love_sailors
02-14-2003, 08:32 PM
Oh, thank you so much!!! Good thing for having a few separate pairs of eyes!!

- k r i s t i n -