inherit
228909
0
May 18, 2024 21:06:10 GMT -8
¡Lance!
36
February 2016
frosty928
|
Post by ¡Lance! on Mar 22, 2020 1:04:00 GMT -8
deadsight.proboards.com/I'm the co-admin of this site and I'm currently working on the coding. I'm trying to get the staff icons to change when you hover your mouse over them. Below is an example of the images, One the left is the usual image and on the right is the image that should display when you hover your mouse over it. Currently I'm using a super simple code from like way back in the day... Where have I messed up or is it more along the lines that I'm using the wrong style? <img src='https://cdn.discordapp.com/attachments/532381827596550165/691206773222146109/Amy_Icon.png' onmouseover="https://cdn.discordapp.com/attachments/532381827596550165/691206769976016896/Amy_Hover_Icon.png'" onmouseout="this.src='https://cdn.discordapp.com/attachments/532381827596550165/691206773222146109/Amy_Icon.png'" border="0">
EDIT : Managed to resolve this myself as well as learn a bit of CSS
EDIT #2 : Something happened and I can't figure out why, the spacing between the sentences in the Welcome table are all spaced super weirdly. I have no idea what's going on and am sleep deprived and frustrated.
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on Mar 22, 2020 7:45:54 GMT -8
EDIT #2 : Something happened and I can't figure out why, the spacing between the sentences in the Welcome table are all spaced super weirdly. I have no idea what's going on and am sleep deprived and frustrated. Look for this line in your Style Sheet: #welcome{text-align:right;color:#c0bcbc;font:1em "Trebuchet MS",Verdana,Arial;text-shadow:none;float:right;vertical-align:middle;line-height:31px !important;} 31px for the line-height is excessive, given the 10px font you're using. That's what's making the line-to-line gaps so large.
|
|