473,466 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Box appearing when I click on graphics in IE 6.0

Hello, We have built a web page and on IE 6.0, Win XP, when we click on
graphics, a mysterious little dotted box appears around the graphic.
We're pretty sure this is nothing we've programmed in. Is this a
browser setting? Look at the innocuous little dotted box around the
button "Environment"

http://chalantmedia.com/showing-table.jpg

Is this something that can be turned off at a browser setting? This is
the code behind the environment button (but the box happens upon
clicking on any button)

<td>
<a href="environment.php" onmouseover="changeImages('NAV_14',
'images/NAV_14-over.gif'); return true;"
onmouseout="changeImages('NAV_14', 'images/NAV_14.gif'); return true;"
onmousedown="changeImages('NAV_14', 'images/NAV_14-over.gif'); return
true;" onmouseup="changeImages('NAV_14', 'images/NAV_14-over.gif');
return true;"><img name="NAV_14" src="images/NAV_14.gif" width="104"
height="58" border="0" alt=""></a></td>

Thanks, - Dave

Nov 10 '05 #1
6 1452
la***********@zipmail.com wrote:
Hello, We have built a web page and on IE 6.0, Win XP, when we click on
graphics, a mysterious little dotted box appears around the graphic.
It's the "selection rectangle", one of the user-friendly features of IE
since version 4. See http://www.cs.tut.fi/~jkorpela/www/links.html#selrect
We're pretty sure this is nothing we've programmed in.
Depends on who "we" are. If you mean the mankind, then surely we have
programmed it in.
Is this a browser setting?
Not really.
Look at the innocuous little dotted box around the
button "Environment"

http://chalantmedia.com/showing-table.jpg
In future, please post the URL of the _page_ (_and_, if relevant, a URL
of a snapshot of it on some browser, too).
Is this something that can be turned off at a browser setting?
Not on IE. But this isn't the right group to discuss browser settings.
<td>
<a href="environment.php" onmouseover="changeImages('NAV_14',
'images/NAV_14-over.gif'); return true;"
onmouseout="changeImages('NAV_14', 'images/NAV_14.gif'); return true;"
onmousedown="changeImages('NAV_14', 'images/NAV_14-over.gif'); return
true;" onmouseup="changeImages('NAV_14', 'images/NAV_14-over.gif');
return true;"><img name="NAV_14" src="images/NAV_14.gif" width="104"
height="58" border="0" alt=""></a></td>


Stop worrying about problems that aren't problems. You have sufficiently
many problems already. To begin with, your alt attribute is much worse
than useless. What _were_ you thinking when you wrote alt="" there?

Besides, image swapping techniques are unnecessarily complex and
unreliable. Moreover, you clearly have far too many links in your
navigation bar. (Start from 1. It's often the best number.)
Nov 10 '05 #2
la***********@zipmail.com wrote:
Hello, We have built a web page and on IE 6.0, Win XP, when we click on
graphics, a mysterious little dotted box appears around the graphic.
We're pretty sure this is nothing we've programmed in. Is this a
browser setting? Look at the innocuous little dotted box around the
button "Environment"

I *think* it can be removed by
a { border: 0; }
but without an URL I cannot be sure.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Nov 10 '05 #3
Here is the url

http://cwrefillonline.com/donate.php

When you said border:0, did you mean on the "img" element? I already
had that included (border="0") unless there are other constraints that
I should be aware of.

Much thanks for your serious, non-sarcastic reply.

Nov 10 '05 #4
la***********@zipmail.com wrote:

http://cwrefillonline.com/donate.php


That "doted box" around the links is the focus outline. It is an
accessibility feature of some browsers, including IE and mozilla. It
helps the user see which element on the page is active.

If you think it makes the page look unattractive, too bad. It is there
for your user's benefit. Don't mess with it.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Nov 10 '05 #5
I understand. Theoretically, if I "wanted" to mess with it, how would
that be done?

Thanks, -

Nov 11 '05 #6
Els
la***********@gmail.com wrote:
I understand. Theoretically, if I "wanted" to mess with it, how would
that be done?


Mess with what?
Please quote the relevant bits of the message you are replying to, so
that your message will make sense to other people.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Electric Boys - If I had a car
Nov 11 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: news.microsoft.com | last post by:
Hello group, My goal is to attach an image over another image. Top image should be transparent so the back image is visible through the top one. Bellow is a test code in VB.NET. You need to...
18
by: nutso fasst | last post by:
Hello. Is there a way to make an element 'transparent' to mouse activity, such that mouse events go to the underlying element? I have an absolutely-positioned image element with transparency...
4
by: jesse.hartwick | last post by:
Hey group! I have a toolbar with a "DEVELOPER" menu. I have it so that it when the menu title is clicked, a pop-up form will appear if the user has not yet verified that he or she has developer...
1
by: Novice | last post by:
I'm afraid I will incur the wraith of Mr. Powell on this one - but I did read his #1 FAQ and some others and I still can't figure this out. I created this little c# app. and I have a PictureBox...
8
by: Stefan Richter | last post by:
I want to paint some bars, as soon as a button get klicked. My Paint Method has this signature: Private Sub PaintChart(ByVal sender As Object, ByVal e As PaintEventArgs, ByVal insolvent As...
10
by: pcnerd | last post by:
I've created a demo program that draws random lines on the form. At the end, a messagebox pops up with the words"I'm done!". When I click on "OK", the messagebox disappears, but a white square is...
1
by: voytello | last post by:
Hello Everyone, If this problem was already mentioned on this group, please forgive me but I couldn't find it. I've made a simple app to train using the class Graphics. The Form property...
4
by: Wong Yung | last post by:
Hi guys, I recently noticed this strange script appearing on my webpage. I know I didn't put it there because I hand-coded it. Someone told me it looks like javascript and it looked like I...
2
by: skanemupp | last post by:
why is the first program not working? when i click the screen the map is not appearing. the second program works. from Tkinter import * master = Tk()
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.