Members Login.
 

Please register HERE to be part of our Community
Contest of the Day.
 
Participate and Earn $$$.
Looking to Hire.
 
Earn By Posting
 
Participate in forum and Earn $$$.
  • Referrer Credit - BRL$ 100
  • Positive Rep Cr. - BRL$ 3
  • New Thread Cr.- BRL$ 3
  • Posting Cr. - BRL$ 3
  • Post size Credit
Full List of BRL$ Earnings
Sponsors.
 


Website Layout A properly designed website will improve your search engine rankings. Discuss about how to use CSS, Images, text in your website. Get the reviews of your website layouts.

Reply
  #1 (permalink)  
Old 3 Weeks Ago
Peon
 
Join Date: Apr 2008
Posts: 13
Rep Power: 0
hockey97 is on a distinguished road
BRL$: 140.43
Default Need some help with layout... problem

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???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 3 Weeks Ago
Peon
 
Join Date: Apr 2008
Posts: 35
Rep Power: 0
roycee is on a distinguished road
BRL$: 2.04
Default Re: Need some help with layout... problem

Quote:
Originally Posted by hockey97 View Post
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..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 2 Weeks Ago
Peon
 
Join Date: Apr 2008
Posts: 13
Rep Power: 0
hockey97 is on a distinguished road
BRL$: 140.43
Default Re: Need some help with layout... problem

I was using fixed width the problem I want is that I want the page to adjust to the users display settings. I used that background-repeat:no-repeat;

right now currently I just made a javascript using dom to get the browser window values and I plug them into the script and adjust all elements on my page to adjust according to the value of the window so the layout would stay the same way in any resolution.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 2 Weeks Ago
Link Exchange - Jr. Member
 
Join Date: Apr 2008
Posts: 100
Rep Power: 3
webvigor is on a distinguished road
BRL$: 225.09
Default Re: Need some help with layout... problem

Using CSS and dynamic code can solve the problem. It is far easy to manage different templates for different resolutions in that way.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 2 Weeks Ago
Peon
 
Join Date: Apr 2008
Posts: 13
Rep Power: 0
hockey97 is on a distinguished road
BRL$: 140.43
Default Re: Need some help with layout... problem

well Right now I am working on making more than one css code and using javascript to check the users display settings and then pick which css code is suitable for that resolution.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
how important of blog layout? sallyxu126 Importance of Blogs 20 2 Days Ago 02:27 AM
Problem with radio button and checkbox Rss_Feeds PHP 0 09-19-2007 01:25 PM
Interesting Problem Rss_Feeds PHP 0 09-12-2007 11:55 PM
MySQL General: problem with partial word search using UNION ALL mr_atom mySQL Database 0 07-18-2007 09:56 PM
Website problem (html) with IE7 by vdos Jason Web Design Requests 0 07-18-2007 12:04 PM


 

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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91