Posted by 7Shadows • 742 Views • 2 Replies • FacebookTwitter
I shouldn't show you guys this... but anyways, you can basically hide anything on your page through CSS. DGangJ did it through the opacity: #header_home { opacity: 0.0; } #search_right { opacity: 0.0; }
Can be done with the display property also. display: none; Don't tell Meng I told you that guys ;)
✖ Subscribe to gain awesome features
Hi, I'm new here and...
Is there anyway to make...
i tried to put my...
Can I use these elements...
Add the following to your...
Simply upload a transpare...
.profile_right { float: r...
#group_news { display: no...
body {background: #color}...
.bubble_topleft { backgro...
I shouldn't show you guys this... but anyways, you can basically hide anything on your page through CSS.
Jun 12th, 2007DGangJ did it through the opacity:
#header_home {
opacity: 0.0;
}
#search_right {
opacity: 0.0;
}