The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
![]()
Didn't you get the CSS from an existing dropdown or did you make up all the CSS yourself? I thought you got it from an existing dropdown and thought you should compare that.
Else, there are similar tools to firebug for other platforms, so look into using that to compare things. |
#22
|
||||
|
||||
![]() Quote:
To style the drop-down for logged-in users, all I had to do was add the 'nonotifications' class to my parent list tag: Code:
<li class="popupmenu nonotifications"> |
#23
|
||||
|
||||
![]() Quote:
I've tried Firebug for IE, and it doesn't even allow you to select the element with the gray block. I've tried using a negative bottom margin: Code:
.toplinks ul.nouser li.popupmenu ul.popupbody li.popup a{ margin-bottom: -13px; } I don't get it! At this point, I don't care if this is styled exactly the same as the other navbar drop-down menus (with a 1px border all the way around), but I can't even get that to work correctly. Apparently the css is designed for those only to work in the navbar, not the header. I'm about to pull my hair out. Does anyone have a suggestion about how to get this to work and display correctly??? ![]() |
#24
|
||||
|
||||
![]()
The gray box isn't an actual separate element - it is the background color of the <li> which is inherited from the <ul> (in .popupbody). The background for your <a> tag is white (.toplinks ul.nouser li.popup a, .toplinks ul.nouser li.popup a:visited) only it isn't 'large' enough to cover the whole <li> which is why you see the gray. Or, the <li> has some left-over padding/margin and is forcing the gray to show up.
|
#25
|
||||
|
||||
![]() Quote:
I tried hard-coding: Code:
style="margin:0; padding:0;" Thanks for the help ![]() --------------- Added [DATE]1286041505[/DATE] at [TIME]1286041505[/TIME] --------------- Quote:
I found this little snippet in my 'vbulletin-chrome' template: Code:
.toplinks ul.isuser .popupbody li { display:block; float: none; clear: none; padding:0; margin:0; } Code:
.toplinks ul.isuser .popupbody li, .toplinks ul.nouser .popupbody li { display:block; float: none; clear: none; padding:0; margin:0; } DANG! That was hard to find! Thanks for all your help Lynne! Now I can get back to what I wanted to work on 3 days ago! ![]() |
#26
|
||||
|
||||
![]()
Glad you finally got it to work.
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|