relative positioning??
Posted: 02 February 2008 11:59 PM   [ Ignore ]
Newbie
Rank
Total Posts:  4
Joined  2008-02-02

I am tring to make a text area that is always
100px from the left, I know how do that part,
but also so that it is ALWAYS 100px from the
right no mater how the browser is resized.

So can this be done?

Profile
 
 
Posted: 08 February 2008 04:29 PM   [ Ignore ]   [ # 1 ]
Member
Avatar
RankRankRank
Total Posts:  52
Joined  2007-11-08

put your text in a div with style margin:0 100px; It’ll always take 100% of the viewport minus 100px left and 100px right

Profile