Posted by den coding?

binji (#119111)

Blessed
View Forum Posts


Posted on
2017-12-27 02:09:11
id like to learn to do my own coding, but mostly how to implement a custom background and cursor
id also like to know how to put border on scroll boxes and get them to sit side-by-side and look nice, if anyone could leave a quick message bout it



Hrt Icon 0 players like this post! Like?

Keina [Not Active] (#50109)

Lone Wanderer
View Forum Posts


Posted on
2017-12-27 05:53:15
Hiya!

Here's the code you'll need for a custom cursor, this has to be done through CSS however:
body, a:hover {
cursor: url('URL'), progress;
}

Just replace URL with the image you'd like to use for your cursor.

Div boxes with borders:
<*div style="width:#px;height:#px;background:#HEXCODE;border:#px solid;"* class="scrollBox"*>Text<*/*div>

Side by side div boxes:
<*div style="width:800px;"*>
<*div style="width:#px;height:#px;float:left;background:#HEXCODE;border:#px solid;"* class="scrollBox"*>Text1<*/*div><*div style="width:#px;height:#px;float:right;background:#HEXCODE;border:#px solid;"* class="scrollBox"*>Text2<*/*div>
<*/*div>

For the div boxes with borders and side by side div boxes be sure to remove any *'s, replace #'s with numbers, and replace any #HEXCODE with a color code.


As for a background for your den page that requires CSS. You can find an awesome guide here to help walk you through creating your own but you can just take a look at the Layout & CSS Sales board however if you don't want to make your own CSS.

Hope it helps!



Hrt Icon 0 players like this post! Like?


Edited on 27/12/17 @ 05:54:41 by Keina (#50109)

ConfettiTheFish (#156026)

Fearsome
View Forum Posts


Posted on
2018-09-09 12:05:20
i am stupid and still dont get how to make a cursor code



Hrt Icon 0 players like this post! Like?







Memory Used: 621.88 KB - Queries: 0 - Query Time: 0.00000 - Total Time: 0.00353s