Hello,
I am just figuring out this whole css thing. I finally was able to install my header. But after I centered it, the navigation bar below the header also moved over to the right, and then the text in the navigation buttons disappeared.
Here is the site:
http://www.tastehungary.com/
And here is the relevant code:
#header {
background-image: url('taste-hungary-logo.jpg');
background-repeat: no-repeat;
margin-left: 350px;
padding: 30px 15px 15px 60px;
height: 177px;
width: 286px;
}
#header a {
display:block;
text-indent:-200em;
height:100%;
text-decoration;
}
Can someone please advise me on what I should change?
Thanks so much in advance!
Carolyn