Hi Everyone,
I think its most likely something simple, but i'm still learning!! I've sent the site out to some friends to test, and one is looking at it on a netbook (and is presumably zoomed in much further than I usually am). He's pointed out that the text is hanging over where it shouldn't over my background. Is there a way to fix things so that the zoom doesn't mess this up? I'm using firefox, but its also the case in other browsers...
Here is my site
here is my code for my background (what i suspect it is to do with...)
#blog-title a {
display:block;
text-indent:-9000px;
height: 233px; /* height of your header, like 180px */
width: 929px; /* width of your header, like 940px */
background:url(images/banner.png) no-repeat top center;
}
Thanks in advance