Topic: Fluid Thumbnails |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: College Station, TX |
posted 01-22-2004 20:54
I'm using the technique found on ALA. To make the thumbnail links here. The technique works as billed, but I need it to wrap from the edge of the center div not the edge of the window. It seems to work fine in NS and Opera. |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 01-22-2004 20:58
Yep, exactly the same problem. I could never figure it out. I even contacted the author of that article and no luck there either. |
Bipolar (III) Inmate From: midair |
posted 01-22-2004 21:12
I would try floating the right div and placing the right div's html code Before the div code for the div to the immediate left..I didn't read the css as it is link relative...In other words.. reverse the order of the divs in the html...That sometimes fixes that little quirk in IE and Mozilla when a page doesn't degrade properly or wont align "top" on the left and right..Takes a moment c/p..try it |
Bipolar (III) Inmate From: midair |
posted 01-23-2004 04:46
I put some of your code in one of my templates..it should work..I couldn't upload your images and you are going to have |
Paranoid (IV) Inmate From: PA, US |
posted 01-23-2004 04:54
I am using that also on my site, and it seems to work fine. The only browser that really gave me any trouble was ie5/55. They were doing what you describe, so I just wrapped another div around them. Take a look. If you find anything helpful, go ahead and snag it. |
Bipolar (III) Inmate From: midair |
posted 01-23-2004 05:34
Beautiful site Ramasax..and your solution of an outer div is possibly the best one..nested divs work.. |
Bipolar (III) Inmate From: College Station, TX |
posted 01-24-2004 10:27
Thanks guys! Just nested it in a little width: 100%; div and that fixed it right up. |