473,406 Members | 2,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Problem with layer plz help

I have problem with layers in my code. The problem is that it works well with ordinary html files but when include with any other files which have flash script or more javascript it doesn't work.....it doesn't able to drag on these files my code is here..


<div id='theLayer' style='position:relative;width:250px;left:100;top: 100;visibility:hidden' >
<table border='0' width='250' bgcolor='#424242' cellspacing='0' cellpadding='5'>
<tr>
<td width='100%'>
<table border='0' width='100%' cellspacing='0' cellpadding='0' height='36'>

<tr>
<td id='titleBar' style='cursor:move' width='100%'>

<ilayer width='100%' onSelectStart='return false'>
<layer width='100%' onMouseover='isHot=true;if (isN4) ddN4(theLayer)' onMouseout='isHot=false' Z>
<font face='Arial' color='#FFFFFF'>Help</font>
</layer>
</ilayer>
</td>

<td style='cursor:hand' valign='top'>
<a href='#' onClick='hideMe();return false'><font color=#ffffff size=2 face=arial style='text-decoration:none'>X</font></a>
</td>
</tr>
<tr>
<td width='100%' bgcolor='#FFFFFF' style='padding:4px' colspan='2'>
<!-- Content Area -->
<link href='atozsolution.css' rel='stylesheet' type='text/css' />
<link href='style.css' rel='stylesheet' type='text/css' />

<table width='400' border='0' cellpadding='0' cellspacing='0' class='bluebox'>
<tr>
<td><table width='400' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td height='267' valign='top' background='http://www.atozsolution.com/images/help.jpg'><table width='400' border='0' cellspacing='2' cellpadding='0'>
<tr>
<td colspan='2' class='text41'><div align='center'><span class='text41'>Thank You for Visiting our web page </span></div></td>
</tr>

<tr>
<td colspan='2' ><span class='text5'>FEEL FREE TO <a href='http://www.atozsolution.com/contactus.php' class='text4'>CONTACT</a> US TODAY</span></td>
</tr>
<tr>
<td colspan='2' ><span class='textwho'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name</span></td>
</tr>

<tr>
<td align='center' class='textwho'>
<input name='textfield' type='text' class='table' size='25' /> </td>
<td width='227' class='text5' >&nbsp;</td>
</tr>
<tr>
<td colspan='2' class='textwho' >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp; &nbsp;&nbsp;URL</td>

</tr>
<tr>
<td class='textwho' align='center'><input name='textfield2' type='text' class='table' size='25' /></td>
<td class='textwho'>&nbsp;</td>
</tr>
<tr>
<td colspan='2' ><span class='textwho'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;Email</span></td>
</tr>

<tr>
<td class='textwho' align='center'>
<input name='textfield23' type='text' class='table' size='25' /></td>
<td class='textwho'>&nbsp;</td>
</tr>
<tr>
<td colspan='2' class='textwho'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;Deparment</td>
</tr>
<tr>

<td class='textwho' align='center'>
<select name='department' class='table'>
<option value=''>--------------------</option>
<option value='WebDesign'>Web Design</option>
<option value='LogoDesign'>Logo Design</option>
<option value='Banner'>Banner</option>
<option value='seoservices'>Seo Services</option>

<option value='Adsense'>Adsense Templates</option>
<option value='linkbuilding'>Link Building</option>
<option value='otherservices'>Other Services</option>
</select></td>
<td class='textwho'>&nbsp;</td>
</tr>
<tr>

<td colspan='2' >&nbsp;</td>
</tr>
<tr>
<td colspan='2' >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;
<input name='submit' type='submit' class='button1' id='submit' value='NEXT' size='250'/></td>
</tr>
<tr>
<td colspan='2' style='padding-top:2px' > </td>

</tr>
<tr>
<td height='19' colspan='2' >&nbsp;</td>
</tr>
<tr>
<td height='19' colspan='2' align='center' valign='bottom' class='text41' >AWARD WINNING TEAM WORKING FOR YOUR CUSTOM DESIGN </td>
</tr>
</table></td>

</tr>

</table></td>
</tr>
</table>
<!-- END OF CONTENT AREA //-->
</td>
</tr>
</table>
</td>
</tr>

</table>
</div>



any help plz??
Aug 26 '06 #1
1 1530
bevort
53
Althow it is not PHP and therefor should be posted on a HTML forum i have looked att it. When I copied the code into an empty HTML file aI got a blank screen. When I addes the domainname to the stylesheets I got a brownish backgroud. Thats all.

I tested it in MS-IE 6.x

The browser asks me to allow blocked content


I do not see any use of layers here. try without first
Aug 30 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Lizzy | last post by:
I have an internet application which has a progress bar show whenever the customer is requesting data from the server. This progress bar is coded to work in both Netscape 4.75 and above and IE 5.0...
1
by: PAD | last post by:
I have written a javascript routine that populates a parent document with a series of <iframe>s. Each <iframe> receives its contents from a series of separate smaller HTML files. Of course my NN...
1
by: Christophe Candas | last post by:
Hye, You will find here under a script which will load a picture in a layer , picture depending on the cursor position. Everything's ok until the line:...
4
by: zz | last post by:
Sorry for posting this here but unfortunatly I couldn't find any appropriate newsgroup for this and since I've been active here with .net question I figured you guys might be able to help. ...
3
by: Dave Johnson | last post by:
In a 3-Tier application, once upon a while comes the need for binding objects or usercontrols from other objects, example binding a usercontrol in the Presentation layer from a Business Layer...
3
by: reproots | last post by:
hi there, i am having trouble with a span command and would like to know if someone can help me, or point me in the correct direction. basically, i want a little textbox to pop up when a mouse...
1
by: Brian D | last post by:
Take a look at this page. http://tempsite.texwipe.com/test/ The code is too long to post here so just look at the source. It works flawlessly in IE, but in Firefox not so much. Here is the...
2
by: reynoldlariza | last post by:
Can somebody please help me, i tried playing around with IE6 and Firefox 2.0 browser for setting zIndexes and hide & show of divs. It seems to work to both. I tried repeatedly clicking on different...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.