Can anybody tell me how to remove the grey border from around my banner? I’ve been tinkering with it on and off for months, and haven’t figured it out yet.
I’m going to put the CSS data in the post for you to see, but I don’t want to clutter up the blog with it, so click on the more button if you can help.
I figured out how to plunk the banner in there, but I didn’t change too much from the original template, so I think that’s what’s making the border. All I have for the actual banner itself is a div tag, the link and the image source. Here’s the CSS for the header:
/* Header—————————- */
#header {
width:660px;
margin:0 auto 10px;
border:1px solid #ccc;
}
#blog-title {
margin:5px 5px 0;
padding:20px 20px .25em;
border:1px solid #eee;
border-width:1px 1px 0;
font-size:200%;
line-height:1.2em;
font-weight:normal;
color:#666;
text-transform:uppercase;
letter-spacing:.2em;
}
#blog-title a {
color:#666;
text-decoration:none;
}
#blog-title a:hover {
color:#c60;
}
#description {
margin:0 5px 5px;
padding:0 20px 20px;
border:1px solid #eee;
border-width:0 1px 1px;
max-width:700px;
font:78%/1.4em “Trebuchet MS”,Trebuchet,Arial,Verdana,Sans-serif;
text-transform:uppercase;
letter-spacing:.2em;
color:#999;
}
Any help greatly appreciated!!
Related posts (automatically generated):
- We’re not so different after all The last line, about being mistaken for a Canadian a lot, made me laugh… What American accent do you have? Your Result: North Central “North Central” is what professional linguists call the Minnesota accent. If you saw “Fargo” you probably didn’t think the characters sounded very out of the ordinary....
- Quelle surprise! Je suis toute Canadienne. I was rather flummoxed by the “How Massachusetts Are You?” test at Phantom Scribbler, but it did lead me indirectly to this little gem: You are 100% Canuck! You rock, you are an almighty Canadian through and through. You have proven your worthiness and have won the elite prize of...
- Proud and lustless Filched from Sayre Smiles. I am hardly surprised to find out that I have excessive pride, although I really thought I would score higher in envy. I’ll have to work on the lust score, too. Greed: Medium Gluttony: Medium Wrath: Medium Sloth: Medium Envy: Low ...
- The one and only! As seen at Raising WEG: HowManyOfMe.com There are:0people with my namein the U.S.A. How many have your name? (Okay, so technically I’m not in the USA either, but I couldn’t find the equivalent Canadian tool. And, from what I know, I’m the only Canadian with this name, too.)...
- My Visual DNA A neat new take on memes! Read my VisualDNA™ Get your own VisualDNA™ (If you click through, just start selecting the pix that appeal to you, and it will analyze your choices at the end.)...

































{ 11 comments… read them below or add one }
I’ve only played with CSS a couple of times, but could it be either in the Header or Blog-Title section where you have “border:1px”? Have you tried changing it to “border:0px”? (I tried to figure out which section you’d need to change, but couldn’t — sorry)
Hope this helps!
hey dani,
i just finally figured it out on my blog! anywhere you see border in the css code change the 1s to 0s. ALL OF THEM. at least that’s what i did. and no more grey box!!!
good luck.
Duh! I’m sure I tried that, really I am. Oh well, whatever, it worked!!! You girls are brilliant – thank you thank you thank you!
Suze, snazzy new blog design!! I’m so jealous!! Nicely done!
Nancy, your girls are gorgeous!
xo Dani – with endless gratitude for the very clever people who play in the comment box
yay! it worked.
and *blush* thanks. i’m fond of the redesign, even if it is a bit early for the season…
Glad it worked — looks nice!
Thanks for the compliment about my girls. The baby’s for sale if you’re interested.
Nancy, I’m jonesing for a girl – be careful what you offer or I might just have to take you up on that. (Just don’t tell Beloved, okay? I’ll hide her in my closet for a day or so and when he asks where she came from, I’ll just say, “What, that old thing? I’ve had her for months.”)
xo Dani
I’d like to test-drive a boy — maybe we could arrange a swap?
I’ll up you TWO boys for one girl.
You ladies are hilarious!!
Nancy(1): deal!! I’ll even let you choose between the blue-eyed dreamer and the brown-eyed dancer!
Nancy(2): back off, wench! I don’t care how adorable your boys are, I found this deal first!
Hmmm…. this is getting to look like quite the lucrative possibility!
Enjoy! I love tinkering with HTML and CSS. It’s come in helpful when working on my own sites.
Looks like you figured it out. Good luck with future projects.