954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Does everyone design for

Does everyone here design for 800x600 resolution or for 1024x768, are there any tricks to making sites look good on both, flash, html, etc...

cmills83
Posting Whiz in Training
249 posts since Jun 2004
Reputation Points: 37
Solved Threads: 1
 

um the best for html and hard coding is using percents instead of set widths. that is my only advice;)

Antonbomb22
Junior Poster in Training
91 posts since Jun 2004
Reputation Points: 46
Solved Threads: 0
 

If you do use set width to 780 or less (it gives spac for the scroll par in 800x600 resolution)

Ragnarok
Junior Poster in Training
94 posts since Mar 2004
Reputation Points: 10
Solved Threads: 0
 

Usually I design liquid layouts, but when doing fixed width, I always make them 780px wide or less, to account for scroll bars, etc.

rixius
Posting Whiz in Training
233 posts since Nov 2003
Reputation Points: 12
Solved Threads: 3
 

I code for every resolution, if its a fixed width 760px.

Just code to the standards and keep the little guy in mind and you will be fine :)

Zachery
The Geek Father
Team Colleague
894 posts since Nov 2003
Reputation Points: 96
Solved Threads: 21
 

Use percentage values to define the height and width of anything, this way it should look great across all platforms and browsers. Also, the very best way to layout a web page, if you want it to be viewable across all browsers is using css, it is soooo good for compatability, tables aren't a great way to lay out as some of it isn't valid html 4.0

Slade
Practically a Master Poster
633 posts since Mar 2004
Reputation Points: 115
Solved Threads: 7
 

CSS for everything other than tabular data. I design for 800x600 but keep in mind most of my visitors use 1024x768. I use fixed height and percentage widths ;)

cscgal
The Queen of DaniWeb
Administrator
19,437 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 231
 

I'm always a fan of fluid css layouts and php includes.
I also like layout-o-matic - http://www.inknoise.com/experimental/layoutomatic.php although I always build my own layouts from scratch.

DaveSW
Master Poster
769 posts since Jul 2004
Reputation Points: 54
Solved Threads: 20
 

Thank you so much for sharing that URL. I just checked it out and it's really great. I might even use it myself to make all of DaniWeb CSS friendly!

cscgal
The Queen of DaniWeb
Administrator
19,437 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 231
 

When designing fixed width, try to design for 744. IE on a mac is the smallest screen I design for.

Arizona Web
Junior Poster
118 posts since Jun 2004
Reputation Points: 16
Solved Threads: 2
 

Gotcha, thanks for the replies. I usually with html do 100% width's on tables, etc, and flash usually 760 just wondering what everyone else did, thanks.

cmills83
Posting Whiz in Training
249 posts since Jun 2004
Reputation Points: 37
Solved Threads: 1
 
Thank you so much for sharing that URL. I just checked it out and it's really great. I might even use it myself to make all of DaniWeb CSS friendly!


Glad you like it! There's also list-o-matic... http://www.accessify.com/tools-and-wizards/list-o-matic/list-o-matic.asp

and list-a-matic...
http://css.maxdesign.com.au/listamatic/

:D

(As being the same family of tools)

DaveSW
Master Poster
769 posts since Jul 2004
Reputation Points: 54
Solved Threads: 20
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: