tomtomlo
01-25-2008, 07:25 AM
Hello again!
I'm using the Object ag to embed an external html page which I am using as a navigation sidebar. This is because my web hosting doesnt provide SSI :(
Anyway I was wondering how I can remove the border of the object element in IE. Firefox doesnt seem to display it, but I cant get rid of it at all it IE.
Secondly, how do I tell it never to display scroll bars?
and thirdly, how do I get it to resize to fit the content in the external webpage.
Finally, I'm using the target="_parent" attribute in the links on the external html page. Firefox deals with this fine but IE loads the link in the Object frame. How do I get around this? Its driving me nuts!
This is the style im using at the moment:
#obj_border { border: 0px;
scroll: no;
width:200px;
height:400px;
float:left;
}
but it doesnt seem to register anything except the width and height!
Thanks again!
Tom
I'm using the Object ag to embed an external html page which I am using as a navigation sidebar. This is because my web hosting doesnt provide SSI :(
Anyway I was wondering how I can remove the border of the object element in IE. Firefox doesnt seem to display it, but I cant get rid of it at all it IE.
Secondly, how do I tell it never to display scroll bars?
and thirdly, how do I get it to resize to fit the content in the external webpage.
Finally, I'm using the target="_parent" attribute in the links on the external html page. Firefox deals with this fine but IE loads the link in the Object frame. How do I get around this? Its driving me nuts!
This is the style im using at the moment:
#obj_border { border: 0px;
scroll: no;
width:200px;
height:400px;
float:left;
}
but it doesnt seem to register anything except the width and height!
Thanks again!
Tom