Blue Outline Hyperlink-Image veiwer problems.

0 views
Skip to first unread message

alloysmith77

unread,
Jul 29, 2007, 2:45:49 PM7/29/07
to Dreamweaver
WEB LINK: http://www.glemco.com/default_test2.asp

The following code below is main set of code and I trying to
resolve. It is a random rotating image veiwer with hyperlink. Need to
get rid of the blue outline on that bottom section.
I have no idea. Assistance would be much appreiciated.

****************************************************************************************
<!--
// ==============================================
// Copyright 2003 by jsCode.com
// Source: jsCode.com
// Author: etLux
// Free for all; but please leave in the header.
// ==============================================
showImage();
//-->
</script>
</div>
<img src="Main%20Images%20-%20Photoshop%20files%20New
%20WEBSite/Jpegs%20SM%20size/Top%20Header
%20700X99_noLOGOMorBlueRT.jpg" width="700" height="158" border="0"
usemap="#Map">
<div id="Layer6" style="position:absolute; width:200px;
height:115px; z-index:8"></div>
<div id="Layer1" style="position:absolute; width:200px;
height:115px; z-index:7"></div>
</div>
<div id="Layer4" style="position:absolute; width:700px; height:
120; z-index:30; left: 20px; top: 457px; visibility: visible;">
<script language="JavaScript">
// Advanced Random Images Start
// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
// KW_rs[4000]
KW_ARI[KW_ARI.length]='/Main Images - Photoshop files New WEBSite/
flash objects/SliderimagesJpegs/SliderImages.jpg';
KW_ARI[KW_ARI.length]='/Main Images - Photoshop files New WEBSite/
flash objects/SliderimagesJpegs/SliderImages2.jpg';
KW_ARI[KW_ARI.length]='/Main Images - Photoshop files New WEBSite/
flash objects/SliderimagesJpegs/SliderImages3.jpg';
KW_ARI[KW_ARI.length]='/Main Images - Photoshop files New WEBSite/
flash objects/SliderimagesJpegs/SliderImages4.jpg';
KW_ARI[KW_ARI.length]='/Main Images - Photoshop files New WEBSite/
flash objects/SliderimagesJpegs/SliderImages5.jpg';
j=parseInt(Math.random()*KW_ARI.length);
j=(isNaN(j))?0:j;
document.write("<a href='http://www.glemco.com/FRUC.htm'><img
name='randomSlideShow' src='"+KW_ARI[j]+"'></a>");
function rndSlideShow(t,l) { // Random Slideshow by Kaosweaver
x=document.randomSlideShow; j=l; while (l==j) {
j=parseInt(Math.random()*KW_ARI.length); j=(isNaN(j))?0:j; }
x.src=KW_ARI[j]; setTimeout("rndSlideShow("+t+","+j+")",t);
}
rndSlideShow(4000,0)

// Advanced Random Images End
</script>
<!-- KW ARI Image -->

Jason Turnbull

unread,
Jul 29, 2007, 6:50:13 PM7/29/07
to Dream...@googlegroups.com
alloysmith77 wrote:
> WEB LINK: http://www.glemco.com/default_test2.asp
>
> The following code below is main set of code and I trying to
> resolve. It is a random rotating image veiwer with hyperlink. Need to
> get rid of the blue outline on that bottom section.
> I have no idea. Assistance would be much appreiciated.

Images display a blue border by default when they are a link, you can remove
this on all images by adding the flowing to your style sheet

img {
border:none;
}

Be aware that search engines will be unable to follow your main menu, as
your using flash, the same effect for be easily achieved using HTML & CSS

There are various examples at:
http://css.maxdesign.com.au/listamatic/index.htm

Regards
Jason

alloysmith77

unread,
Jul 30, 2007, 9:40:15 AM7/30/07
to Dreamweaver
Thank you very much!!
Reply all
Reply to author
Forward
0 new messages