Floating images in the header
Posted: Wed Dec 13, 2006 7:54 pm
Hi folks,
i have a problem with images in the header.
is it possilbe to float one image left then another right
here is my current code
i want it to help with accessiblity when the screen is reduced to 800x600 resolution
Cheers in advance
Terry
i have a problem with images in the header.
is it possilbe to float one image left then another right
here is my current code
Code: Select all
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/
div#header {
height: 87px; /* adjust according your image size */
background: #6699ff url(uploads/images/wardandboyd_ban_right.png) no-repeat;
}
div#header h1 a {
/* you can set your own image here */
}
Cheers in advance
Terry