View Full Version : A small problem


ryu
01-10-2004, 10:05 PM
I view my webpage in two browsers, netscape and IE. On netscape the site is perfect! On IE, it is messed up. I have four images in a row, when the yhit the div layer on the right, it goes right throught them and hides under my table and poll ect. :( Is there a way to fix this?

Great Site
-ryu

ryu
01-10-2004, 10:32 PM
I view my webpage in two browsers, netscape and IE. On netscape the site is perfect! On IE, it is messed up. I have four images in a row, when the yhit the div layer on the right, it goes right throught them and hides under my table and poll ect. :( Is there a way to fix this?

Great Site
-ryu

I can provide the code if needed too :) or my webpage.

Rosey
01-10-2004, 10:34 PM
Yes that would be useful.

ryu
01-10-2004, 10:39 PM
ok the top part:

<style type="text/css">

body
{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}

#menu {
position: absolute;
right: 5px;
padding: 0px;
width: 150px;
}

#content {

margin-left: 0px;
padding: 0px;
margin-right: 200px;
}

Then it goes on to the part with all my content and stuff. Is it possible to make an invisible border around the entire menu div layer so the picture in the center div layer don't run into the menu one?

stargrl329
01-10-2004, 11:07 PM
Hmm. You could have an "invisible" border as long as you don't have a background image. If you do have a bg, try putting "transparent" as the border colour in the CSS; if that doesn't work, you could use a chroma filter on the border.

ryu
01-11-2004, 12:08 AM
Hmm. You could have an "invisible" border as long as you don't have a background image. If you do have a bg, try putting "transparent" as the border colour in the CSS; if that doesn't work, you could use a chroma filter on the border.
I used/am using HTML to make it.... im not sure how though, maybe just a break tag...

Rosey
01-11-2004, 12:09 AM
Post your link and i'll take a look at it in ie and netscape.

ryu
01-11-2004, 03:29 AM
i had a table used incorrectly, i fixed it ^^ thanks for trying though :)