
May 21st, 2008, 10:40 AM
|
|
Registered User
|
|
Join Date: May 2008
Posts: 1
Time spent in forums: 3 m 56 sec
Reputation Power: 0
|
|
|
XHTMLMP - Make the background img of a DOCOMO WAP site remain fixed,non-scrollable
Hi everyone,
i am trying to make a WAP site for Docomo handset, and for the WAP i am making i am trying to make the background img remained fix, which mean it will not be scrolling when user scroll the page.
so far i have trid,,,
<body style="background-image: url(img/sample.gif
); background-repeat:no-repeat; background-position:center center; background-attachment: fixed; background-color:#747170;" bgcolor="#747170" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
but the background remain scrolling...does everyone has any ideas at all? thank you 
|