I'm having a problem with my CSS, namely in the text... and i think the problem resides on the CSS position property.
My problem is the following, i have a DIV that encapsules some text. This is the CSS on that DIV:
#content_text{
position: absolute;
top: 55px;
left: 175px;
right: 700px;
margin-top: 0px;
line-height: 14px;
}
Everything is allright when i open thw page, but when i try to resize the page, it will resize the text too, ad i want the text to be fixed.
I attached two images so you can see what's happening.
Is it because i'm using "position: absolute" ??? I don't know why this is happening. Can someone help me ?
Thx in advance, Cláudio

New Topic/Question
Reply



MultiQuote






|