Frame appearing around Hotspot

This is a discussion on "Frame appearing around Hotspot" within the Starting Out section. This forum, and the thread "Frame appearing around Hotspot are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 6th, 2007, 22:05
Junior Member
Join Date: Jul 2007
Location: South Coast
Age: 35
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Frame appearing around Hotspot

Hi everyone,

I've been designing websites for just over a year now & I guess that I still qualify as a beginner.

I recently designed a site with a hotspot on index.html which serves as an 'Enter' button for the site. If I hit the back button in IE6 and Firefox from the following page, an ugly frame appears around the hotspot which only disappears after refreshing the page. If I use a rectangular slice the effect isn't quite as bad (but still anoying). If I use a polygonal hotspot it just looks like

Is there anyting I can do to prevent this from happening? In IE7 I don't have the problem.

Thanks!
Reply With Quote

  #2 (permalink)  
Old Jul 7th, 2007, 00:45
Ed Ed is offline
Highly Reputable Member
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 687
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Frame appearing around Hotspot

Hello, If you use CSS, I can show you below. I can show you in html to but, CSS is preferred.

At the bottom of your Style Sheet add this code and add as appropriate. I've added in a help note.

In CSS
Code: Select all
}
img { /* defines the css for the <img> tag */
	border: 0px; /* set border width to 0 pixels */
}

In HTML
Code: Select all
<img src="http://www.whatever.com/something.jpg" border="0">
It can be as easy as that!

Vivara

Last Blog Entry: Happy New Year! (Dec 31st, 2007)
Reply With Quote
Reply

Tags
hotspot, slice

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
EASY PEASY Displaying frame address in another frame question molotov JavaScript Forum 3 Nov 20th, 2007 17:29
Graphics Not Appearing teranceh Web Page Design 5 Sep 24th, 2007 15:00
text appearing outside <div> PLEASE HELP! tobymather Web Page Design 5 Jul 29th, 2007 00:31
Link pop up box from hotspot image MonaE JavaScript Forum 1 Jan 15th, 2007 00:43
My URL icon isn't appearing. Waa, waa, waa! timmytots Web Page Design 10 Nov 13th, 2005 23:54


All times are GMT. The time now is 07:09.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43