Richard Brown wrote:

> I have been using image replacement at the following site: 
> <http://lostwithiel.org.uk/>

> However, I am left with a white strip where the two divs sit. How can
>  I get rid of this please?

It is space taken up by the h1 and h3 and the margin on the latter.
Either you get rid of those SEO-stuffed headlines, or you make them take
up no space by adding something like...

#header h1, #header h3 {position: absolute;}

If you also want to get rid of the descender-space below the image, then
add...

#header img {display: block;}


I'll also advice you to clean up the source-code...
<http://validator.w3.org/check?uri=http://lostwithiel.org.uk/>
...just to be on the safe side.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to