lucaswynne
-
Menu Z-Index Problem
Thanks for the attempt Michael, I tried that and ran into the same problem. I'm tinkering with it still and am having difficulty figuring out what the problem is.
-
Menu Z-Index Problem
That didn't work. I'm building a theme and while I agree with your point,I know somebody with absolutely no design experience will purchase the theme and have a problem.
-
Wordpress contact form - best option?
Gravity Forms is awesome. But, then again, who needs an awesome contact form - they all serve the same basic function. The premium WP theme store I'm working on comes with a contact form built-in. It just depends what you're looking for.
-
Superfish and WordPress: Parent Hover Style When on Sub-menu?
Solved it: .sf-menu > li:hover, .sf-menu > li.sfHover, .sf-menu > li a:focus, .sf-menu > li a:hover, .sf-menu > li a:active { outline: 0; color: #222 }
-
This Should Be Simple, But I Can't Figure it Out!
For future reference (and Google searchers) the solution can be found here: http://www.alistapart.com/articles/holygrail/
-
This Should Be Simple, But I Can't Figure it Out!
I'm building a WordPress theme with options including switching the position of the sidebar. I want to be able to have the border on the sidebar expand to the height of the sidebar/post content (whichever is taller) without using the trick of …
-
This Should Be Simple, But I Can't Figure it Out!
Thanks for the response Josh. Actually, I need their heights to match so the sidebar needs to be positioned absolutely to achieve this with CSS. I need to find a way to make the sidebar content still expand to show all content even while using ove…
-
Superfish CSS Problem
Thanks, that took care of that. I have another question and I don't want to open another thread for it... Checkout my menu. Hover over Features > Shortcodes > Typography. Notice how when you put your mouse over typography the backgrou…
-
Superfish CSS Problem
No, I guess I'm technically talking padding. See how the text in the top level of the menu has no padding but the arrow does? I'm trying to get rid of the padding on the right. Just having a problem locating where this is coming from.
-
Make Inner Div Fit 100% Height of Outer Div?
Thanks, I'm giving that a try!
-
Make Inner Div Fit 100% Height of Outer Div?
Sorry everybody! Family emergency came up. I ended using a conditional div to make this work.