Hello guys. I've been messing around with Stu Nicholls image  
tracking  method:

http://www.cssplay.co.uk/menu/flow.html

and I got it to work for me in the reverse (float: right) of what he  
does in his example:

http://raymondrodriguez.net/clients/anita/panel8.html

Very cool but then I tried to do it normally (float: left) and it's  
all screwed up on everything except Safari:

http://raymondrodriguez.net/clients/anita/panel9.html

Anybody know why?

Here's what the CSS looks like:

#copy_panel9 {
width:533px;
height:673px;
position:relative;
font: 14px Helvetica, Arial, Verdana, sans-serif;
color:#000;
text-align:left;
margin:0 auto;
}

#copy_panel9 p {
line-height:17px;
padding:20px 0 0 60px;
position:relative;
z-index:10;
}

#copy_panel9 img {position:absolute; z-index:1;}

#copy_panel9 em {display:block; float:left; height:17px;  
overflow:hidden; clear:left;}


.a10 {width:10px;}
.a20 {width:20px;}
etc...


I hope you see something that I don't!

Thanks,

Raymond
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to