Previous Message
Next Message

transparent background issue with IE

Sent by Stan Winchester on 26 January 2006 01:01


> 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

Georg,

Thanks for the idea. It works fine in NS & FF, but in IE the left column is
now gone.

Thank you,
Aftershock Web Design, Inc.
by: Stan Winchester
President/Developer
http://www.aftershockweb.com/   



______________________________________________________________________
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: