Extend line under breadcrumbs to menu on the right
afx
Registered Users Posts: 102 Major grins
Hi,
I currently have the breadcrumbs above the image with a width of 80% and then to the right of it a menu with 20%.
Is there a way to put a line below the menu that looks like an extension of the line below the breadcrumbs?
thx
afx
I currently have the breadcrumbs above the image with a width of 80% and then to the right of it a menu with 20%.
Is there a way to put a line below the menu that looks like an extension of the line below the breadcrumbs?
thx
afx
Images / SmugMug Arca plates compatibility cross reference table sRGB considered harmful for editing
0
Comments
www.joeywashburn.com
Please?
thx
afx
This is a problem I have been working on for a while. The problem is the div IDs are generated dynamically with page load. I have been reading up on the YUI format trying to find a solution, maybe Lamah or one of the other guys will jump in with an answer. I am able to get it the way you want it using some developer tools, but not in actual production yet. I just wanted to make sure I understood what you wanted so I can keep working on it
www.joeywashburn.com
Guess I'll have to wait and hope then!
thx
afx
content > design > separator
My Website index | My Blog
cheers
afx
My Website index | My Blog
cheers
afx
Found this.
My Website index | My Blog
But what?
cheers
afx
Or may theme CSS. Gota be somewhere.
My Website index | My Blog
With your current design, this should add the border
.sm-page-layout-column.yui3-u[data-layout-column="1"] {
border-bottom: 1px solid #595959;
}
then add this to line everything up
.sm-breadcrumb {
border-bottom: 1px solid #595959;
padding-bottom: 9px;
}
www.joeywashburn.com
But browser specific.
For FF I need a padding of 11, for Chrome it is 9 as shown in your post.
cheers
afx
@-moz-document url-prefix() {
.sm-breadcrumb {
border-bottom: 1px solid #595959;
padding-bottom: 9px;
}
}
This should set the breadcrumb padding on just Firefox
www.joeywashburn.com
But why the ?&%$§@ do those content items need specific padding at all.
The text of the breadcrumbs and the menu does not even line up when I set the same margins for both items.
frustrated
afx
margins and padding work a little differently. One is external to the container, one is internal to the container. It can be frustrating sometimes
www.joeywashburn.com
The issue is SM using different values for different items so aligning them becomes a game of chance and then needs messing with the padding.
I would expect breadcrumbs and menu that are placed next to each other to have the same baseline for the font (assuming both fonts are set to S for example). But they do not match.
If a line is added to both of them they do not match either. That is just totally silly.
EDIT: If those content blocks where aligned, a divider beneath them would work just fine, but currently this is a mess.
cheers
afx