Your #container isn't defined as floating, so the float: right on your
#nav element will clear left and push it down. Opera is usually more
strict-standards compliant, so leaving this as implicit will break in Opera.
Also, make sure each of your div elements are explicit defined as {
position: relative; }, otherwise the browser's native stylesheet will
override and could cause issues as well. So following Matthew's link is
definitely recommended.
- Brandtley
On 6/23/2011 1:04 PM, Kevin A. Cameron wrote:
navigation: 260 + 10 = 270px
content: 700 + 10 = 710px
total = 980px (> 960px - your container width)
Think I have that correct...?
Kevin
--
--
You received this because you are subscribed to the "Design the Web
with CSS" at Google groups.
To post: css-design@googlegroups.com
To unsubscribe: css-design-unsubscr...@googlegroups.com
--
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: css-design@googlegroups.com
To unsubscribe: css-design-unsubscr...@googlegroups.com