View Full Version : CSS
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.
Pfft, nothing here.
Urm...
What?
I took the cursor of for now
I'll put it back if you want >_>
This is probably because you have only applied the cursor CSS to one area, try applying it to the body.
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
Your code will work in Internet Explorer. On firefox it will only put that cursor on things inside your body like text or tables.
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?
<html class="cross">
<head>
<style type="text/css">
.cross {cursor:crosshair}
</style>
</head>
<body>
</body>
</html>
That might work.
<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!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.