Is this a bug or what?

hmmm i dont really know if this is a bug or not. . or maybe i need some code for it. . .

when i creat a site using DW and my resolution is 1024x764 and when i change it to 800x600 the looks of my site is so messy. . . .

if you have any idea pleasee help me . . . thank you so much. . .

i think its… the way you approached achieving your content… Link plz

hmmm here my site . . .

try to change your resolution to 800x600 and don’t enter to the 800x600 viewed. . . so that u will notice how it works

HERE

looks like your main problem here is the fact you’re using layers. Layers are fine if you know how to make the most of the them, but if you dont they just cause headaches. I would recommend building your site with tables. Much simpler and more cross browser friendly.

:slight_smile:

Yea, you are using layers here when they are not needed. Try using Tables.

ohhh okie :slight_smile:

btw what is layer :smiley: sorrie i have no idea :frowning:

thank you guys. . . .

well, how are you building your site? In dreamweaver?

if you are, all this stuff in your code;


<div id="anyname" style="position:absolute; left:488px; top:183px; width:231px; height:201px; overflow: scroll; overflow-x: hidden; z-index:1">

are the layers. so you can see by this layer here, its positioning is absolute, to the position of 183px from the top and 388px from the left. This means it will always sit there no matter what size the browser is set to. Generally just a bad idea.

You would be creating these layers with the ‘Draw Layer’ tool. I wouldn’t use that. Do some research into tables.

While tables can be a pain to master, they are very effective in creating a consistant looking site on multiple browsers.

If you’re not using Dreamweaver you must be using Fireworks. I believe you can tell fireworks to contruct your page using tables instead of layers. (but im not sure as i dont export html from fireworks)

:slight_smile:

ohhhhh i got it. . . thanks for the explanation. . . . . now i know what is that mean. . . . :slight_smile: