Dropdown Menu Part Deux
Paris
Registered Users Posts: 126 Major grins
Now that this will work it looks pretty clunky.
I am wondering if I can modify the dropdown/flyout so it:
1.Drops down vertically in line with the menu block.
2.Change the spacing between the headings - change font colour and background colour.
Note: I am using PORTRAITS as my test.
0
Comments
This should get you started:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
For the spacing of the headings, this is where they are now:
To change the padding it goes 'top', 'right', 'bottom', 'left'.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
That is pretty cool Mike!
Is there a way to make the dropdown each individual box height narrower and wider, and center the gallery name so lines up with the main name?
Muchas gracias.
Richard.
http://www.richardparisphotography.ca/
I gave you the code to change how much spacing is, unless I'm not understanding your question. As for as centering the dropdowns, no, you can't center the dropdown box under each main menu title.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Just checked your site live and I see the spacing (padding) isn't working. You can sort-of center it by replacing this:
...and use this instead. If you keep added code below, the left/right padding won't make difference as the drop down will be
width: 162px
(the same width the top menu is.Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
To add the
padding: 2px 0
is saying both top and bottom are at2px
and the left/right is set to0px
.Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Brilliant Mike... the second one is the bomb!
Thank you so much. You have gone above and beyond and I am so grateful.
I had these crazy ideas and never thought I could come close using SmugMug but you came thru big time.
I'm thrilled!!!
If you are ever in Vancouver I owe you a beer and dinner.
Richard.
http://www.richardparisphotography.ca/
Glad to help.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk