View Single Post

  #1 (permalink)  
Old 19-01-2007, 01:08 AM
fobby fobby is offline
Coder
 
Join Date: Dec 2006
Posts: 49
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
fobby will become famous soon enough
Default Inheritance + CSS

I'm learning about Inheritance in CSS and have found out that the all tags take the properties (well not all) of the tag they are inside.


I realized my problem when I tried to add a border to a div tag that was nested in another div tag. It was pointless because it just took the value of the outside div tag ? So how do I change the values of a nested div tag independently of the outer tag ?

thanks ..
Reply With Quote