amoss
-
Shiny Image Border
Tried my best to help. Took you two fiddles. Can you forgive me?
-
Gradient Rotation CSS
A Blob? http://codepen.io/anon/full/kbcyG
-
Hover to img a href?
Have you tried to accomplish this by doing what you posted?
-
Hover to img a href?
onMouseOver="document.images['mousetest'].src='http://images.proboards.com/new/tongue.png'" onMouseOut="document.images['mousetest'].src='http://images.proboards.com/new/smiley.png'" To a …
-
Please help me add a vanish delay on my Menu
Try this. http://jsfiddle.net/wPBgD/ If there is anything you don't need that I may have added remove it.
-
How to add an end of page slide out?
End of page slideout Jquery
-
Appending A Data-Icon To An External Link With CSS3
.footerdivleft a[href^="http://"]:after, .footerdivmiddle a[href^="http://"]:after, .footerdivright a[href^="http://"], .footerdivright:after { font-family: 'icomoon'; content: attr('');…
-
100% height of floated elements
body > #wrap {height: auto; min-height: 100%;} Try removing height: auto;
-
Turned up Right Corner For Header Code?
Can you post what you got on http://codepen.io/pen/ or http://jsfiddle.net/ Maybe someone can help?
-
Css animations
.callout { position: relative; margin: 18px 0; padding: 0; background-color: red; border-radius: 5px; display: inline-block; -webkit-animation-duration: 6s; -webkit-animation-name: slidein; opacity: 1; callout opacity is reverting back to 1 above.
-
Display elements by hovering/clicking link ... Help!
ok, good luck.
-
Display elements by hovering/clicking link ... Help!
Even more interesting information! ​
-
Display elements by hovering/clicking link ... Help!
I'm seeing a few of these characters ​ ​collapsed:hover:after{ content: "Lots of interesting information!"; display: block; } .collapsed2:hover:after{ content: "Even more interesting information!"; disp…
-
Display elements by hovering/clicking link ... Help!
What form would that be?
-
Display elements by hovering/clicking link ... Help!
This work? http://jsfiddle.net/VTret/
-
css transition
I tested with different image urls http://codepen.io/anon/full/usoEB Worked for me in FF (somewhat, may need *animation*) and chrome (good).
-
Place an image across frameset borders
Would it float or be fixed? A link to the site may help also.
-
Help with css navbar.
Are you using Chrome? I don't think Chrome supports a:visited any longer. (security issues)
-
Need to make a table (but in the least crappy way)
@krysak4ever, nice, thanks. 2.] empty TD and class blank, for what ? To separate the columns and keep the borders from touching. There may be a better way but no one jumped in to help so I gave it a shot. Cheers.
-
Need to make a table (but in the least crappy way)
Was waiting for this. @krysak4ever Improve it then. Thanks.
-
First ever client, what should i ask?
Free. For a local businesses is never free. They owe you one! 1. If you can improve what they have now over a "professional" you just crossed that line. Get paid next time. 2. Ask about the design or payment? Need more info. 3. Make a …
-
Need to make a table (but in the least crappy way)
You're welcome.
-
Text position not corrrect in IE, rest of the browsers show it fine
Just going to throw this out here before anything. Are you aware of the extra ;;; You can style a table (less crappy) with css. http://css-tricks.com/forums/discussion/18633/need-to-make-a-table-but-in-the-least-crappy-way#Item_3