FloatingPoblem

When we want to float a html control above the object control then we will not be able to float it by
increase the z-index property but it can be possible if we use both as object

<OBJECT ID=’ctl00_MasterContentplaceholder_newdate_obj’
DATA=’objNew.html’ style=’z-index:12; width:100%; position:absolute; height:5px;’
TYPE=’text/x-scriptlet’ >
</OBJECT>

In the above example in between object we fetch html and do needed coding there.

In other way it can also be possible by taking iframe instead of object

<iframe src=”yourwebpage.html” name=”anyname” width=”200″ height=”150″ align=”default”></iframe>

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.