![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am attempting to write a generic class for a warning box. The class looks like this: .warningBox { background-image:url(images/co_images/warning_flag.gif); background-repeat:no-repeat; text-indent:15px; border: solid 1px silver; background-color:rgb(255,255,225); background-color:rgb(255,255,225); background-position:2px 2px; padding:2px; overflow:visible; line-height:inherit; } The div looks like this: <div class="warningBox" style="width:250px" test warning dialog box test warning dialog box test warning dialog </div The thing is, the "text-indent" property indents the first line of text so that it is padded to the left, avoiding the small (12x12) background image. This is fine, but all subsequent lines of text appear non-indented. Is there any way to indent ALL lines of text? |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |