|
bolaoni (m)
|
Which Screen Resolution Works Best?
Hi guys,
Just want to know what resolution you set your design for. At times I use 760px for my designs and at times set the table to 100% which seems to spread all over the page.
Suggestions please.
Bola
|
|
|
|
|
|
Seun (m)
|
I think it's smart to target a monitor resolution of 800x600 if your design is complicated. Else you should just make it flow to fit the width of the screen. So your current strategy makes sense.
Tables are so 1997, use CSS!
|
|
|
|
|
|
bolaoni (m)
|
Thanks Seun for you reply.
Do you mean I should use CSS alone? I use table and CSS combined.
I will send you a PM once I finish sending this.
Bola
|
|
|
|
|
|
Seun (m)
|
If possible, use CSS for your overall layout. The problem is that a page layout based on tables will not be rendered until the last byte is downloaded. If you use CSS, then the parts of your page that are downloaded first will be displayed first. A CSS-based layout will also be easier to adapt for printing or viewing on mobile phones.
The Nairaland Forum Theme is built using a table-based layout, which is regretable.
|
|
|
|
|
|
dejiolowe (m)
|
for liquid designs, 100% of screen is the way to go but the problem is you can't predict the way things could turn out. so i will advise you stick to 800X600 which is fast becoming universal minimum. but if you are targeting mobile screens, i guess it is another kettle of fish entirely. css is the way to go. there are so many resources on using css and divs for layouts. but that in itself has skuls of thoughts. some use absolute position which breaks down absolutes when something happens to your style sheet. the most difficult and most elegant is the usage of floats. once you master it, knocking up a website is damn easy. check out places like a list apart for tips. please note that a css layout (if you know what you are doing) if faster than table layouts because it uses less codes. and it could be so dynamic by just switching style sheets you could change the total outlook of the web page. can u imagine that my website runs on tables too. bah!  but that is because of the blogging software.
|
|
|
|
|
|
timmy (m)
|
well, personally i use the 800x600 screen resolution, and sometimes the 100% table width.. but when ever im using the 800x640 yadayada, i set my page borders to 0 (topmargin=0, leftmargin=0, bottommargin=0 and rightmargin=0) and my table width will then be 777px, this makes your pages fit perfectly into your browser.. i also use alot of css thank God for them.. @deji_olowe (eku ewu omo tuntun, ire a kari gbogbo waa oo!!) 
|
|
|
|
|
|
skima (m)
|
Ill advice u use 800*600 because using 100% table will disorganise your page when browsing with a bigger screen.
well css is good because it downloads faster dan table. If it gets to an old browser some of your useful design layout may be flawed.
|
|
|
|
|
|
bolaoni (m)
|
Thanks guys for this reply. Deji, thanks for the list apart site. I'm on it now.
1ce again, thanks so much.
Bola
|
|
|
|
|
|
brushparke (m)
|
i think it is cooler to use the standard resolution of 800/600.But it does not appear moderate on all browsers.So i now prefer to make the page moderate and centrally placed .say 800/500-550.I think this appears better and looks simple even if you are developing a complex site. However, guy, i think you'll do better with CSS.It more flexible.
|
|
|
|
|
|
dejiolowe (m)
|
remove the table mentality out of the picture. the only way to go is CSS. if u don't know it, then learn it.
|
|
|
|
|
|
bolaoni (m)
|
remove the table mentality out of the picture. the only way to go is CSS. if u don't know it, then learn it.
That is an advise I have to yield to. I sure know how to combine table with CSS, but CSS alone, I haven;t tried that before.
|
|
|
|
|
|
dejiolowe (m)
|
css with divs, spans, etc
|
|
|
|
|
|