I've completed everything but one problem is coming in html styling, you can see I've included height:100% , but in original tutorial there was not that line, if I remove that line then it's collapsing, but in original tutorial it's perfect, why so?
And also right now I've done height:100% then you can scroll at bottom and can see there's a margin left off at bottom, I want that image to stick at the very bottom of the page.
Please download image also so that you can try this code, here are the links of images:
I'm following one tutorial on webdesign tutsplus, Final Page: http://webdesigntutsplus.s3.amazonaws.com/126_RibbonNavTutorial/code/demo_css_ribbon.html
I've completed everything but one problem is coming in html styling, you can see I've included height:100% , but in original tutorial there was not that line, if I remove that line then it's collapsing, but in original tutorial it's perfect, why so?
And also right now I've done height:100% then you can scroll at bottom and can see there's a margin left off at bottom, I want that image to stick at the very bottom of the page.
Please download image also so that you can try this code, here are the links of images:
http://webdesigntutsplus.s3.amazonaws.com/126_RibbonNavTutorial/code/bottom_bg.jpg
http://webdesigntutsplus.s3.amazonaws.com/126_RibbonNavTutorial/code/top_bg.png
CodePen = http://codepen.io/joe/full/xruKk
jsFiddle = http://jsfiddle.net/rssatnam/YekQe/embedded/result/
Code:
Hi Satnam,
Below is the revised code use this one its work fine for me.
CSS :
And below is the HTML :
Thanks KD