Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
gm19551@netzero.com #1
Cannot Get rid of a blue outline on a Layer hyperlink area.
WEB LINK: [url]http://www.glemco.com/default_test2.asp[/url]
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 - [url]www.kaosweaver.com[/url]
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 -->
gm19551@netzero.com Guest
-
"Buffer" area in scrolling layer?
Hi, I'm using a layer as a text box and I've set the overflow to "scroll". I don't like that the text is butted up against the scrollbar on the... -
Difference between Outline stroke and Outline Path
My question is how the "Outline Path" command differs from the "Outline Stroke" command. Both commands are found under Object, Path. Also, since... -
CS converts solid area to gradient area when opening an older file??
Anyone seen this before? I opened a file from Illustrator 9 using CS, and a 20% black screen became a linear gradient from about 20% to 1%. Is there... -
Red Square, Blue Triangle, Blue Circle
I use Windows XP. I have downloaded Adobe Reader 5.1 and Adobe Acrobat 4.0. I am trying to read a file but all I get is a red square, blue triangle... -
on Director : 3D layer + flash (SWF) layer (or with other layer type)
Thankx for all it's works :) Coool



Reply With Quote

