Forums | MacLife

You are not logged in.

#1 2007-11-17 10:50 pm

Beowulf
Spin, mash, repeat.
From: NYC
Registered: 2004-07-27
Posts: 1145
Website

Annoying blue border link indicators

http://www.marcoquezada.com/people/people1/people1.html

Depending on your browser ( I know...) you might notice that the top row of thumbnails on the page has a blue link border. What code can I surround the thumbnail coding with to eliminate the blue borders? I can't figure out how I did it before.

eek

Offline

 

#2 2007-11-17 11:07 pm

Daniel
[dp] design#
From: Indian Harbour Beach, FL
Registered: 2000-11-21
Posts: 9254
Website

Re: Annoying blue border link indicators

border="0" in the <img> tag will do it.


Airman Dan
Private Pilot, Airplane Single-Engine Land
http://homepage.mac.com/dp.design/.Pictures/maf/crosssig.gif
ONE NATION WITH LIBERTY AND JUSTICE FOR ALL.

Offline

 

#3 2007-11-18 10:41 am

Maxweb
Member
From: Seattle
Registered: 2007-06-24
Posts: 70
Website

Re: Annoying blue border link indicators

If you used a style sheet then just adding one:  img { border: none;}  would do the trick for the site. Its worth looking into. This way you can get rid of all that table code and spacer gifs and stuff...

Offline

 

#4 2007-11-18 3:47 pm

jhastings
Member
From: Rochester, NY
Registered: 2006-01-30
Posts: 152

Re: Annoying blue border link indicators

Oh, wow.  I had no idea that Safari didn't show image link boarders.

Offline

 

#5 2007-11-18 4:05 pm

resedit
Chicken Little
Royal Wombat
From: /dev/null
Registered: 1999-11-01
Posts: 45275
Website

Re: Annoying blue border link indicators

jhastings wrote:

Oh, wow.  I had no idea that Safari didn't show image link boarders.

If it doesn't then it is a bug in Safari imho.

I guess maybe not - maybe it technically is up to the browser to decide what to do, but unless the designer has specified no border, a browser should indicate somehow to the user that the image is in fact a link.

It especially should though because it is the new comer, and both IE and Mozilla (and opera too I believe) do show it. By not showing it, someone buys a mac and sets up his homepage and is clueless that it looks different to the rest of the world.

There almost always will be some differences between browsers, but that's a pretty big one.


I think the obvious question everyone has is who takes loaded weapons into a Toys R Us? -- Jim Ferguson

Offline

 

#6 2007-11-19 5:40 am

Alien
FF
Administrator
From: Republic of Amsterdam
Registered: 1999-07-05
Posts: 16609
Website

Re: Annoying blue border link indicators

resedit wrote:

jhastings wrote:

Oh, wow.  I had no idea that Safari didn't show image link boarders.

If it doesn't then it is a bug in Safari imho.

I guess maybe not - maybe it technically is up to the browser to decide what to do, but unless the designer has specified no border, a browser should indicate somehow to the user that the image is in fact a link.

No.

It especially should though because it is the new comer, and both IE and Mozilla (and opera too I believe) do show it. By not showing it, someone buys a mac and sets up his homepage and is clueless that it looks different to the rest of the world.

There almost always will be some differences between browsers, but that's a pretty big one.

Not really, it's a question of default styling, and that is entirely up to the user, although the browser manufacturer does include the default styles with the application.

,xtG
.tsooJ

Offline

 

#7 2007-11-19 7:40 am

Gipetto
Yankee Doodle's noodle
Royal Wombat
From: People! Ahg!!
Registered: 2000-09-24
Posts: 9938
Website

Re: Annoying blue border link indicators

Well, according to the HTML spec Safari is in a gray area. 
http://www.w3.org/TR/html401/struct/obj … l#h-13.7.3

An image or object may be surrounded by a border (e.g., when a border is specified by the user or when the image is the content of an A element).

I would have preferred if they'd just stuck with the commonly accepted behavior on this one. That goes a long way towards NOT having to keep track of browser differences.

Last edited by Gipetto (2007-11-19 7:41 am)


So, just when did this place get Private Messages? YIKES!

Gippy Pages  |  Fuzzy Coconut XHTML Widget | PuppyCam

Offline

 

#8 2007-11-19 6:48 pm

Light Speed
Doubter of Einstein
Registered: 2002-08-17
Posts: 3693

Re: Annoying blue border link indicators

I HATE borders on images.

Just sayin big_smile

Offline

 

#9 2007-11-19 11:06 pm

resedit
Chicken Little
Royal Wombat
From: /dev/null
Registered: 1999-11-01
Posts: 45275
Website

Re: Annoying blue border link indicators

I hate 'em too. Especially when they alter the placement of the image (like they do in Firefox, shifting them a little).


I think the obvious question everyone has is who takes loaded weapons into a Toys R Us? -- Jim Ferguson

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson