Suckerfish Dropdown Issues

This is a discussion on "Suckerfish Dropdown Issues" within the Web Page Design section. This forum, and the thread "Suckerfish Dropdown Issues 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 Sep 25th, 2006, 16:38
Junior Member
Join Date: Jul 2006
Location: Maine
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Suckerfish Dropdown Issues

Suckerfish Dropdowns...

How come whenever I try to adjust the margins for the second level lists the links disappear when i rollover them. Here is my code.

Code: Select all
li ul { /* second-level lists */
	display: none;
	position:absolute;
	top: 1em;
	left: 0;
	background-color:#3C3C3C;
	padding-top:6px;
	padding-bottom:6px;
	margin-top:5px;
	
	
}
Reply With Quote

  #2 (permalink)  
Old Sep 25th, 2006, 18:51
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Suckerfish Dropdown Issues

It's a persistent problem for people. As soon as they adjust anything on these menu systems they start having problems.

Work through the css menu tutrial available through the sticky at the top of this forum then you will be able to construct your own menus systems from the ground up and understand all the ins and outs.
Reply With Quote
  #3 (permalink)  
Old Sep 27th, 2006, 11:21
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Suckerfish Dropdown Issues

Instead of using margin, using padding for this type of thing. Padding is more forgiving than margin and has less problems with rollover menus because extra padding is still "empty space," but when your cursor is over the space, it's still on the element.
Reply With Quote
  #4 (permalink)  
Old Sep 27th, 2006, 12:07
Junior Member
Join Date: Jul 2006
Location: Maine
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Suckerfish Dropdown Issues

Padding only gave me more room on top, I wanted to move the actual rollover menu down. I figured it out. I used the son of a suckerfish method and made a seperate div to adjust the margin only and wrapped it around the ul.
Reply With Quote
  #5 (permalink)  
Old Sep 27th, 2006, 15:47
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Suckerfish Dropdown Issues

You wouldn't need to go to those lengths if you worked the tutorial as I suggested.
Reply With Quote
  #6 (permalink)  
Old Sep 27th, 2006, 23:13
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Suckerfish Dropdown Issues

Oh, I thought you were talking about the underlying <ul>'s.
Reply With Quote
  #7 (permalink)  
Old Sep 28th, 2006, 21:33
Junior Member
Join Date: Jul 2006
Location: Maine
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Suckerfish Dropdown Issues

I was if you mean the second level lists.
Reply With Quote
Reply

Tags
suckerfish, dropdown, issues

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
Internet Explorer z-index bug suckerfish dropdown RaidenFX Web Page Design 2 Jan 26th, 2008 17:51
Need Help with this Dropdown Content Maska JavaScript Forum 7 Sep 21st, 2007 16:44
suckerfish ie7 adsalamon Web Page Design 2 Jan 3rd, 2007 13:48
Dropdown Problem leewad JavaScript Forum 1 Jul 27th, 2006 21:51
Dropdown menu Jorgerb Flash & Multimedia Forum 6 May 17th, 2005 08:29


All times are GMT. The time now is 05:39.


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