-
Website
http://designnotes.info/ -
Original page
http://designnotes.info/?p=1660 -
Subscribe
All Comments -
Community
-
Top Commenters
-
Su
5 comments · 1 points
-
James
5 comments · 1 points
-
Marcus Batey
3 comments · 1 points
-
ninakix
5 comments · 2 points
-
mrmcginnis
5 comments · 1 points
-
-
Popular Threads
-
DesignNotes by Michael Surtees » Blog Archive »
3 days ago · 9 comments
-
DesignNotes by Michael Surtees » Blog Archive »
2 days ago · 4 comments
-
DesignNotes by Michael Surtees » Blog Archive »
1 week ago · 12 comments
-
DesignNotes by Michael Surtees » Blog Archive »
1 week ago · 6 comments
-
DesignNotes by Michael Surtees » Blog Archive »
2 weeks ago · 4 comments
-
DesignNotes by Michael Surtees » Blog Archive »
About the images links, when I click on a image, I expect to see it bigger. Linking to a Flickr page usually enables me to do that, but you could try keeping the link in the photo description on Flickr, if there is one. In the case when the image is a screenshot of a website (or a logo), then I think linking directly to the website is the most expected outcome.
But just choose whatever you prefer, stick with it and I'll get used to ;)
.archive a:link img, .entry a:link img {
border:medium none;
padding:0;
vertical-align:top; <----ADD THIS LINE!!!
}
This will hide dotted line behind the image. And will work so long as you don't have images with transparent areas about 14px from the top and you don't add padding to the sides of you images.
Anyway, just my two cents. And thanks for the link on Coudal in December...
and np on the coudal link...
Try using a title attribute on your links to explain where a link goes. Or just say so in the plain text that introduces the image.
You need to look at your CSS :hover and :focus states, and also at your background, if you’re concerned about lines showing up. a img needs to be styled differently from a and from img. I have had my own troubles with that combination.
but thanks for those hover and focus states tips, will look into it...
As for image links, when I click an image I usually want to see it bigger. It doesn't really matter whether this means loading up a larger image or showing the actual site.
I had this dilemma on my blog as well, I had an image of a website in the blog entry and clicking that leads to the actual site. No problem. But I used the same image in the teaser so I wasn't sure whether I should link that to the website or to the blog entry.
Regarding where a picture link should go, flickr is fine if the image is in your library. If it's borrowed from the linked page, however, I think it's good to somehow indicate this (beyond using the title attribute of the link or image, which is still a good idea). Ideas range from the more subtle/less obvious (like a different treatment of the image--maybe a different color or style horizontal rule below the image) to most obvious/least subtle (text or link below the image that attributes the image to the source, thereby indicating the connection). The point I'm getting at is that there should be a difference in treatment.
Hope my two cents helps! Good luck. I thoroughly enjoy reading your posts.
thanks for the feedback on the images, good things to consider.