View Single Post
  #2 (permalink)  
Old 04-24-2008
roycee roycee is offline
New Foot Prints
 
Join Date: Apr 2008
Posts: 37
BRL$: -30.65
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
roycee is on a distinguished road
Default Re: Need some help with layout... problem

Quote:
Hi I already made a page for my website. So far I just notice that on other computer I get different displays of the website.

like for example my display settings are set to my liking and I created the website in those settings. Well if anyone on the web has a higher resolution display settings then the website gets wider causing the background to repeate even though I used css and uset the background-repeate:no-repeate; ect

How do you solve this?? I used the px system now I read about fluid design and so I am currently converting my website to use the % system.

am I on the right track???
Yes, you might be using "fluid width" on your template, thats why you are getting different proportions on different resolutions..Just convert it to "fixed width" by specifying the dimensions of the body and the sidebars if any..

moreover, for not repeating the background you will be needing to put
background: no-repeat along with the axis you want to avoid repeating..


Current Promotions... Post a New Thread anywhere on Web Development Board to earn BRL$ 5 for every thread. Post a new Reply there and earn BRL$ 3 for every reply.
Important - Read before posting Please carefully read the Global Rules and Posting Rules for GPT / Buy - Sell Offers / Link Exchange sections before posting.
Reply With Quote