Just a Little Something
Nothing really all that major to talk about I would think. So instead I’ll cover something I’ve been doing for quite a bit but I don’t think I’ve ever blogged about in my recent designs. A negative header image margin. Using a somewhat oversized header image, I can use the code:
#mainhead {
height: 290px;
text-align: center;
margin-left: -32px;
margin-top: -7px;
}
To margin the header image to match it up with the main div. An example of which can be found at a site concerning AIG insurance in Mesa which uses the same principle. With this you can make it look as though there are things coming out of the div and have the look to be jumping at you.





