Posted by Having a few issues

Kitt (#314684)

Impeccable
View Forum Posts


Posted on
2023-07-03 19:38:38
So, getting straight to the point, I am new to coding and have been having issues with the topbar where currency and whatnot is displayed. If somebody would be able to help me with the code for it that would be awesome.

I also can't find anything explaining how to change specifically the cursor that appears when you hover over links. I have the default cursor figured out, it's JUST that one I can't get right.

I'll put the code I use in the comments of this, please let me know what I'm doing wrong. Thanks in advance



Hrt Icon 0 players like this post! Like?

Kitt (#314684)

Impeccable
View Forum Posts


Posted on
2023-07-03 19:40:45
For the top bar:

.topbar{
background: rgba(230,230,230,1);
border: 1px solid white;
border-top: none;
color: black;
}

For the pointer/selection cursor:

.pointer {
cursor: URL([image url]), auto;
}



Hrt Icon 0 players like this post! Like?

SAR!! :3c (#241962)


View Forum Posts


Posted on
2023-07-05 06:15:35
hey there!!! im not seeing an issue with the code for your top bar? is there something missing that you were looking for?


cursor changing over links took me a while to figure out too this is the code i used to do it with my old css sheet!

a:hover {
cursor: url([url]), help;
}

that specifically changes the cursor for hovering on links but you can use the cursor: line under other elements to make them use this cursor upon hovering, too! if that makes sense!



Hrt Icon 0 players like this post! Like?

Kitt (#314684)

Impeccable
View Forum Posts


Posted on
2023-07-05 11:55:03
Thanks so much! I'm not sure why the topbar isn't working then, I might just have to deal with it lol.



Hrt Icon 0 players like this post! Like?

SAR!! :3c (#241962)


View Forum Posts


Posted on
2023-07-05 11:57:15
weird, the code is totally fine!! maybe something in the sheet is missing or something, no idea!!



Hrt Icon 0 players like this post! Like?







Memory Used: 621.35 KB - Queries: 0 - Query Time: 0.00000 - Total Time: 0.00331s