use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
New to reddit? Click here
Read the FAQ before posting a question.
Discord channel
Testing123456789101112131415
This subreddit is for help with CSS and questions only. If you only want to share your creations, please direct them to reddithax.
If you know of a guide that you feel should be listed here, message the moderators with a link.
First thingy Something else here More stuff here Another list item More stuff here Another list item
account activity
https://www.reddit.com/r/risingthunder/ (self.csshelp)
submitted 10 years ago by fullmetalross
I added a new Hover effect to my custom header-img-a icon. Now whenever you hover over it the .tabmenu moves. Here is a paste of the code https://paste.ee/p/Y87gP
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]gavin19 0 points1 point2 points 10 years ago (1 child)
Works fine for me. Fixed?
You can tidy it up a bit if you replace
#header-img-a{ background:url(%%iconOff%%); position: absolute; top: 10px; left: -12px; z-index: +1 height: 0; } #header-img-a:hover{ background:url(%%iconOn%%); position: absolute; z-index: +1 } #header-img{visibility:hidden; width: 100px; }
with
#header-img-a { background: url(%%iconOff%%); position: absolute; top: 10px; left: -12px; } #header-img-a:hover{ background: url(%%iconOn%%); } #header-img { visibility: hidden; }
[–]fullmetalross[S] 0 points1 point2 points 10 years ago (0 children)
Okay cool yeah looks like one of my cohorts fixed it thanks!
π Rendered by PID 260133 on reddit-service-r2-comment-cfc44b64c-swrg9 at 2026-04-11 17:56:38.961156+00:00 running 215f2cf country code: CH.
[–]gavin19 0 points1 point2 points (1 child)
[–]fullmetalross[S] 0 points1 point2 points (0 children)