![]() |
How to make a Twitter-like header?
Basically, I want to make a header that is similar to twitter or facebook (so the header stretches all the way left, right and top) How would i do this using html/css. I will provide my current code below:
CSS: Code:
#headerCode:
<div id = "header"> |
This is entirely possible with CSS. It is typically a background image. An example of css that would make the strip stretch across the page would be: body {background:url("bg.png") 0 0 repeat-x; You could make the top of the image a color and the rest white just like Facebook has done. Hope this helps you.
|
| All times are GMT +1. The time now is 06:09 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.