html5 - HTML 5 Background is over navigation menu? -


I have started designing my portfolio and I have the problem that I set the pattern for the background, But I want and 1 more color and 1 cut image on this pattern I started giving code and everything was fine, except that my navigation menu and other things came under this color and picture which I added. This is HTML code and CSS. help please?!?

  & lt ;! DOCTYPE HTML & gt; & Lt; Html & gt; & Lt; Top & gt; & Lt; Meta charset = "UTF-8" & gt; & Lt; Title & gt; Wrap up HTML5 & lt; / Title & gt; & Lt; Link rel = "stylesheet" type = "text / css" href = "css / style.css" /> & Lt; / Head & gt; & Lt; Body & gt; & Lt; Div id = "top-wrap" & gt; & Lt; Div id = "cornerfill" & gt; & Lt; Div class = "fillmask" & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Div id = "fillright" & gt; & Lt; Div class = "rightfill" & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Div id = "wrapper" & gt; & Lt; Header & gt; & Lt; H1 & gt; Using an HTML5 cover, & lt; / H1> & Lt; / Header & gt; & Lt; Section & gt; & Lt; Articles & gt; & Lt; Hgroup & gt; & Lt; H1 & gt; It's really legal & lt; / H1> & Lt; H2 & gt; Just wrap everything in a div, like before & lt; / H2 & gt; & Lt; / Hgroup & gt; & Lt; P & gt; But it is probably better to use body tags. & Lt; / P & gt; & Lt; / Article & gt; & Lt; / Section & gt; & Lt; Footer & gt; & Lt; P & gt; Kebman with love & lt; / P & gt; & Lt; / Footer & gt; & Lt; / Div & gt; & Lt; / Body & gt; & Lt; / Html & gt;   

css

  @churset "UTF-8"; / * CSS document * / html {width: 100%; Height: 100%; Body {width: 100%; Height: 100%; Min-width: 960px; Minute-height: 600px; Margin: 0; Padding: 0; Background: #FFF url (../img/bg.png) fixed; } #cornerfill {status: fixed; Top: 0; Left: 0; Width: 50%; Height: 100%} #cornerfill. Fillmask {width: 100%; Height: 100%; Background color: # 070707;} #fil right {condition: fix; Top: 0; Correct: 0; Width: 50%; Height: 100%; } #phill right.rightfill {margin-left: -20px; Width: 600px; Height: 100%; Background: url (../img/bgup.png) No Repeat Down Left; } # Wapper {width: 960px; Margin: 0 auto; } Headers {Width: Auto; Height: auto; Background: #FFF;} #top-wrap {width: 100% height: 40%}    

Try to implement z-index to control the level of elements on the page.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -