1
rabideau
IE--- Mozilla/Firefox incompatibilty help anyone
  • 2004/11/8 21:42

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


Hello all,

I am working on a theme that I had hoped to donate to the greater good... but have become stumped on an incompatibilty problem with IE. The theme works fine with Firefox/ Mozilla but I have a floating frame problem with IE 6.

All the code plus Screen shots of my problem may be downloaded at:http://www.envision-it.org/files/envision-work.zip

Any help is most appreciated....

2
studioC
Re: IE--- Mozilla/Firefox incompatibilty help anyone
  • 2004/11/9 18:44

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


hello mark ...

there's a visible problem with floating within ie .... but it's no css floating problem. your floats and unfloats are ok so far ...

within ie the pagewidth does not fit, theres is not enough place for the right block in that column so ie shows it next possible position below.

before changing of width will have effect ... there is a ..

<div align="center">            

<
div style="width:880px;">
</
div>


in source ... delete or uncomment
<div style="width:880px;">
</
div>


it sets inner width 20 px below what you wanted! and of course there is no need for that div!


second ... change ..
<div id="maincontainer3">
<
div style="width:745px; float:left;">



to ..
<div id="maincontainer3">
<
div style="width:715px; float:left;">



(don't forget to fit:
#leftfloat {
width: 715px;} within your cssfile !)

and you will see that floats are ok...

....................................

when you see that it is a problem of fitting width, you can try and play until your settings are like you want it to .. (take care of content width :: menu) within right block ...

cheers
michael

Login

Who's Online

159 user(s) are online (124 user(s) are browsing Support Forums)


Members: 0


Guests: 159


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits