Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
serialRei #1
autostretch madness
so ive been using DW fora few years and all of a suddenive come across this
madness wheni started using DW04, autostretch on the height (100%) code doesnt
work on tables anymore .. im guess i now have to make it relative to the
browser window (which never had to be done) but i dont know the best way to go
about that .. if anyone have any suggestions could you let me know im going
insane over making this top to bottom table.
(table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0")
note this code works on older IE versions but do not work on safari or
anyother broser. if anyone else has had this problem could i get a little help.
serialRei Guest
-
How to build a panel that autostretch vertical
Want to bulid a vertical panel that stretches just like the beige panel on the left hand side of the example shown on the link below. Please email... -
Make Row Autostretch
I understand how to make a column autostretch so it stretches to the width of the browser window. Is there a way to make a row autostretch so it... -
Madness, I call it madness
Maybe it's me who is mad but... I have a windows application with a datagrid. On pressing F5 (when the grid or any grid's cell has a focus) I... -
eval() madness
Hi Folks, I have done the obligatory search and have not yet been able to find anything that will help me in my quest to get a small script... -
flv -> swf madness
i've created a flv from a quicktime movie and exported it out as a swf then i load that swf into a movieclip and everything works fine except that... -
Murray *TMM* #2
Re: autostretch madness
serialRei wrote:
Here's the deal.> so ive been using DW fora few years and all of a suddenive come across this
> madness wheni started using DW04, autostretch on the height (100%) code doesnt
> work on tables anymore .. im guess i now have to make it relative to the
> browser window (which never had to be done) but i dont know the best way to go
> about that .. if anyone have any suggestions could you let me know im going
> insane over making this top to bottom table.
> (table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0")
> note this code works on older IE versions but do not work on safari or
> anyother broser. if anyone else has had this problem could i get a little help.
>
A doctype on an HTML page tells the browser how to render the page. If
there is no doctype, or if there is an invalid one, the page is rendered
in quirks mode. If there is a valid doctype, the page is rendered in
standards mode.
DMX (and earlier) inserted a broken doctype on the page (i.e.,
functionally equivalent to no doctype). Earlier versions inserted NO
doctype. Hence, all these pages are rendered in quirks mode.
In quirks mode, the browser makes an attempt to render invalid HTML.
Not all browsers attempt the same rendering - so you will see a variety
of differences, comparing one browser to the next on the same page.
In standards mode, the browsers all render the same (so they say - but
in practice, while not true, it's much more uniform).
Table height is invalid HTML. It always has been - it was never a part
of HTML's specs.
Browsers in quirks mode will try to render table heights. Browsers in
standards mode willl not.
Geddit?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
Murray *TMM* Guest



Reply With Quote

