|
Posted by Clues on 04/10/06 13:58
Hello,
I have a div element (id="content") that contains another div, named
"gallery".
Inside the div content element, I have this structure:
<h2></h2>
<p></p>
<h2></h2>
<p></p>
<h2></h2>
<p></p>
then I have
<h2></h2>
<div id='gallery'><p><img /></p></div>
Now: I don't want this div (gallery) to inherit from its parent some
properties (or having the possiiblity to overwrite some).
Is it possible?
Thanks, Clues
Navigation:
[Reply to this message]
|