CSS Drop Down Menu - Box Around Image?

This is a discussion on "CSS Drop Down Menu - Box Around Image?" within the Web Page Design section. This forum, and the thread "CSS Drop Down Menu - Box Around Image? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 8th, 2007, 14:12
New Member
Join Date: Jun 2007
Location: NY
Age: 25
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
CSS Drop Down Menu - Box Around Image?

Hello everyone! Through the help of a tutorial I managed to make a drop down menu. But there is a box drawn around the image of my menu. Is there a way to get rid of this box around the image? Is it just another CSS code?

Thanks for your help!
Brenda

Here's a link to an image of the menu:

http://i29.photobucket.com/albums/c2...a1636/menu.jpg
Reply With Quote

  #2 (permalink)  
Old Jun 8th, 2007, 14:19
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Drop Down Menu - Box Around Image?

You can set it for all images like this

Code: Select all
img {
  border: 0;
}

to get it more specific to that menu, then, like the rules state, give us a link or show us some code!
Reply With Quote
  #3 (permalink)  
Old Jun 8th, 2007, 14:25
New Member
Join Date: Jun 2007
Location: NY
Age: 25
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Drop Down Menu - Box Around Image?

Thanks Karinne!

I thought it had to be something as easy as that. I'm very new at web design.

Next time I will post code if I have a question. The site isn't up online yet just on my local machine.

Thanks again!
Brenda
Reply With Quote
  #4 (permalink)  
Old Jun 8th, 2007, 14:32
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Drop Down Menu - Box Around Image?

Also check all the stickies. Note the CSS Beginner FAQ sticky ... you're answer was in there

From the PLEASE READ: How and When to post your question! sticky:
Quote:
Before you post
  1. Search the forum to see if you can find a similar thread where a solution was provided.
  2. Have a look at the Articles, the Beginner Resources section as well as the various stickies in the forum. More often than not, your answer is in there.
Reply With Quote
  #5 (permalink)  
Old Jun 8th, 2007, 14:35
New Member
Join Date: Jun 2007
Location: NY
Age: 25
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Drop Down Menu - Box Around Image?

Will do! Thanks again!
Reply With Quote
  #6 (permalink)  
Old Jun 8th, 2007, 14:46
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Drop Down Menu - Box Around Image?

No problem ...
Reply With Quote
Reply

Tags
css, drop down menu, image

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
drop down menu bean_2k1 JavaScript Forum 1 Jun 10th, 2008 13:08
Drop-down Menu kaz JavaScript Forum 7 May 23rd, 2007 10:05
I have a normal css menu, but want ot add drop down menu to it multichild Web Page Design 7 Jan 9th, 2007 16:07
mulitple image drop down menu.... stevenjw JavaScript Forum 1 Jan 4th, 2006 12:05
Drop-Down Menu Displays Image WiseWizards JavaScript Forum 3 Jun 4th, 2005 17:54


All times are GMT. The time now is 21:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43