Forum Moderators: open
I have to create a new website and wanted to know the following before i start designing.....
1)How do i create a webpage in frontpage and dreamweaver which will appear suitable on different browser settings and screen resolutions......
I have my system settings as 800x600.....can i design my page in such a way thst it doesnt get those irritating scrolls at the bottom..i mean horizontal and vertical sdcrolls...
2) Are there any scripts taht people use so that the page looks ok on diff settings?
Any help will be appreciated!
The basic concept is to design your page layout with percentages so that regardless of your visitor's screen resolution they will get the site sized to their screen. You have to remember that what looks good on your screen may not look good on others. Your 800x600 design may not look great on my 2560x1024 screen.
Useful here is the maxwidth rule in CSS. This is not implemented in IE, but you can find a workaround in a certain site we aren't allowed to mention.... (so shhhh!)
[webmasterworld.com...]
It's based on the fact that IE supports expression() in the CSS file [webmasterworld.com]. I score that as one point for Microsoft - and I'd love to see it become part of the standard.