Index > Templates and CSS > "Columns" inside main column (inv. css & IE 7 bug)
Dear all,
for some late time I'm trying to establish 2 elements inside an article to be displayed side by side.
Good news is I've really managed to do so by adding:
float:left;
clear:right;
styles to each of these two content elements.
Of course, everything works all fine in firefox and safari (IE 6) but in IE 7 these two elements go
all over the page.
Anyone stumbled upon this and managed to solve or this is first post of kind on this?
p.s.
I must add that is am trying to avoid table layout as much as I can since
my intentions were to maintain administration of specific site "user friendly"
Thank You so much,
Nat
for some late time I'm trying to establish 2 elements inside an article to be displayed side by side.
Good news is I've really managed to do so by adding:
float:left;
clear:right;
styles to each of these two content elements.
Of course, everything works all fine in firefox and safari (IE 6) but in IE 7 these two elements go
all over the page.
Anyone stumbled upon this and managed to solve or this is first post of kind on this?
p.s.
I must add that is am trying to avoid table layout as much as I can since
my intentions were to maintain administration of specific site "user friendly"
Thank You so much,
Nat
2008-12-09 16:49
Without additionnal information such as your html code and css, hard to help out... it might be the IE7 float margin-bottom bug, but it's just an hypothesis here...
++ open source enthusiast, textpattern and modx veteran, typolight student ++
.: loving typolight's versatility and flexibility, impressed by reliability and security and enjoying fast development time :.
++ amazed by the Catalog/CatalogExt/Taxonomy combo and lots of high quality modules... kudos ! +++
.: loving typolight's versatility and flexibility, impressed by reliability and security and enjoying fast development time :.
++ amazed by the Catalog/CatalogExt/Taxonomy combo and lots of high quality modules... kudos ! +++
2008-12-09 19:48
