JF wrote:

> Hello,
> I'm working an order page of sorts which I have dubbed the "Tower of
> Power". An example of this is located here:
> http://yummygreenbeans.com/sandbox/
>
> I have set this up using an unordered list (an ordered list would be
> semantically correct I suppose). It looks and functions correctly in
> Firefox however in both IE 6 & 7 it falls apart.  This page will not be
> for public consumption (only registered users) therefore SEO isn't a
> factor however, I would like to build it the "right" way.
>
> If any of you have a solution to the IE problems I would very much like to
> read it.  If you have an altogether better solution on how to build this
> page I'd love to read that too.
>
> Thanks in advance!
>
> -JF

Hi JF

Those negative margins wont work in IE. Each <li> needs to be floated left (the 
ones on the right, floated right) and then brought closer by the width of the 
container. Here's a demo.

http://css-class.com/x/sandbox.htm

Kind regards, Alan

http://css-class.com/

______________________________________________________________________
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