A
Animesh K
Hello All:
Continuing on last thread, but this time I have concrete examples of the
issues I am facing.
1) http://www.eecs.berkeley.edu/~animesh/pictures.htm
This page has _inline_lists_ with background image (two sided
image-border). Surprizingly, unlike most CSS page, this displays better
in IE against mozilla. However, Mozilla and Opera are giving
unacceptable solutions. The CSS definitions can be found at:
http://www.eecs.berkeley.edu/~animesh/pics.css
If I don't do the lists inline, i.e., if <li> are left as a block
element, then the following happens (and rightly so);
2) http://www.eecs.berkeley.edu/~animesh/pictures_block.htm
This page works fine in Mozilla or IE both. The CSS defintion is
different from pics.css in only one line (display: inline; is removed in
pics_block.css as compared to pics.css).
If someone can explain what exactly is going wrong, I shall be obliged.
I tried a nested div before, but IE is being the cry-baby with nested
divs. I also misplaced an online article on using nested div's to
display images :-(. Any other alternative (tableless) solutions are
welcome too.
Thanks a lot,
Best regards,
Animesh
Continuing on last thread, but this time I have concrete examples of the
issues I am facing.
1) http://www.eecs.berkeley.edu/~animesh/pictures.htm
This page has _inline_lists_ with background image (two sided
image-border). Surprizingly, unlike most CSS page, this displays better
in IE against mozilla. However, Mozilla and Opera are giving
unacceptable solutions. The CSS definitions can be found at:
http://www.eecs.berkeley.edu/~animesh/pics.css
If I don't do the lists inline, i.e., if <li> are left as a block
element, then the following happens (and rightly so);
2) http://www.eecs.berkeley.edu/~animesh/pictures_block.htm
This page works fine in Mozilla or IE both. The CSS defintion is
different from pics.css in only one line (display: inline; is removed in
pics_block.css as compared to pics.css).
If someone can explain what exactly is going wrong, I shall be obliged.
I tried a nested div before, but IE is being the cry-baby with nested
divs. I also misplaced an online article on using nested div's to
display images :-(. Any other alternative (tableless) solutions are
welcome too.
Thanks a lot,
Best regards,
Animesh