Css shows this issue

padding does not apply because it's not inherited, and it is
applied to an enclosing tag.

Padding applied to an enclosing tag will affect the enclosing
tag's
available interior space (and effective width/height), but
will NOT inherit
into a descendent tag. In other words -
<p style="padding:10px;border:1px solid red;">Test
words</p>
There will be 10px of padding top/right/bottom/left within
this <p> tag, as
you will see from the red border.
But -
<div style="padding:10px;"><p style="border:1px
solid red;">Test words</p>
there will be no padding within the <p> tag here.
This is not an issue. It's normal CSS behavior.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Melchior912" <[email protected]> wrote in
message
news:goe5gi$87o$[email protected]..
> padding does not apply because it's not inherited, and
it is applied to an
> enclosing tag.

Similar Messages

Maybe you are looking for

  • Encore / Images Blacked out with RED line on top

    New at this. I have 1.67gb left in my project. (I have a lot of photos) Any way when I add more (Shift / Ctrl / g ) When I look at the bottom Left where the slides show up I just loaded 2 of the 60 photos I can see but the other 58 are black. All 60

  • Type display for slideshow and subscribe

    Visual concern only, but how do you change the clunky bold helvetica style of the >play slideshow and >subscribe links, and photo captions when viewed in iWeb? I want to make them more subtle, less bold. I can do it in iPhoto, but doesn't seem to tra

  • Is there any known viruses on the 8900?

    When using my phone the last 2 days, volume icon keeps going up & down which clips the conversation when I'm talking. Is this a virus or a software problem?

  • 24" imac slow : is it to do with hpdot4d?

    Recentlt had intel imac 24" repaired at apple due to known issue with graphics card. Since then and purchasing WD smart drive the computer becomes slow after it has been on a while. (it is usually ok on start up) I thought it was to do with time caps

  • How to define a customized MessageFactory.java?

    Hello, I want create my own MessageFactory.java class instead of using the existing JSF one. Is there anyway I could define this class somewhere in configuration file (like struts-config.xml for MessageResourcesFactory) and use it directly? Thank you