Tag Archives: links

Facing Your Stress, Misleading Pics, Fingerprint Building, and DIY Projects

The Conscious Lifestyle: Facing Your Stress
An article definitely appropriate for our fast-paced lives.

Pictures Can Be Misleading
Hilarious pictures taken at just the right angle or at just the right time…leads to some “Whoa, wait a minute, is that–” moments.

Unbelievable Fingerprint Building in Thailand
A building built in the shape of a human fingerprint, all the curves and squiggles and everything. How did they even DO that?!

20 Awesome DIY Projects
DIY craziness! Things like a purse made out of soda can tabs, flowers made out of maple leaves and/or pineapples, and a lamp made out of plastic spoons, among others.

“Jumpy” Hover Borders on Image Links: Solved At Last

Over at CSS-Tricks.com, I spied an article that spoke directly to one of my infamous webdesign flaws over the years–making all my image links have a:hover borders.

Why would I call this a “flaw?” Well, unfortunately, when you give anything on a webpage a border under some circumstances and not others, it can create a “jumpy” layout look–for instance, when you hover over image links on my blog, they get a border underneath them, which makes other page content shift a little downwards on the page until you mouse off the image.

This is the “image rollover border” effect, and it can make your page look REALLY amateurish…as I well know. 🙁 It’s been bugging me for years on this blog and all my other sites–I love how the hover border looks on text links, but I hate the way it makes other things on the page “jump” a little!

Making Non-Jumpy Rollover Borders for Images

The CSS-Tricks article does a wonderful job of explaining exactly why all this happens, as well as offering some solutions for how to incorporate a “bordered” hover look for your images without getting layout shifts. Several methods, including negative-margin borders, are suggested and diagrammed for you.

Getting Rid of Image Hover Borders Altogether: Mission Impossible?

But what if you don’t want borders around your images at all? Preferably, I would like my text links to have the border-bottom property on hover, while my image links would be without that dumb-looking border.

So I started looking into how to get rid of the hover border on just my images, thinking it would be pretty easy. All I’d have to do is use a little bit of CSS like so…

img {border: none;}

…and I’d be good, right?

WRONG. Wrong wrong wrong. That didn’t work, and nor did the other iterations I tried, such as:

a:hover img {border: none;}
img a:hover {border: 0px;}

I tried everything I had in my mental CSS toolkit to solve this. No luck. Then I decided to Google it, wondering if I was the only webdesigner who was having this issue. “After all, it’s probably a really simple fix,” I thought.

Turns out, I’m not the only webdesigner who has had difficulty with it, and it is most definitely NOT an easy fix. The only real “fix” for this problem comes in two similar flavors:

Fix #1

Fix #2

Give all your image links a specific CSS class, and reference it every time you have an image link in your document. Get rid of the CSS that creates a hover border entirely.

Fix #1’s CSS

Make a specific CSS class for all the links that will be wrapped around images…

.imglinks a {border: none;}

…and implement it every time you have an image link (place the code in the link tag rather than the image tag):

<a href=”your link here” class=”imglinks”><img src=”your image filename here”></a>

The Problem with Fix #1

If you have a large site, or you run any sort of blog software to make your site, Fix #1 is just not going to be worth your time. You would have to physically go back and edit EACH image link throughout your ENTIRE site to completely implement this fix. I have almost 800 blog articles on this site already, and I can’t imagine going back and editing each of those image links in all those articles to make them not have a hover border anymore.

But if you have a small site or don’t run any blogging software, Fix #1 will work beautifully for you, provided you have the patience to change all your image links.

Fix #2’s CSS

Anywhere you see CSS code like this that would hit any images on your page…

a:hover {border: 1px solid #000000;}

…change it to:

a:hover {border: 0px;}

This will fix all your image links, but it will also take away any borders from your text links as well. It’s a quite ham-handed fix, but it gets rid of “jumpiness” on your page. (Note: Make sure you make your hovered links look different enough from regular text without the borders–different color, etc.)

This is a better option, albeit a less graceful one, for larger sites or sites that run blogging software. For certain, it saves you some gray hairs and gnashing of teeth. XD

For Further Reading

The following forum threads discuss this problem in greater detail, and helped point me toward the fixes I have detailed above:

Remove a:hover for images? @ StackOverflow.com
Getting Rid of a:hover on Images @ Sitepoint.com
CSSBeauty Discussion on A:Hover Borders

Struggling Writer? Here Are Sites That Can Help!

Writing can often feel suspiciously like banging your head against a wall of your own thoughts–thoughts which are unhelpful and keep getting in the way of real creative work. And when you’re struggling through a rough patch of writing, it can feel as if you’re the only writer who has ever gotten stuck like this.

Well, believe me, the Internet is full of writers who have all been there. And what’s more, plenty of them have made websites to help their fellow writers get un-stuck and back on the road to a finished work. See the following sorted list to get restarted on your own writing journey!

Social Networks for Writers

WritersCafe.org
Writing.com

Grammar, Style, and Structure Help

Grammarphobia Blog
Chicago Manual of Style
Banned for Life (about overused cliches)
GrammarBook.com
The Phrase Finder
Grammar Girl
The Word Detective

Fun Online Writing Exercises and Tools

Language is a Virus
Fifteen Minutes of Fiction
WriteForTen
750Words
Wordsmith.org
Libroville (make your own writing website in minutes)

Helpful Articles about the Writing Process

WritingForward
WriteToDone
Vocabula
Daily Writing Tips
The Writing Corner

Contests and Getting Published

WritersDigest
Winning Writers
ForWriters.com
AgentQuery.com
FirstWriter.com

Dokkodo, Top 8 Idiots, Outer Space Pics, and DarkCopy.com

Dokkodo
The precepts of Dokkodo, the Way of Aloneness. Could you live by these (pretty strict) social and emotional rules?

Top 8 Idiots in the Country
Dumb robbers, strange emergency room calls, and more.

Pictures Of (and From) Outer Space
Outer space in all its celestial, ethereal beauty…and Earth, from a space perspective.

DarkCopy.com
A green text on black screen text editor. Ahh, 1989 memories 😀

How to Have a Perfect Day, Random (Funny) Thoughts, Emogotchi, and Hiding Tumblr Posts

Rules for a Perfect Day
Just for today, how can you feel happier, more serene, more spiritual?

Random Thoughts from People My Age
Totally agree with the Google Maps routing sentiment, as well as the iTunes shuffle one. Lots of good little gems about life in here. (slightly NSFW, some language)

Emogotchi
For fans of Tamagotchi back in the day (did I just date myself? Oh well!), here’s Emogotchi, your own personal emo to care for. Feed him, have him work out, let him headbang to some music, let him sleep…or if you’re feeling particularly spiteful, do more violent stuff to him. :/ Poor lil’ emo…

How to Hide Posts on Tumblr
Ways to declutter your Tumblr dashboard of posts you aren’t interested in.

Happiness vs. Pleasure, Prom Re-Invite, Lovely Song Covers, and Website Background Patterns

A Happiness Tip from Aristotle
Too often we confuse momentary pleasure with this strange concept called “happiness.” Aristotle (and this article’s writer) help us sort them back out.

Are We Still On for Prom?
A sadly hilarious note between two high school students. (warning, a little language)

Song Covers that Will Give You Goosebumps
Covers of popular songs by unknown artists. You might just discover a new favorite in this mix!

400 High-Quality Background Patterns
Great background patterns for websites of all kinds.

Steve Jobs on Life, Awkward Holiday Pics, Sound of Music Set, and Advice on School

Steve Jobs on Living a Full Life
An inspiring quote made even more poignant after his death. :'(

Ridiculously Awkward Holiday Photos
Not just horribly dated family pictures–there’s some seriously hilarious holiday weirdness here. xD

TheSoundofMusic.com
See pictures from the actual filming location for The Sound of Music!

11 Things You Shouldn’t Leave for School
Like your job, your family, etc…

Think About These Facts, Corrupted File Trick, Unbelievable Real Places, and Good Cheap Food at Home

Before You Judge Others or Claim Any Absolute Truth…
Amazing facts to remember.

A Trick to Extend Time to Turn In Assignments
The old “file is corrupted” assignment trick. Well, it worked until teachers got wind of this, anyway. xD

25 Places That Look Not Normal but are Actually Real
WOW. These pictures are amazing–you’ll swear they’re Photoshopped, but they’re not!

7 Ideas for Preparing Food at Home Cheaply with Minimal Resources
I NEED THIS ARTICLE. SO MUCH. 😀