Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 04-19-2004, 12:53 PM   #1
Member (3 bit)
 
Join Date: Apr 2004
Posts: 4
Javascript Question

Hi guys

The following piece of javascript works perfectly in IE but not in Mozilla, any ideas why? I don't have much experience writing js so the problem could be staring at me right in the face and i wouldn't know it According to what I have read it should work in Mozilla

The problem is the top and left style settings don't seem to have any effect in Mozilla and the div remains in the top eft hand corner.

function writeMenus()
{
//Passenger Services
var passmenudiv = document.createElement('div');
var passdiv = document.getElementById('passenger_services');
document.body.appendChild(passmenudiv);
passmenudiv.ID = 'menu_passenger_services';

//set the style
passmenudiv.style.position = 'absolute';
passmenudiv.style.left = '500';
passmenudiv.style.top = '300';
passmenudiv.style.background = '#cfd9dd';
passmenudiv.style.border = 'thin solid #89a1aa';

//set the html
var str = '';
str += '';
str += '
Hello World
';
passmenudiv.innerHTML = str;
}
claudelacey is offline   Reply With Quote
Old 04-20-2004, 04:13 PM   #2
Member (3 bit)
 
Join Date: Apr 2004
Posts: 4
Nevermind, problem solved! The correct code for Mozilla to understand is:

passmenudiv.style.left = '500px';
passmenudiv.style.top = '300px';
claudelacey is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 12:53 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2