Previous Message
Next Message

How to consolidate style sheets?

Sent by akuehn on 17 March 2005 15:03


Yazmin Wickham wrote:

>Here's the new page:
><http://www.digital-photography-resource.com/ZTeST/sitemock/cssmock/mock6
>.php>

I don't know about you, but this is horribly broken in my copy of IE 
5.2 for Mac.  The inherited positioning is still inheriting, and now 
it is further complicated by the extra margin.

I think you are trying too hard.  Here's what was in your original:

#mid-col-2 {
	position:relative;
	top:0;
	left:16%;
	width:41%;
	margin-bottom: 1px;
}

Simply REPLACE left:16%; with margin-left:16%; and don't do anything 
else.  That's it.  End of fix.  Don't hide it from anyone, don't do 
anything fancy.  This should make the layout work correctly in all 
browsers (tested in Mozilla, Safari and IE5 all on Mac).

HTH,
-- 

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