Need a hand with CSS drop menu in IE

This is a discussion on "Need a hand with CSS drop menu in IE" within the Web Page Design section. This forum, and the thread "Need a hand with CSS drop menu in IE are both part of the Design Your Website category.


 Subscribe in a reader

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

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 27th, 2006, 16:35
Junior Member
Join Date: Jul 2006
Location: Denver, CO, USA
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Need a hand with CSS drop menu in IE

Hello all!

I have a pesky CSS drop down menu I'm trying to create, and it works perfectly in Firefox and (sigh) does not work in IE6. Would one of you CSS geniuses mind taking a look at it for me?

Check it out in Firefox first, Then IE. You'll see the issue.

Here it is:
http://www.vervecreativedesign.com/menu1.html


Thanks a million!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 27th, 2006, 19:30
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need a hand with CSS drop menu in IE

You need to:

Read the css menu tutorial. A link to which can be found in the sticky at the top of the css forum.

Get in the habit of placing your JavaScript and CSS in seperate files that you then link into your pages.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 27th, 2006, 20:32
Junior Member
Join Date: Jul 2006
Location: Denver, CO, USA
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need a hand with CSS drop menu in IE

Thanks, I'll check it out.

I usually do pu tmy css and scripts in different files but for ease of use while I'm trying to figure this out I have them all in one page....

Thanks again!

Nate
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Oct 30th, 2006, 05:04
Junior Member
Join Date: Jun 2006
Location: Pune, India
Age: 27
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need a hand with CSS drop menu in IE

But still make it a habit of keep it in different files even at the time of debugging.

With regards,
Mandar Thosar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Oct 30th, 2006, 13:57
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 22
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need a hand with CSS drop menu in IE

The page cannot be found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.Please try the following:
  • If you typed the page address in the Address bar, make sure that it is spelled correctly.
  • Open the www.vervecreativedesign.com home page, and then look for links to the information you want.
  • Click the Back button to try another link.
  • Click Search to look for information on the Internet.
HTTP 404 - File not found
Internet Explorer



er...... just me?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Oct 30th, 2006, 15:29
Junior Member
Join Date: Jul 2006
Location: Denver, CO, USA
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Post Re: Need a hand with CSS drop menu in IE

Yeah, I actually took it down, because I'm starting over with the tutorial that Geoff gave me a link to....

Mandar and Geoff, Just curious, but why is it so important to keep the CSS and Javascript in a separate file? Like I said, I usually do, but not until after I have my styles done for a page...

Is there a big reason to not have it in the same file? Even when just setting the page up?

Thanks!

Nate M.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Oct 30th, 2006, 15:34
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Need a hand with CSS drop menu in IE

Editing a sep file is no more difficult then editing it in one file. Just a good idea imo to keep everything sep the way it should be from the get go, but that is me. I am a weirdo.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Oct 30th, 2006, 15:36
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need a hand with CSS drop menu in IE

It's a good planning habit to get into then these files can just be linked into your pages.

Start be generating what is going to be your template for your pages. In this template place the links the bring in your JavaScript and css files. Keep in mind that there could well be more than one css file, e.g., a general one, an ieonly one, a print media one, and so forth. You might also produce on just for form styling and only incude it on the relevant pages.

This all help to keep the overall page size down and as browsers cache files, every file after the first one loads that much faster.

You don't make mistakes cutting and pasting from one file to another.

It's a lot easier to debug for example you might want to access your JavaScript and css files with specific programs.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Oct 31st, 2006, 19:19
Junior Member
Join Date: Jul 2006
Location: Denver, CO, USA
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need a hand with CSS drop menu in IE

Thanks guys!

I followed your tutorial on CSS Drop-Down menus and it it worked beautifully...

Here's the outcome fot the menu:
http://vervecreativedesign.com/inverness/menu2.html

I added a little CSS transparency to spice it up a bit...

The table's only there to test the transparency.

Thanks again!

Nate M.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Nov 2nd, 2006, 09:52
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need a hand with CSS drop menu in IE

Might I suggest using a little bit less transparency? It's rather hard to read the link text now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
css, down, drop, firefox, menu

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 using asp.net and vb skat ASP.NET Forum 9 Jan 8th, 2008 20:38
I have a normal css menu, but want ot add drop down menu to it multichild Web Page Design 7 Jan 9th, 2007 17:07
css drop down menu IE Kelly26 Web Page Design 3 Mar 27th, 2006 23:59
Drop down menu ... Drysdale Web Page Design 3 Jul 21st, 2005 22:00


All times are GMT. The time now is 09:51.


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