teh IE no showing LI or IMG

<!-- m --><a class="postlink" href="http://skinneralamod.firewebx.com/about.html">http://skinneralamod.firewebx.com/about.html</a><!-- m --> - why doesn't the image or the list appear in IE 6? does internet explorer no longer support images? :pAdd to wah.JPG style="position:relative;" and
change the div list container to <div style="position:relative;float: right; top: 0px;">

minor errors in css:
in .content2 z-index:0px; and
a:visited {color:brown;} not a valid color

BTY the first image I saw this morning was wah.JPG ! Very scary :eek:Originally posted by Fang
BTY the first image I saw this morning was wah.JPG ! Very scary :eek:

worse is that its the last image i saw before going to bed now :P i have to slp w/ that image fresh in my head >.<why does everyone hate me?:p

is it better now?A few problems:
In both lists you have forgotten the <ul>
Delete the containing <div> from the activity list and add
<ul style="position: relative; float: right; top: 0px; margin:0px; padding:0; padding-left:10px; display:inline; list-style-type:square;">

For the menu list add the <ul> tags and in the css add:
#navAlpha ul {
margin:0;
padding:0;
list-style-type:none;
}

The previous two errors mentioned in my last post are still in the css.

Validation:
Add an alt to <img src=http://www.webdeveloper.com/forum/archive/index.php/"about_files/blink.gif" alt="blink emoticon">
and the really scary image should be:
<img src=http://www.webdeveloper.com/forum/archive/index.php/"about_files/wah.JPG" style="position: relative; float:left; margin:5px;" alt="scary image">apparently the file didn't upload. thanks fang ;)
 
Back
Top