dfogge
-
How to add custom style to scrolls
maybe try downloading the latest version of jscrollpane. https://github.com/vitch/jScrollPane
-
CSS Animate Under Floating Element
try setting them both to "position:relative;" and then give the "options" div a z-index of 1, and the "choose" div a z-index of 2.
-
how to make a monthly reminding message
check out: http://mailchimp.com/
-
Other Podcast Suggestions
here's a few i really like: http://5by5.tv/webahead http://5by5.tv/bigwebshow http://nonbreakingspace.tv/ http://www.pagebreakpodcast.com/ http://javascriptjabber.com/ http://fripfrap.io/ http://theeastwing.net/ http://theindustry.cc/ca…
-
Creating a more advanced shape
technically, SVG is actually a markup language used to create vector graphic elements.
-
creating a CHECKED effect on a radiobutton
can you show an example or explain in greater detail what you're trying to achieve exactly?
-
twitter bootstrap for photoshop
http://www.bentdesignstudio.com/v2/2012/03/twitter-bootstrap-2-photoshop-template-psd/
-
Round avatars not looking good in Safari
im pretty sure you'll need to put your image inside another div. check this out: http://www.splashnology.com/article/round-avatars-in-css3/4099/
-
Web Page Critique / Suggestions
the only thing that stood out to me was the contrast is getting a little lost with the dark gray text running over the light pink background. i'd either go lighter/whiter on the pink or make the text black. otherwise it looks good!
-
Ecommerce options for a newbie?
easiest would probably be shopify.
-
How to make top logo responsive?
just wanted to add that tinypng blows smushit out of the water when it comes to compressing png images. http://tinypng.org/
-
Selecting a classless paragraph
yes, but you'd have to give an example b/c the solution will definitely vary based on context.
-
postion: absolute
see also: http://css-tricks.com/snippets/css/absolute-center-vertical-horizontal-an-image/
-
Question about Design view vs Code editor
the chrome developer tools are your friends! http://webdesign.tutsplus.com/tutorials/workflow-tutorials/faster-htmlcss-workflow-with-chrome-developer-tools/ just right click on any element and "inspect".
-
Mobile Safari (iphone) issue with position: fixed - content running over the top?
ah position fixed...one of the trickier aspects of web design ever since mobile became a thing. here are a few posts you might want to read on the topic: http://updates.html5rocks.com/2012/09/Stacking-Changes-Coming-to-position-fixed-elements http…
-
entire page scrolls down when close button is clicked
where's the code that's handling the pop up open/close? i suspect throwing a "return false;" somewhere in there would do the trick.
-
Colored VS Black Website Theme
imo you should spend some time here: https://kuler.adobe.com try and pick out a limited color palette that helps enhance contrast and readability. it can be tough to pick colors when you design purely in the browser, so you may want to try mocking …
-
How to Remove Underline
add this: #logo{ text-decoration: none; }
-
Amazing Scrolling Effect
@Shearp, it's called Parallax Scrolling, and if you have the right project in mind i say go for it. Just make sure test to make sure it's not hurting performance on mobile, and if it is you can use user agents to disable it on those device…
-
Fluid side by side elements. Not so easy. Help me please !
im with @ChrisP on this. if old IE is messing me up i dont hesitate to serve them a stripped down style sheet. the future is now.
-
Need help making the categories stand out / look different...
a quick solution might be turning them into buttons.
-
Essential Things to Place in HEAD?
it's not essential per se, but i almost always include modernizr. http://modernizr.com/ it includes both an HTML Shiv (which allows old browsers to recognize html5 tags), and also enables device/browser feature detection by writing conditional…
-
Personal site review (responsive layout)
other than the font issues everyone's already mentioned, you just need to slap "width: 80%;" and "margin: 0 auto;" onto your footer container to prevent overflow. the site looks good otherwise!
-
Help, cant use min and max width in multi-column layout
i think you'd need to use media queries. https://developer.mozilla.org/en-US/docs/CSS/Media_queries
-
Tools you use when its time to start a new project !
this is normalize: http://necolas.github.com/normalize.css/
-
How to use ">" in CSS?
bookmark this plz: http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/
-
Is Dreamweaver redundant?
the only thing i ever use dreamweaver for is setting up tables for html email layouts, otherwise i prefer to do everything in sublime.
-
Full size gradient IE
this article made my life a little easier: http://webdesign.tutsplus.com/tutorials/visuals/quick-tip-using-images-as-fullscreen-faux-gradient-backgrounds/
-
Examples and technique name
There's Superscrollorama: http://johnpolacek.github.com/superscrollorama/