The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Design
> Web Design Help
|
image 'toolbar' in Win XP
Discuss image 'toolbar' in Win XP in the Web Design Help forum on Dev Shed. image 'toolbar' in Win XP Web Design Help forum discussing topics such as video editing, audio editing, animation, etc. This is also the place to get recommendations on preferred web authoring tools.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

June 9th, 2003, 02:36 PM
|
 |
echo $usertitle['computer'];
|
|
Join Date: Jan 2003
Location: UK
|
|
|
image 'toolbar' in Win XP
Hiya,
I was wondering if you can stop that little 'image toolbar' popping up when you mouseover an image in Win XP.
Either by CSS or the <img> tag?
Thank,
comp
|

June 11th, 2003, 06:02 AM
|
 |
Senior Polecat
|
|
Join Date: Jun 2003
Location: Jersey (the original version)
Posts: 210
Time spent in forums: 59 m 57 sec
Reputation Power: 10
|
|
|
if you want to use the img tag then the short answer is ..NO
The image toolbar is set client side and as such you can't touch it.
What you could do is apply the image as a background to a table cell. this can be done using css or html. Unfortunately this has a knock-on effect for earlier browsers -ie they don't display bg images - so you may need some clever sniffing code to only display the pic as bg if the user has ie6.
Another alternative would be to use flash to pruduce static flash movies for each of the images.
Icy
|

June 15th, 2003, 11:02 PM
|
 |
Need web hosting? Ask Me!
|
|
Join Date: Jun 2003
Location: Toronto
Posts: 8
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I am not 100% sure and this might sound stupid to others, but try coding in PHP and having the image called from an inc.php page. Or call the images from a db. I am using winXP and when I view a page coded in PHP, the image toolbar doesn't pop up.
|

June 16th, 2003, 10:53 PM
|
 |
Junior Member
|
|
Join Date: Jun 2003
Location: Illinois
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
well, the only real way to prevent image theft is to stamp your image with the url of your website; either some where on the image, smack-dab in the middle. images can be accessed through the cache (unless you use the java code to disable it) or stollen by taking a screen shot (Print Screen). you can take a screen of any flash movie.
|

June 17th, 2003, 10:54 AM
|
 |
echo $usertitle['computer'];
|
|
Join Date: Jan 2003
Location: UK
|
|
|
i'm not trying to stop people stealing my images.
it just makes my page look wierd with little toolbars popping up when you go here or there...
|

June 17th, 2003, 12:15 PM
|
 |
This is only a test
|
|
Join Date: Mar 2003
Location: Off the air
|
|
|
I wouldn't worry about it. If it bothers anyone looking at your page, they can turn it off in IE. And if it's going to bother them, they probably already have...
|

June 17th, 2003, 12:45 PM
|
 |
Senior Polecat
|
|
Join Date: Jun 2003
Location: Jersey (the original version)
Posts: 210
Time spent in forums: 59 m 57 sec
Reputation Power: 10
|
|
|
it was the second thing i did - right after disabling ie's rubbish image resizing option!
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|