Hello,
I am wondering if someone can help me with a problem I am having. I am trying to setup something like this:
That was in Firefox which displays it without a problem, but when I go to view it in I.E, heres what happen's:
Heres the code I have so far:
The CSS
The HTML
Thanks In Advance,
Garion
I am wondering if someone can help me with a problem I am having. I am trying to setup something like this:
That was in Firefox which displays it without a problem, but when I go to view it in I.E, heres what happen's:
Heres the code I have so far:
The CSS
| Code: |
|
#featured{height: 310px; width: 720px;} #featured img{position: absolute; margin: 0; z-index: 0;} #lists{position: absolute; z-index: 1; background-color: #FFFFFF; padding: 3px 10px; width: 319px; border-bottom: 1px solid #666666; border-left: 1px solid #666666; margin: 0 0 0 380px;} #lists a{} #description{width: 216px; background-color: #FFCCFF; height: 56px; font-size: 12px; padding: 2px; position: absolute; margin: 200px 0 0 460px; z-index: 1; opacity: 0.6;} #description strong{font-size: 16px;} |
The HTML
| Code: |
|
<div id="featured"> <img src="images/home/featured1.png" name="imagename" alt="Featured" width="720" /> <div id="lists"> Bridges Featured2 </div> <div id="description"> <strong>Bridges</strong><br /> Can you climb to the top in time with this delightfully addictive puzzler? </div> </div> |
Thanks In Advance,
Garion

