Yeah um, This is starting to annoy me..
I highlighted "me" next to yes. It should be at the top of the content box, and the whole word it "Welcome!"
I'm also having issues with making the boxes stay next to eachother. This is my first scratch design so :p
Here's what I have:
style.css...
So here's my problem. I need my top banner to fill the whole top. I would like the right and left and top to be filled:
Here's my current code:
body
{
background-image: url('bg.png');
}
div#banner
{
background: #19A3D1 url('banner.png') no-repeat top left;
padding-top: 64px;
}...