Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in HTML CSS only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
HTML CSS
text position-absolute
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Wayne Hall
New Member
Join Date:
Jul 2011
Posts:
3
#1
text position-absolute
Jul 18 '11, 02:42 PM
Is it possible to position text ABSOLUTE on a html webpage ?
Dormilich
Recognized Expert
Expert
Join Date:
Aug 2008
Posts:
8694
#2
Jul 19 '11, 03:20 AM
no. but you can position text by means of its container element.
Comment
Post
Cancel
Wayne Hall
New Member
Join Date:
Jul 2011
Posts:
3
#3
Jul 21 '11, 12:42 PM
thanks for your help.
Can I use an HTML as a container ? IE:"container.h tml"
Comment
Post
Cancel
Dormilich
Recognized Expert
Expert
Join Date:
Aug 2008
Posts:
8694
#4
Jul 21 '11, 01:27 PM
I mean it this way:
Code:
<p id="mytext">all of my text</p>
Code:
#mytext { position: absolute; top: 3em; left: 10em; }
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment