Eric
-
How to create a tooltip for an image map using CSS only?
Like this http://www.websitecodetutorials.com/code/css/css-image-map-tooltips.php
-
HTML Image Maps...
I would do them wit css like this http://www.websitecodetutorials.com/code/css/css-image-map-tooltips.php
-
Need a little help editing this simple js?
I ended up going with the expander plugin. Finally found out how to make it do what I wanted. here is the result. I.E. Top paragraph http://www.websitecodetutorials.com/
-
Need a little help editing this simple js?
@JoshBlackwood awesome. Thank you very much. I will play with these and see what works best for me. Take care!
-
Need a little help editing this simple js?
Ahh ya sorry. Your right it was this one http://viralpatel.net/blogs/demo/jquery/show-more-link-shortened-content/. Ya that last one seems to be close I guess. I'll play with it too. I would prefer the LESS link be positioned directly following…
-
Image map does not work on smart device email app
You could do it like this http://www.websitecodetutorials.com/code/css/css-image-map-tooltips.php
-
Image map does not work on smart device email app
Use css instead
-
Adding new element to style changer
I have one at home (out now) that gives the body a new class with each style. So you can cascade the css and have multiple styles. Ill post it later
-
playing music on a site
It does depend on what the client wants. Note though that if you do it off and give the option to turn it on you mine as well not have music. Probably only 2% of people would bother to turn it on.
-
playing music on a site
My point is its a personal choice. I'm not fan of all the telling that goes on with music. Take one of my personal sites for instance. This was fun site I did for myself basically. Guess I just didn't care about the people that go to lib…
-
playing music on a site
Depending on the site. Sometimes it fits.
-
Full Page Backgrounds on iOS (background-size: cover)
I tried using it for my current project. I didn't like how it blew it up on larger screens and much smaller on smaller screens. I opted for just using individual images.
-
playing music on a site
Just allow them to turn it off. That's all you need
-
Can you review my new site please?
Thanks guys. I put the nav hard to find on purpose. The menu links are what the sites about. The search works google just needs to spider it. Just went live today.
-
Can you review my new site please?
Thanks so far. FYI the animation is jquery. And can be turned off with a 365 cookie if prefer.
-
Absolute VS. Relative File Paths
Also. Instead of saying ../images you can often simply say /images. That mean start at the root.
-
Sticky Footer Method
Here try mine. It doesn't get any easier http://www.visibilityinherit.com/code/css3-sticky-footer.php
-
Should I bother encrypting email addresses in the HTML?
My tut here addresses all issues with hiding an email. http://www.visibilityinherit.com/code/graceful-degradation-mailto-email-address-obfuscation-tutorial.php
-
what do you think is the best way to 301 redirect my entire domain?
That's a good idea. That works for for google and users. Anyone that cared would be frequent return visitors. I could remove the message after a few months. Hmmm that's one possible.
-
Contact Page Mock-Up
About one billion other sites have a balanced page. Don't be afraid to stand out. I think it looks good.
-
Contact Page Mock-Up
Yeah float both left equal width. Ap is absolute position. So just ap the image there. Give the outer container position relative. And your right the text wouldn't flow around the image. So float a div left before the text in the right div and …
-
Contact Page Mock-Up
I like that mockup. Here is how I would do it. Float left two equal with divs. AP the image in place and give it a 10px green border. And give the right float a left border. Here is a css3 tooltip I just made. Best one on the web http://www.visibili…
-
PreLoader using javascript
http://www.visibilityinherit.com/code/loading-gif.php
-
css3 only lightbox
Yes the codedrop one is the only one Ive seen that was better than mine. Frankly I was jealous they were able to get the close button to be right above the picture. I'll have to look someday how they did it. http://www.visibilityinherit.com/cod…
-
What is the best way of clearing floats in css?
@wolfcry911 yes and. I was talking about Magnus post
-
What is the best way of clearing floats in css?
FYI the only way overflow hidden would do anything is if you gave it a demention. You don't need it anyway
-
how to make a image vibrate on click ?
As soon as Chris had to google how to write a css link I was out. Why would I want to learn a new language? I assume its faster. By what 2 milliseconds?
-
how to make a image vibrate on click ?
Does SASS work on JS backbone or php?
-
how to make a image vibrate on click ?
what's &:active? The & specifically
-
Mobile Safari (iphone) issue with position: fixed - content running over the top?
Huh I read that incorrect. If coded correctly it shouldn't pop up behind the elements. It will however stay behind why scrolling and when you release your finger it pops in front. Make sure your nav is not in another positioned div. just put i…