Home  | Album  | Forum  | eMail  | Liên hệFAQ 
Home Online Community
 
TIPS: (Alt + Shift) + 1: HOL index; + Q: Log out; + A = Album; + J = Jukebox; + R = Arcade; + 4 = Search.

Quay lại   Home Online Articles > Header Category > Programming > HTML, CSS and Javascript
Supported by Google


Home Submit Entry What's New What's Popular Tìm kiếm

javascript move div problem
27-08-07 05:48 PM
deathemperor deathemperor không có trên mạng
Idol Of The Damn
 
Xem: 3,174
Trả lời: 0
Gửi tin nhắn qua MSN đến deathemperor Gửi tin nhắn qua Yahoo đến deathemperor
When I try moving an element by settings its style (e.g: document.getElementById('test').style.left ) It comes that in firefox it won't work without adding 'px' to the value. Example below:

Not Working:

Mã HTML:
document.getElementById('test').style.left = arrPostion[0];
document.getElementById('test').style.top = arrPostion[1];
Working:

Mã HTML:
document.getElementById('test').style.left = arrPostion[0]+'px';
document.getElementById('test').style.top = arrPostion[1]+'px';
This is, however, only apply for XHTML 1.0 Transitional. To know if your page is using XHTML 1.0 Transitional, view its source and if there is the line "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" at top before <html> it's using XHTML 1.0 Transitional standard.

The page looks like this:

Mã HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
read more about XHTML


I'm still having problem with moving elements in IE under XHTML standard. I will give an update about this soon.
Tags: Không




 

Powered by: vBadvanced Dynamics v1.0 RC1

Thời gian được tính theo giờ GMT +7. Bây giờ là 01:27 AM.

Sponsors Links
Google
 
Web www.holvn.org

Chiase | News | IT Articles | vni-times to unicode Converter | Youtube Video Downloader | Media Finder | File Types | www.Starcraft.vn | Pastebin
Top of Page  
Top of Page Skin created by FKaiser