TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

css please help!!!!!!

Page: 1 Reply
Oct 11th 2001#18432 Report
Member since: Sep 27th 2001
Posts: 9
Hallo

Is it possible that

filter:alpha(opacity=40) isnt working at forms??

also the command z-index??

thanks
Reply with Quote Reply
Oct 11th 2001#18439 Report
Member since: Mar 18th 2001
Posts: 1690
http://www.webreview.com/style/css1/charts/mastergrid.shtml

for your first answer ^^ try that.

I dont think the any of the oppacity settings apply to forms. Why would you want to set a page elements opacity like that anyway? It was mainly intended for images.

as for z-index , this refers to the stacking order of individual layers. the higher the z number, the closer it is to the top of the stack. for instance z-index: 1; would be the back of a layer with z-index: 2;

http://www.w3schools.com/css/css_reference.asp

another of my favorite css resources. basically, this site takes the w3c.org css reccomendations and breaks them down so you can read them. :p
Reply with Quote Reply
Oct 12th 2001#18478 Report
Member since: Sep 27th 2001
Posts: 9
i want to fade the form

and with the z-index ei tried everything but it isnt working
Reply with Quote Reply
Oct 17th 2001#18693 Report
Member since: Sep 23rd 2001
Posts: 39
HI (c),


Put entire Form into a table, then put style="filter:alpha(opacity=40)" in the table tag.

Hope this helps...


/Z
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum