BTW A div will be 100% if you don't apply any CSS rules to it.
set a new rule specifically for div elements with class "middle" that will override the properties in the global class
Code:
div.middle {
width:100%;
}
so a div with class "middle" will have all the rules in "middle" applied apart from the width.
ensure the div rule is after the global in the stylesheet hierarchy
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|