Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Layers in VID 2

Status
Not open for further replies.

RichS

Programmer
Apr 24, 2000
380
US
I am new to Visual InterDev so please forgive this simple question. I am trying to over lap one layer with another but they show in the browser (IE 5.5) as side by side. Changing the left and top of the layers has no effect.
The code is:
**********************
<html>
<head>
<title>Layers</title>
</head>
<LAYER LEFT=25 TOP=48>
<h2>Layer one</h2>
<IMG SRC=&quot;../images/RiverMktStr_001.JPG&quot; width=200 height=200>
</LAYER>

<LAYER LEFT=50 TOP=90>
<h1>Layer two</h1>
<IMG SRC=&quot;../images/RiverMktStr_002.JPG&quot; width=200 height=200>
</LAYER>
</html>
************************

What am I doing wrong?

TIA
 
Weedhoppah... You must not use <LAYER> with IE for it is written &quot;IE browsah no support dah &quot;Layer&quot; tag. Seek dah <DIV STYLE> tag for sorution of you-ah prob-em....
 
hi there,

if u want to use LAYERs in ur web page then u will have to use Netscape Navigator for browsing it.

if u want to use IE5+ then use DIV tag with absolute positioning.

that will solve ur problem.

ComputerJin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top