![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
|
Third, the reason IE is showing the object with scrollbars, is that there appears to be a margin around the image. |
|
I also viewed the page in FF1.5, and it showed up just fine there. |
#3
| |||
| |||
|
|
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. |
#4
| |||
| |||
|
|
.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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |