themes - Problem with my CSS? -


OK, link is free to help me see the source, and my CSS file, anyway for any reason The body is overlaying the header and I do not want this, please help?

That's because your header is floating left and not # container Clear : Use both # container in style .

Besides, some advice because your HTML looks bad: . Instead of using divs / spans + styles, your & lt; Link & gt; inside the tag & lt; Head & gt; should be the tag. In your case, that particular & lt; Font & gt; tags to & lt; H1 & gt; because it is the title of the site, you can use something like this:

  & lt; Div id = "container" & gt; & Lt; Div id = "header" & gt; & Lt; H1 & gt; Gaming house & lt; / H1> & Lt; / Div & gt; & Lt; Div id = "content" & gt; & Lt; P & gt; Hi & lt; / P & gt; & Lt ;! - luggage - & gt; & Lt; / Div & gt; & Lt; / Div & gt;    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -