# Is this a bug or what?

**URL:** https://forum.kirupa.com/t/is-this-a-bug-or-what/28376
**Category:** Uncategorized
**Created:** [August 13, 2003, 3:56am UTC](https://forum.kirupa.com/t/is-this-a-bug-or-what/28376 "2003-08-13T03:56:21Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![sz05](https://avatars.discourse-cdn.com/v4/letter/s/59ef9b/32.png) [@sz05](https://forum.kirupa.com/u/sz05)
#### Post date: [August 13, 2003, 3:56am UTC](https://forum.kirupa.com/t/is-this-a-bug-or-what/28376/1 "2003-08-13T03:56:21Z")

</div>

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. . .

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 13, 2003, 8:48am UTC](https://forum.kirupa.com/t/is-this-a-bug-or-what/28376/2 "2003-08-13T08:48:30Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 13, 2003, 8:21pm UTC](https://forum.kirupa.com/t/is-this-a-bug-or-what/28376/3 "2003-08-13T20:21:07Z")

</div>

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](http://www.xdream3rzx.rocks.it)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 14, 2003, 2:31pm UTC](https://forum.kirupa.com/t/is-this-a-bug-or-what/28376/4 "2003-08-14T14:31:22Z")

</div>

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.

🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 14, 2003, 7:17pm UTC](https://forum.kirupa.com/t/is-this-a-bug-or-what/28376/5 "2003-08-14T19:17:34Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 15, 2003, 10:30pm UTC](https://forum.kirupa.com/t/is-this-a-bug-or-what/28376/6 "2003-08-15T22:30:31Z")

</div>

ohhh okie 🙂

btw what is layer 😃 sorrie i have no idea ☹

thank you guys. . . .

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 16, 2003, 3:26am UTC](https://forum.kirupa.com/t/is-this-a-bug-or-what/28376/7 "2003-08-16T03:26:54Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 16, 2003, 3:34am UTC](https://forum.kirupa.com/t/is-this-a-bug-or-what/28376/8 "2003-08-16T03:34:16Z")

</div>

if you are, all this stuff in your code;

```auto

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

```

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)

🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 16, 2003, 4:46pm UTC](https://forum.kirupa.com/t/is-this-a-bug-or-what/28376/9 "2003-08-16T16:46:26Z")

</div>

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