Martin Granger wrote:
> oops, i'm sorry : i thought you might have used the FF "web developer
>  toolbar", which gives you the stylesheet adress. so it's : 
> http://minilien.com/?E2biUVGEUa/squelettes/martin.css

I never use Firefox (with or without extensions) for anything related to
web development - only for testing the outcome. I work on raw code, and
there isn't any readily available at the address given above.

I can of course dig through those @imports, so I am looking at the
correct stylesheet now, but it's easier to help out when the exact
stylesheet is named and/or linked. Saves time...

>> ...

> I tried that, but unfortunately it makes my background image for the 
> #conteneur div disappear...

You have made some CSS-changes since the original version, so I had to
add a general 'overflow: auto;' into the mix. The rest works just fine
in the previous mentioned browsers, and I now have two working versions
of your page/CSS on my HD.

This test-style is inserted into the last version...

<div id="ventre" style="clear: left; width: 565px; overflow: auto;
overflow-y: visible; overflow-x: auto;
_margin-right: -30px; _float: left; _display: inline;">

...and no background-image is lost. Just transfer those inline styles to
the proper stylesheet...

Note that the '_properties:values' with a leading underscore (_) is
intended for IE/win *only*. Hack those in anyway you like, but make sure
no other browser can see those styles - especially the 'float: left;'
that will indeed make the background disappear in any browser but
IE/win. I think a failure to hide those from non-IE/win browsers is the
reason why the background "failed" in some browsers at your end.

If some browsers should have a problem with it after all, then it's just
a question about clearing at the right place, just below the end-tag of
#ventre.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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