jamescover
10-26-2004, 12:21 PM
Two Issues:
The alignment of the menu items.
First, I had to use a negative value to align these horizontally. And the vertical alignment is different in IE vs. FF. The way it appears in IE is where I want it placed vertically.
#navlistdiv {position: absolute;left: -22px;top: 72px;z-index: 2;}
How would I place them horizontally without using a negative value, and get the same results in IE & FF vertically?
Second, the background aligns in IE, but not in FF. Link below:
http://www.ekigroup.com/temp/veProto.html
How to fix this?
The entire CSS:
html, body {margin: 0px;padding: 0px;background: url(images/bg3.gif);}
#bgImg {position: absolute;left: 50%;width: 758px;height: 650px;background: url(images/veProtoDrop.gif);margin-left: -379px;}
#navlistdiv {position: absolute;left: -22px;top: 72px;z-index: 2;}
#navlist li {display: inline;list-style-type: none;text-align: left;font-family: arial;font-size: 11px;color: #000000;}
.mainnav {text-decoration: none;color: #000000;}
Any help is appreciated.
-james
The alignment of the menu items.
First, I had to use a negative value to align these horizontally. And the vertical alignment is different in IE vs. FF. The way it appears in IE is where I want it placed vertically.
#navlistdiv {position: absolute;left: -22px;top: 72px;z-index: 2;}
How would I place them horizontally without using a negative value, and get the same results in IE & FF vertically?
Second, the background aligns in IE, but not in FF. Link below:
http://www.ekigroup.com/temp/veProto.html
How to fix this?
The entire CSS:
html, body {margin: 0px;padding: 0px;background: url(images/bg3.gif);}
#bgImg {position: absolute;left: 50%;width: 758px;height: 650px;background: url(images/veProtoDrop.gif);margin-left: -379px;}
#navlistdiv {position: absolute;left: -22px;top: 72px;z-index: 2;}
#navlist li {display: inline;list-style-type: none;text-align: left;font-family: arial;font-size: 11px;color: #000000;}
.mainnav {text-decoration: none;color: #000000;}
Any help is appreciated.
-james