question about cursor |
![]() ![]() |
question about cursor |
Aug 15 2005, 11:10 AM
Post
#1
|
|
![]() my name is veronica, you can call me vc! i'm old... ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: Aug 2005 Member No: 201,906 |
i'm working on my sister's layout, but when the mouse was over the link, and i set it to ne-resize, it didnt work...
here's my sister's xanga and here's the code |
|
|
|
| *Shibahime* |
Aug 15 2005, 11:26 AM
Post
#2
|
|
Guest |
I don't see the code where it shows the URL of your cursor. I would like to see that one. Because that's where the problem MIGHT be.
|
|
|
|
Aug 15 2005, 11:30 AM
Post
#3
|
|
![]() my name is veronica, you can call me vc! i'm old... ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: Aug 2005 Member No: 201,906 |
um... i'm talking about when the mouse is over the link, it will change to ne-resize
go to my xanga and take a look. it changed to ne-resize, the little arrow. the snoopy cursor is ok, just when the mouse is over the link. thanks! and here's the code for the website stats, the cursor code is in there |
|
|
|
| *Shibahime* |
Aug 15 2005, 11:45 AM
Post
#4
|
|
Guest |
QUOTE(vclovesgc @ Aug 15 2005, 8:30 AM) um... i'm talking about when the mouse is over the link, it will change to ne-resize go to my xanga and take a look. it changed to ne-resize, the little arrow. the snoopy cursor is ok, just when the mouse is over the link. thanks! and here's the code for the website stats, the cursor code is in there Here's your problem! :] you've set the cursor to hover with a picture. "a:hover{cursor: url (urlhere);}" If you want, you can try to do this instead. 1) take out this code you have there. AND ONLY THIS ONE. 2) and put this "cursor: url(http://www.geocities.com/veronica2nd/testsnoopy.cur);" right after your scrollbar code. I hope that helps. If there's anymore problems, tell me again please. |
|
|
|
Aug 15 2005, 11:55 AM
Post
#5
|
|
![]() my name is veronica, you can call me vc! i'm old... ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: Aug 2005 Member No: 201,906 |
[edit]
i just fixed it and now it's not a problem anymore... however, i was trying to change my sister's blog area and the module to pink, and i couldnt do it... sorry if this cause too much trouble... |
|
|
|
| *Shibahime* |
Aug 15 2005, 12:05 PM
Post
#6
|
|
Guest |
Okay, So i'm going to fix your code... If that's okay.
And where this code is- "<style>body, a:hover{cursor: url(http://www.geocities.com/veronica2nd/testsnoopy.cur);}</style>" Change it to this "<style>body, p, em {cursor: url(http://www.geocities.com/veronica2nd/testsnoopy.cur);}</style> Does it still work? |
|
|
|
Aug 15 2005, 12:12 PM
Post
#7
|
|
![]() my name is veronica, you can call me vc! i'm old... ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: Aug 2005 Member No: 201,906 |
yes it worked!!! thanks so much...
but now there's another problem... i was trying to change the background color for the module on my sister's site and it didnt work... however, i could change mine... i have no idea why... |
|
|
|
| *Shibahime* |
Aug 15 2005, 12:20 PM
Post
#8
|
|
Guest |
You're welcome. I'm glad to help.
I saw this part. CODE table.left TD { /* on your menu module, this edits the body part of it */ background-color: #transparent; border: none; } and, i think you should change "transparent" to the actual color you want. Does that work? |
|
|
|
Aug 15 2005, 12:27 PM
Post
#9
|
|
![]() my name is veronica, you can call me vc! i'm old... ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: Aug 2005 Member No: 201,906 |
wow... u are the best, it worked!
but the blog part is not working... i tried to change the blog area to black but it turned back on the outside not the inside... it never happened to me before... can u help again??? i have to give u lots of eprops from now on thanks so much! here's the code for html header and for website stats just in case if u need it |
|
|
|
| *Shibahime* |
Aug 15 2005, 12:38 PM
Post
#10
|
|
Guest |
Haha, sorry.. My mom gave me more time. Anyways...
where your code is.. CODE .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:#ff6699; letter-spacing:0px; text-align:justify; } Change it to this. It may look like nothing is changed, but there's something I added. CODE .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:#ff6699; letter-spacing:0px; text-align:justify; background-color: #000000; } Does that work? |
|
|
|
Aug 15 2005, 12:44 PM
Post
#11
|
|
![]() my name is veronica, you can call me vc! i'm old... ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: Aug 2005 Member No: 201,906 |
well, it changed something but it changed to this
![]() sorry if the pic is too big... |
|
|
|
| *Shibahime* |
Aug 15 2005, 12:48 PM
Post
#12
|
|
Guest |
Then you can try and do this
CODE .left, table.footer, .standard, .leftmodulefontcolor, td { /* edits main text */ font:normal 11px arial; line-height:10px; color:#ff6699; letter-spacing:0px; text-align:justify; } .blogbody, p { font:normal 11px arial; line-height:10px; color:#ff6699; letter-spacing:0px; text-align:justify; background-color: #000000; } Yea, I had a feeling that would turn up that way. Does that work? |
|
|
|
Aug 15 2005, 12:57 PM
Post
#13
|
|
![]() my name is veronica, you can call me vc! i'm old... ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: Aug 2005 Member No: 201,906 |
now is like this
|
|
|
|
| *Shibahime* |
Aug 15 2005, 12:58 PM
Post
#14
|
|
Guest |
Lol, okay try this one.
CODE .left, table.footer, .standard, .leftmodulefontcolor, { /* edits main text */ font:normal 11px arial; line-height:10px; color:#ff6699; letter-spacing:0px; text-align:justify; } .blogbody, p, td { font:normal 11px arial; line-height:10px; color:#ff6699; letter-spacing:0px; text-align:justify; background-color: #000000; } Does it work now? |
|
|
|
Aug 15 2005, 01:07 PM
Post
#15
|
|
![]() my name is veronica, you can call me vc! i'm old... ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: Aug 2005 Member No: 201,906 |
um... no... same as the frist time...
thanks for taking ur time to help me btw... |
|
|
|
Aug 15 2005, 02:29 PM
Post
#16
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
If you just want the blogbody black try this I guess
CODE <style type="text/css">table.blogbody {
/* this edits the other the place where the blog is */ background-color: #000000; }</style> |
|
|
|
| *Shibahime* |
Aug 15 2005, 08:04 PM
Post
#17
|
|
Guest |
I'm not sure if that works.. but give it a try. Because i'm starting to get confused myself. It looks like nothing is wrong with the code and yet something is wrong. But give it a shot. If it still doesn't work.. I'll try and relook the code again. I'm sorry if it still doesn't work. |
|
|
|
Aug 16 2005, 02:02 AM
Post
#18
|
|
![]() my name is veronica, you can call me vc! i'm old... ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: Aug 2005 Member No: 201,906 |
ok, i tried the one that FroZenCloud104 suggested, it didnt change at all, it still looked like the first time when i tried to change the color. then i tried what Shibahime suggested and it messed the whole xanga up. i'm starting getting confused here also, because i used the same code as my xanga, i just changed the color, background, etc... to that pink snoopy theme. i went to my xanga and tried to change the color of the blog area and it was normal... should i just rewrite the code???
thank ya'll so much, especially Shibahime, she spent all day tried to find out what the problem was... i'll keep trying though... |
|
|
|
| *Shibahime* |
Aug 16 2005, 11:15 AM
Post
#19
|
|
Guest |
I'm sorry I couldn't help much.
|
|
|
|
Aug 16 2005, 11:26 AM
Post
#20
|
|
![]() my name is veronica, you can call me vc! i'm old... ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: Aug 2005 Member No: 201,906 |
yea, i tried to copy all of my code to my sister's xanga but it didnt work. also, i realized it was nothing wrong with the code at all. when i replaced my code to my sister's, it did the same thing... maybe there's something wrong with xanga. anyway i will keep trying. thanks so much...
|
|
|
|
Aug 16 2005, 11:43 AM
Post
#21
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Maybe try this
|
|
|
|
Aug 16 2005, 11:47 AM
Post
#22
|
|
![]() my name is veronica, you can call me vc! i'm old... ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: Aug 2005 Member No: 201,906 |
thanks, but it still didnt work... i really have no idea why and i'm starting getting frustrated. it's never happened before... or can i give u the sn and password so that u can try?
|
|
|
|
Aug 16 2005, 11:49 AM
Post
#23
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
I guess so, but I think it's best you PM me with it instead of post it here and I'll what I can do.
|
|
|
|
Aug 16 2005, 12:05 PM
Post
#24
|
|
![]() my name is veronica, you can call me vc! i'm old... ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: Aug 2005 Member No: 201,906 |
thanks so much... someone can close this topic now...
again, thank you u guys!!! ya'll are the best!!! |
|
|
|
![]() ![]() |