wmwood
-
Need help with layout
I bet some one else could make this better but here's my hack of a fix using media queries http://codepen.io/wmwood/pen/rdnky http://codepen.io/wmwood/full/rdnky
-
HTML batch edit
@iknowdavehouse - Are you on windows? If so I just made a console app for this: http://www.filedropper.com/htmlelementempty Just put the exe in the directory of .html files double-click and type in the id that you want to empty. It will then loop t…
-
Need this style in CSS for headings
A few mods to @Paulie_D 's and you'll be there http://codepen.io/wmwood/pen/Klijb
-
Hide Text Characters Around Elements
I'm with @Paulie_D on this one tear it down and start again is optimal. But, if you must: http://codepen.io/wmwood/pen/zsIik
-
What do you call this...?
@siouxfan45 - mcJohnst is right there are tons of the jquery plugins available all you need to do is pick one and wire it up to your layout. After reading your post once more I can't help but wonder if your actually asking how to make the butt…
-
Overflow:hidden mysterium
@Meigo - Remove overflow hidden on the .text and .entry-inner classes and remove the z-index on you .subheader.
-
animate element during scroll - pleaaase help!
I'm not sure if you're looking for the answer or hints.... so forgive me lol! $(window).scroll($.debounce( 250, true, function(){ $('.sidetiggeriphone').animate({ opacity: '1' }); } ) ); $(window).scroll($.deb…
-
How to do a particular effect in a wordpress theme
This is the js for it - http://www.nue-media.com/wp-content/themes/v2/themes/cityscape/theme.js
-
PHP form to PDF/txt/download?
Are you looking for something like this? http://wmwood.net/form-file-test
-
CSS-Tricks Searchbar
Personally i would use I hope this helps.
-
CSS Drop Down Nav Bar Menu
Change #nav ul li ul { display:none; position:absolute; top:0; } To #nav ul li ul { display:none; position:absolute; top:0; margin-top: -10px; }
-
a simple mock-up i'm working on
Thank you all very much! as of right now this is the converted XHTML of the above mock-up. http://wmwood.net/stuff/hatch-shell.html Thanks!
-
navigation problem in Internet Explorer
try text indent of like -9999px i haven't had much time to look into it, but that's worth a try
-
Div Stretching?!?
No, the left side bar is not growing with the page. How do i make it grow with the page? AKA: i want it to be a red box from where it starts to the footer. UPDATE (I found a post on it http://css-tricks.com/super-simple-two-column-layout/) UPDATE…
-
FF vs. IE 7
Sorry to be vague.... You need to do a if IE statement Ex: (Put in the header of the HTML)
-
New Design For my site
Updates About Page: photo moved to right for better reading flow. Nav: new hover images for a less jumpy menu. - Thank you: anyone who has given me any feedback i really appreciate it.
-
Looking for an old download
http://css-tricks.com/homebase-a-simple-free-template-for-all/ or http://css-tricks.com/super-simple-two-column-layout/ I hope this helped
-
New Design For my site
Thanks Onyx and Edwin I have updated my old fashion markup and CSS. It now validates on every page. As a side note i removed: html { overflow-y: scroll; } from my CSS because it wouldn't validate. My questions is, is there any thing wrong with…
-
Firefox Add-ons
I use: Firebug - A Firefox extension that allows you to edit, debug, and monitor CSS, HTML, and JavaScript live in any web page. Dust-Me Selectors - A Firefox extension (for v1.5 or later) that finds unused CSS selectors.
-
Browser Problem with my css mock up
To be completely honest i don't have them installed any more and i didn't know about that site Edwin posted above your post.
-
Browser Problem with my css mock up
Thanks! I've found a solution - i added the following to the markup: it now works fine in IE7 (hopefully other versions as well) Can someone please run browser checks on Safari and Opera for me? - sorry i currently don't have them ins…
-
psd mock up to css tutorials
kindent - Your css is using : where = should be. You have: Which is Invalid You should change it to: as well as change them on the other pages.
-
Testing Flash Player for Screencasts on Web
Personally i like the Quicktime better, but you can't go wrong with a nice looking flash player. If you have the bandwidth, space, and time it might be nice to have a flash and quicktime for every screen cast. Flash is nice for watching online,…
-
My First PSD to 100% CSS/XHTML
I Have updated it to better match the photoshop design (use same link above) Thanks chris and airforce for the comments!