positioning elements

This is a discussion on "positioning elements" within the Web Page Design section. This forum, and the thread "positioning elements are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 26th, 2005, 12:11
New Member
Join Date: Jul 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
positioning elements

Hi guys, does anyone know how to position a text box in a specific position without altering the position of the paragraphs content?
Reply With Quote

  #2 (permalink)  
Old Aug 3rd, 2005, 03:34
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to herkalees Send a message via MSN to herkalees Send a message via Yahoo to herkalees
A box can easily be positioned to an exact pixel location from top & left, but anything inside that box is going to move with it.

It's done with XHTML & CSS:

XHTML:
Code: Select all
<div class="box">content inside box, yay.</div>
CSS
Code: Select all
.box {position:absolute; top:200px; left:300px;}
Reply With Quote
Reply

Tags
positioning, elements

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Menu Going Under Elements in IE Aerdan Web Page Design 1 May 1st, 2008 20:51
Disappearing elements boscomilo Web Page Design 9 Jun 9th, 2006 14:07
PHP XML Counting Elements Don Logan PHP Forum 1 Mar 18th, 2006 03:03
count of the elements amit_shetye PHP Forum 2 Dec 6th, 2005 16:21
Selecting certain XML elements fogofogo Other Programming Languages 3 Dec 5th, 2005 12:49


All times are GMT. The time now is 00:35.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43