September 23, 201114 yr All my html and css mark-up/coding is right, double checked it as well. But for some odd reason, my darn background color won't show below my ' Wrapper Div " when I preview it in Opera. I am using Dreamweaver, which I use Firefox, IE and Opera to preview for cross browser consistency..The background color shows in Firefox and IE. I just don't get it. Can anyone help me? This is a image below of my headache....
September 23, 201114 yr To me, it looks like you haven't specified the height of the parent div to spread out to the bottom of the webpage. Show us the live site or the HTML/CSS code.
September 23, 201114 yr Author To me, it looks like you haven't specified the height of the parent div to spread out to the bottom of the webpage. Show us the live site or the HTML/CSS code. I have a wrapper around all my content. I have that set to width 100%, but for height I didn't put anything. It did collapse, but I used clearfix to solve that. global.css global.css Edited September 23, 201114 yr by MartyBoi
September 23, 201114 yr I have a wrapper around all my content. I have that set to width 100%, but for height I didn't put anything. It did collapse, but I used clearfix to solve that. Clearfix only effects floated elements. What happens when you specify a height?
September 23, 201114 yr Is it to do with..? html, body {height:auto; width:100%;} Try changing the height from auto to 100%. Edited September 23, 201114 yr by Bomb
Create an account or sign in to comment