ArcEnCiel
Junior Member
Posts: 2
Registered: 8/20/2004
Location: France
Member Is Offline
|
| posted on 8/20/2004 at 05:29 PM |
|
|
Questions about CSS / Firefox
Hi Again with a "out of sight" of this site I think ...
I have a small CSS problems with Hints, Firefox
I'm using the following class :
.hintsClass {
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
border: 1px dotted;
border-color: Black;
padding: 4px 4px 4px 4px;
width: 250px;
background-color:#DDE4D6;
}
cuz I would like to have a 250 width rectangle and the text filled within (no matter the height )
Using this, in IE, the height just increase when the text fills the rectangle... but in Firefox , the box is as width as the length of the text to
display ...
If i use a absolute positionning the rectangle is 250px like I want but the text is written outsid the box and always in one long line .
PLEAZZZ i'm not a pro designer (don't know all the tips about CSS) so can U help me with this ...
THANKS A LOT
Arc-En-Ciel
|
|
|
|