Previous Message
Next Message

transparent background issue with IE

Sent by Gunlaug_Sørtun on 25 January 2006 23:11


Stan Winchester wrote:
>>> http://www.aftershockweb.net/bd/asian-herbs/test/

The simplest fix is to rewrite #outer and forget about that transparent
border. Also, add a stabilizer for IE/win.

Style it like this:

#outer {
background-color: transparent;
margin-left: 200px; /* replaces border */
position: relative; /* fixes jumps and overlapping of 2.column */
}

....and the problems should be gone since margins are always transparent
anyway, even in IE/win.
Adding 'position: relative' to #outer gives IE something to hold on to
when 'position: relative' is applied to the floating #column1 - all
relatively speaking in the very special MS-only language, of course :-)

No hacks needed, since other browsers are undisturbed by all this.

I think that's all...

regards
	Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: