[Question]conditional comments and custom cursor with css
Hey guys,
I've been working on my website continually, and I think I almost have it working and viewing equally well on firefox as on internet explorer. I'm stuck using a custom cursor. Its got to be there on my site, lawl. I can get it to shows partially on internet explorer and partially on firefox. Like the cursor shows on firefox when I put it over buttons, it shows on ie everywhere except those buttons. I can fix the button problem, but first I need to get the cursor to show everywhere on firefox. Heres what I was using, it looked fine to me..but its not working.
Quote:
<!--[if IE]>
<style type="text/css">
body {cursor:url('GWcursor.cur');}
a {cursor:url('GWcursorbright.cur');}
a:active {cursor:url('GWloading.ani');}
</style>
<![endif]-->
<!--[if !IE]>
<style type="text/css">
body {cursor: url('GWcursor.png'), auto;}
a {cursor:url('GWcursorbright.png'),auto;}
</style>
<![endif]-->
Thanks for any help! Oh yeah my site is Guild Wars Running Service
Re: [Question]conditional comments and custom cursor with css
The Problem was resolved! By me :busted_co . It was so simple i'm not surprised I didn't think of it the first time. All I had to do was
Quote:
<!--[if IE]>
<style type="text/css">
body {cursor:url('GWcursor.cur');}
a {cursor:url('GWcursorbright.cur');}
a:active {cursor:url('GWloading.ani');}
</style>
<![else]-->
<style type="text/css">
body {cursor: url('GWcursor.png'), auto;}
a {cursor:url('GWcursorbright.png'),auto;}
</style>
<![endif]-->
I'm pleased to say my site is completed, I'd like to say a special thankyou to daevius for inspiration to make it better. Once again my site is Guild Wars Running Service Peace.
Re: [Question]conditional comments and custom cursor with css
Interesting code and service lol
The site could really use some touch-ups since... visually... it sucks...
Get rid of the frames and use some js, it's faster and more professional.
Come up with a decent design. Yours looks like it's your first site (it might be).
Sorry I can't refrain from commenting on it >.>
You won't have many customers with a shyty site =D