siouxfan45
-
Matching Height Without the Extra DIV?
Aww, I apologize good sir. I was so busy in the Pen I breezed over that. You are both a gentleman and a scholar, I thank you.
-
Matching Height Without the Extra DIV?
I thought it would be to achieve the resizing. It's looking like the updated code isn't working for resizing.
-
Matching Height Without the Extra DIV?
@TheDoc any idea how to make the div expand to match the height of the content when the window is resized? The text ends up going outside the DIV.
-
Matching Height Without the Extra DIV?
So, because I can add overflow:hidden to the containing wrap provided in @TheDoc 's code, that is probably the best option. Thanks everybody!
-
Preventing Text from Disappearing
We could change some of the DIVs to relative and incorporate a matching div height code for .feature_content and feature_inner but I can only find the appropraite jquery for DIV ID's, not classes. Can anybody help with that? :-) It would prob…
-
Content visible on page scroll
It would not be capable of doing so. Lazy loading isn't simply a fade-in effect, it prevents images from even being loaded before the user scrolls to them - it's actually a great idea for sites with a lot of traffic that want to lighten t…
-
Preventing Text from Disappearing
@Melindrea I have position:absolute on .feature_content to make sure the image (which sits inside .feature_content) always matches the height of the parent div. I have position:absolute on .subpage-wrap because this is the div around the menu, and …
-
Creating a Responsive Div with an Image and a Div
Updated: http://codepen.io/anon/pen/JjEqI
-
Most Sensible Way to Make Button and Form Height Match?
Doesn't seem to be working. http://codepen.io/anon/pen/DHEko
-
Review my Portfolio site
No offense, but this is a popular theme from ThemeForest - if a client knows that they may not go with you.
-
Best Places for Logo Inspiration?
I'm absolutely not interested in copying anybody's work. I'm just looking for various treatments of the letter 'W'. Due to the multiple angles in the letter there's a lot of ways to go with it and I'm looking for…
-
Why Do Divs Refuse to Match Image Height?
Thanks @Paulie_D - as always, it is appreciated.
-
How do I fix this? Declaration dropped.
I'm not sure where it's finding box-sizing; but I assume if it says the declaration is being dropped it is finding box-sizing somewhere correct?
-
How do I fix this? Declaration dropped.
Right here And no, I don't see Firefox returning anything which indicates a specific element.
-
How do I fix this? Declaration dropped.
Firefox is finding box-sizing somewhere and I'm unable to locate where.
-
Stickers from companies and services
I agree @CrocoDillon - totally racist. Github: http://shop.github.com/products/3-github-stickers
-
Why Can't We All Just Work Together on Themes!?
Okay, so I think there is a consensus on the theme framework. So let me ask this - what would allow you to take advantage of your themes? I still see a 50% commission as absurdly high. I'm not looking at it from a retail perspective, but as …
-
Why Can't We All Just Work Together on Themes!?
@JoshWhite I do understand the point you're making, but some of the authors on ThemeForest are getting exposure via their own blogs rather than being in the marketplace. A 50% commission is a huge percentage in virtually any business. The ide…
-
Review and Critique my Website
This site is perfect. I wouldn't change a thing.
-
Why Can't We All Just Work Together on Themes!?
The whole point really was more to help designers generate additional income rather than have the majority of their profit taken by the seller. I figure the best way to do this is by utilizing a standard base them - this thread was hijacked a bit f…
-
Why Can't We All Just Work Together on Themes!?
@chrisburton can you elaborate a bit on what you mean? What's a "real purpose"? My idea with this concept more focuses on an open source theme to be used as a base for building others to sell on the site and allowing designers to br…
-
Why Can't We All Just Work Together on Themes!?
Thanks for your input @JoshWhite - I agree with your definition of the two types of designers. I think one of the real goals here would be to help designers generate additional income and provide them with a starting point where they can manipulate…
-
Change li background colour?
Try adding this to your CSS: .filelist li:active{ background: #fff; }
-
live icons
http://www.geekchamp.com/icon-explorer/introduction http://www.smashingmagazine.com/2011/12/29/freebie-free-vector-web-icons-91-icons/
-
ul Problems in PHP
OH THE TANGLED WEB WE WEAVE! :-P wp_list_categories outputs a list of links
-
Seriously Though: What is the Best Way to Enque JavaScript?
Figured it out, it turned out my scripts weren't being considered functions... just switched out $ for jQuery. @TreeRoot - I'm a bit curious about the queued in the footer javascript. It seems WordPress is built to register jQuery in the…
-
Seriously Though: What is the Best Way to Enque JavaScript?
I guess I just can't figure out how to get this to work on my theme: http://themeforward.com/demo2/ Before anybody checks, yes, it's right before and it is directing to the correct file - it just doesn't seem to be impacting things…
-
Can't seem to get rid of underline on hover....
Try adding this to your css: .zoneMain a:hover { text-decoration:none }