HighDots Forums  

issue with style and DIV

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss issue with style and DIV in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
samuelberthelot@googlemail.com
 
Posts: n/a

Default issue with style and DIV - 06-17-2006 , 08:28 AM






Hi,
I've created a class for my DIV:

..CutHeader
{
//some properties go here
}

Now when I change the style of my BODY dynamically (using vb.net) :

Code :
With Me.myBody
.Style("filter") = "alpha(opacity=10)"
.Style("opacity") = "0.1"
End With

That only changes the style fo the body and the elements of my page
which are directely between <body></body> but it does not affect the
elements in my DIV. Why ? What should I change ?

Thanks


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.