Log in

View Full Version : CSS



Owen
21-10-2005, 01:19 AM
Ok, well i've added a cursor to my webpage, but the only problem is like... Well Dunno how to explain if you go on to http://www.owen.po.gs/blog the cursor will only go in the dark grey part in the middle :S If it goes past the bottom bit into the black it goes back to the default cursor >_>

Moose
21-10-2005, 01:21 AM
Pfft, nothing here.

Owen
21-10-2005, 01:29 AM
Pfft, nothing here.

Urm...
What?
I took the cursor of for now
I'll put it back if you want >_>

nets
21-10-2005, 09:01 AM
This is probably because you have only applied the cursor CSS to one area, try applying it to the body.

Owen
21-10-2005, 10:29 AM
This is probably because you have only applied the cursor CSS to one area, try applying it to the body.

I had
<html>
<head>
<style type="text/css">
body {cursor:crosshair}
</style>
</head>

In my page
That should apply it all over but it never "/

Sygon
21-10-2005, 10:57 AM
Im not very goo dwith css so i cant help sorry

nets
21-10-2005, 11:09 AM
Your code will work in Internet Explorer. On firefox it will only put that cursor on things inside your body like text or tables.

Owen
21-10-2005, 03:16 PM
Your code will work in Internet Explorer. On firefox it will only put that cursor on things inside your body like text or tables.

Bah
Alright
Any way i can get it all round page on both?

nets
21-10-2005, 03:51 PM
<html class="cross">
<head>
<style type="text/css">
.cross {cursor:crosshair}
</style>
</head>
<body>
</body>
</html>
That might work.

Owen
21-10-2005, 05:53 PM
<html class="cross">
<head>
<style type="text/css">
.cross {cursor:crosshair}
</style>
</head>
<body>
</body>
</html>
That might work.

Cheers ;P
If i can rep you i will

Want to hide these adverts? Register an account for free!