HighDots Forums  

<object> and scrollbars

alt.html alt.html


Discuss <object> and scrollbars in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
The Eclectic Electric
 
Posts: n/a

Default <object> and scrollbars - 12-12-2006 , 06:57 AM






Is there a way to get rid of these? I've viewed the page in FF1.5, IE6 and
Op9. Only Opera is displaying my subpage without them.

www.listyblue.com/test.htm

I think I can get around the issue by using iframes, but I've been striving
to use Strict DTD so it would be a shame to drop it.

Any help greatly appreciated.

+e



Reply With Quote
  #2  
Old   
The Eclectic Electric
 
Posts: n/a

Default Re: <object> and scrollbars - 12-12-2006 , 09:26 AM






"Kim André Akerĝ" <kimandre (AT) NOSPAMbetadome (DOT) com> wrote

Quote:
The Eclectic Electric wrote:

Is there a way to get rid of these? I've viewed the page in FF1.5,
IE6 and Op9. Only Opera is displaying my subpage without them.

www.listyblue.com/test.htm

I think I can get around the issue by using iframes, but I've been
striving to use Strict DTD so it would be a shame to drop it.

First of all, the "scrolling" parameter isn't valid for <object> in
XHTML 1.0 Strict, though.
http://validator.w3.org/check?uri=ht...lue.com%2Ftest.
htm

Second, is there any special reason you're using the <object> tag for
this, btw? AFAICT, the <img> tag is sufficient for this usage.
My site allows users to upload their own pictures. They are stored in a
protected directory. The test.php page retrieves the relevant image by
using HTTP headers.

Quote:
Third, the reason IE is showing the object with scrollbars, is that
there appears to be a margin around the image.
There isn't. IE has just inserted it there.

Quote:
I also viewed the page in FF1.5, and it showed up just fine there.
Which is weird. It looks like crud on mine.

Thanks for looking anyway. I think it's a no go - I've googled for a way to
do this and come up with blank. I guess I'll use <iframe> and Transitional
DTD. Just thought I'd try the collective brains here!

+e




Reply With Quote
  #3  
Old   
Michael Fesser
 
Posts: n/a

Default Re: <object> and scrollbars - 12-12-2006 , 10:07 AM



..oO(The Eclectic Electric)

Quote:
Second, is there any special reason you're using the <object> tag for
this, btw? AFAICT, the <img> tag is sufficient for this usage.

My site allows users to upload their own pictures. They are stored in a
protected directory. The test.php page retrieves the relevant image by
using HTTP headers.
<img src="test.php" alt="...">

Micha


Reply With Quote
  #4  
Old   
The Eclectic Electric
 
Posts: n/a

Default Re: <object> and scrollbars - 12-12-2006 , 10:26 AM



"Michael Fesser" <netizen (AT) gmx (DOT) de> wrote

Quote:
.oO(The Eclectic Electric)

Second, is there any special reason you're using the <object> tag for
this, btw? AFAICT, the <img> tag is sufficient for this usage.

My site allows users to upload their own pictures. They are stored in a
protected directory. The test.php page retrieves the relevant image by
using HTTP headers.

img src="test.php" alt="..."

Micha
If you were here I'd kiss you!!!!! Fantastic!

Many thanks

+e




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.