GAME PROFILE CSS QUESTION

Posts

Pages: 1
Use a #game_description adjacent element selector and set it to display:none like so:
#game_description + .contents { display:none }

(Moved to Help and Requests)

*edit*
See: http://rpgmaker.net/games/2172/ for an example
author=GreatRedSpirit
Use a #game_description adjacent element selector and set it to display:none like so:
#game_description + .contents { display:none }


This doesn't seem to work anymore... Any updates on this helpful little code? Please? :<
Melkino
solos collectors on purpose
2021
author=alterego
author=GreatRedSpirit
Use a #game_description adjacent element selector and set it to display:none like so:
#game_description + .contents { display:none }
This doesn't seem to work anymore... Any updates on this helpful little code? Please? :<


#game_frame h4, div.blog_post, div.frame p {display:none;}

Tested this with the Web Developer extension, and it seems to work okay!
Woo! It works wonders. Thank you very much, Melkino! :>
Pages: 1