Thread: Substyle
View Single Post
  #1 (permalink)  
Old Oct 8th, 2003, 17:26
Webforumz Staff Webforumz Staff is offline
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Substyle

Say for example I want to make a DIV tag, and have all the images inside that DIV have a red border, but not affect the border of the images outside the DIV then what's the syntax for that?

If the DIV has ID="sample" would it be something like
#sample.IMG {border:red;} ?