The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Advance CSS?

2 posters

Go down

Advance CSS? Empty Advance CSS?

Post by hkunkun August 21st 2010, 3:32 pm

Can i make the forum transparent with the background (Transparent all table row color)
and make the snowing/raining effect on the forum?

i have try this code to make the snowing effect but it do not work
Code:
html {background:#B5E0E6 url(http://img200.imageshack.us/img200/8838/snowe.gif) repeat-x top;}

I use phpBB2.

Thanks a lot, and sorry for my bad english.


Last edited by hkunkun on August 22nd 2010, 5:35 am; edited 1 time in total
hkunkun
hkunkun
New Member

Male Posts : 17
Reputation : 0
Language : English & Tiếng Việt

http://nc2.mooo.com

Back to top Go down

Advance CSS? Empty Re: Advance CSS?

Post by RoNo August 21st 2010, 6:38 pm

Try this
Code:
 body {
    background-color: #000000;
    background-image: url("http://img200.imageshack.us/img200/8838/snowe.gif");
    opacity:0.8;
    filter:alpha(opacity=90);
  }
Change opacity:0.8 to 0.7 for more transparency.


Advance CSS? Break_gray1


Experiment with this (separately) for table & cat row header snow
Code:
 td.rowpic {
   background-color:#3B3A3A;
   background-image:url("http://img200.imageshack.us/img200/8838/snowe.gif");
   }

th {
   background-color:#3B3A3A;
   background-image:url("http://img200.imageshack.us/img200/8838/snowe.gif");
   color:#FFFFFF;
   font-size:11px;
   font-weight:bold;
   height:25px;
   padding:2px 3px;
   }

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
   background-color:#3B3A3A;
   background-image:url("http://img200.imageshack.us/img200/8838/snowe.gif");
   border:medium solid #3B3A3A;
   height:28px;
   }
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Advance CSS? Empty Re: Advance CSS?

Post by hkunkun August 22nd 2010, 3:11 am

Ya thanks, but can i also get the background i set with the snow effect, instead of the snow effect replace my background? (the snow effect must in top of all ?)

Can this code have % transparency for IE?
Code:

.bodyline{
  filter:alpha(opacity=60);
  /* standard CSS3 */
  opacity:0.8;}

It's work with firefox (show 20% transparent), but not with ie (show 80% transparent)


Thanks a lot!
Sry for my bad english.


Last edited by hkunkun on August 23rd 2010, 5:48 am; edited 1 time in total
hkunkun
hkunkun
New Member

Male Posts : 17
Reputation : 0
Language : English & Tiếng Việt

http://nc2.mooo.com

Back to top Go down

Advance CSS? Empty Re: Advance CSS?

Post by hkunkun August 22nd 2010, 7:26 am

Also help me how to change the "Spoiler" text on the spoiler button? can it be a img?
hkunkun
hkunkun
New Member

Male Posts : 17
Reputation : 0
Language : English & Tiếng Việt

http://nc2.mooo.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum