473,387 Members | 3,033 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Website is not fluid on different resolutions, any solution?

I began designing my webpage on my home computer, 1680 x 1050, and a wide screen monitor.

While it looked great on my screen, when I had a friend look at it, he told me the positioning on some parts were off and that he had to scroll a lot.

my URL is:

http://www.frinkdesigns.com

CSS:

http://www.frinkdesigns.com/css/index.css

Both the index.css and index.html pages validate, I have quite a few errors for the rest of the pages but I figured that any fix you guys can think of, I'll just duplicate on each page.

I'm totally stumped on what to do for this. I kind have a feeling it all comes down to the size of my background img:

http://www.frinkdesigns.com/images/frinkDesignsbkg.jpg

I read something about using ems, but I don't really know what I would change to ems, and how that would help. So if that is the solution, could someone possibly explain it a little better.

Thanks guys
Apr 2 '08 #1
4 1396
Death Slaught
1,137 1GB
The problem is you've made everything to large and therefor, the page on smaller resolutions overflow, and you get scrollbars. The only solution I can think of is to recode the page, and remake the images, so they fit into an average screen resolution (around 1024 by 768 pixels).

Thanks, Death
Apr 2 '08 #2
How do I set the margins so they will be correct on all resolutions? For example, I changed my background's res to 1024 x 768 so when I set my computer to that resolution, the container I make is in the right position with a margin-left of 30px, but as soon as I go back to my default resolution of 1680 x 1050 this margin is completely wrong.
Apr 2 '08 #3
drhowarddrfine
7,435 Expert 4TB
px is a fixed dimension. If you want it to be fluid, you need a relative one; that is, relative to the size of the screen. This is where percent comes in. Set the margin to, say, 5% as a test.
Apr 2 '08 #4
still doesn't work, I have no idea where to go from here.
Apr 2 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

20
by: MozillaCensorsMe | last post by:
Remember that tutorial I'm was threathening a few months ago? Well, everyone, just take a peek at completely wow-new http://www.andkon.com/ Too avoid the *unneccessary* flames read these two:...
4
by: mhawkins19 | last post by:
I need some help designing a webpage. My problem lies in making the page viewable on all resolutions. The layout can be found at http://www.dj-mitch.com/aboutus.gif The purple curve at the...
2
by: Wayne Aprato | last post by:
How do most Access developers handle the issue of different database users possibly running different screen resolutions? At the moment, I design for the worst case scenario ie. 800 x 600 screen...
6
by: Dan | last post by:
I have designed a web site for our family run business selling aloe vera products. It has been up for roughly a week and has had very little traffic. (30-40 hits). I have used the hosting company,...
12
by: JB | last post by:
Hi All, Is it acceptable to use a fixed width vertical navigation column within a fluid 2 or 3 column layout? Example. Left Column (navigation) fixed width of say 180px Right Column (main...
9
by: TristaSD | last post by:
Hi, How do I accomplish the following: In a two-column layout, the right column is 200px wide, and the left column is fluid? Thanks!
4
by: wanderlust123 | last post by:
hi, as a novice at web design i have created a site for a friend. this was checked on a number of different browsers and appears fine. my friend however says that the menu bar and images jump up...
1
by: dmorand | last post by:
I'm trying to get my site to look somewhat decent across different resolutions. Should I change all of my fonts to use em's rather than px? Is that a good solution to fix my resolution issues?
19
tharden3
by: tharden3 | last post by:
Well guys, my first web site is coming along pretty good. I've been reading up on HTML & XHTML books, and learning CSS as I go. I got it up and running on a free web host. It's just a very...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.