Quote:
Originally Posted by hockey97 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..