reselution: text moves on res higher then 1024 by 768

This is a discussion on "reselution: text moves on res higher then 1024 by 768" within the Web Page Design section. This forum, and the thread "reselution: text moves on res higher then 1024 by 768 are both part of the Design Your Website category.



 Subscribe in a reader

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

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Mar 12th, 2008, 20:35
New Member
Join Date: Mar 2008
Location: at ur mums place
Age: 20
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question reselution: text moves on res higher then 1024 by 768

Do anyone know of maybe a Java script or some somthing that achores the layers. Becuase i have a website (http://israelat60.zxq.net) and when i look at it in a resolution higher then 1024 by 768 the text is not in place (over the right and is not in place). I use frontpage can can use Dreamweaver

Thanks for you time and help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Mar 12th, 2008, 21:58
Ed Ed is offline
Moderator
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 726
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: reselution: text moves on res higher then 1024 by 768

You don't need JavaScript at all.

Place your whole center column in a Container and do this:

Code: Select all
#centercontainer {
                  width: *px;
                  margin: 0 auto;
}
Then, put your text into a separate div and align the text to the left (or center, depending)

Code: Select all
#hometext {
            text-align: left;
}
You should know basic HTML & CSS if you want to use this method.

Hope this helps,
Ed
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Mar 25th, 2008, 16:09
New Member
Join Date: Mar 2008
Location: UK
Age: 21
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: reselution: text moves on res higher then 1024 by 768

there's a css called position:absolute. you might want to try that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

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
making text field text disapear Phixon JavaScript Forum 4 Feb 2nd, 2008 07:49
[SOLVED] Image with text -> text with background alexgeek Web Page Design 5 Nov 13th, 2007 23:25
alt text/title text differences Donny Bahama Web Page Design 3 Apr 23rd, 2007 17:02
Forum moves to left when click on thread jj1234 PHP Forum 2 Feb 22nd, 2006 09:15
Footer moves, not stationary in IE arball Web Page Design 1 Jun 29th, 2005 18:48


All times are GMT. The time now is 18:54.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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