how to set this div's style in the style tag..
Posted
by zjm1126
on Stack Overflow
See other posts from Stack Overflow
or by zjm1126
Published on 2010-03-17T11:17:09Z
Indexed on
2010/03/17
11:21 UTC
Read the original article
Hit count: 130
<style type="text/css">
#[':0:adId']{/*this is not useful*/
background:red;
}
</style>
<div id=":0:adId">Loading...</div>
the google maps use this name,
so how do i set the style.
thanks
© Stack Overflow or respective owner