Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
creativehulk #1
valign=top isn't working
I have a multi-column table that has a tall, left column designated for
navigation and two right columns for page content. Whenever the content in
these right columns is less than the left column's content ,it won't align at
the top in IE.
I have valign="top" at all TDs. The only way to get it to align at the top is
to put a bunch of BRs after the content to fill the cell up. I tried wrapping
the content inside a DIV with a valign - no luck. Also, I tried applying a
vertical-align=top with CSS on the TD.
This trouble is seen on Mac IE5 and Windows IE6 browsers, Netscape is fine on
both platforms and so is Mac Firefox and Safari.
I'm too far along to scrap the tables, rebuilding the layout of the page with
CSS. I also can't change my Doc type (HTML 1.0 Transistional) because it works
best for my menus.
Anyone have any idea why IE does this and how to make it align for IE? Thanks
in advance!!!
creativehulk Guest
-
#38816 [Opn]: PHP code that was working perfectly recently stopped working.
ID: 38816 User updated by: mtoohee at gmail dot com -Summary: PHP code that was working perfectly recently stopped.... -
Macromedia Flash Player installed and working properly suddenlys stops working..
No idea what has caused the Flash player to stop working. This is not my machine but a relatives who has asked for help over the T'giving... -
Data not working on Label but is working in Datagrid
I am creating a simple website in Flex. I want to show different content from the database for home, about us, contact us, etc. I am using a CFC as... -
Working TableStyle Not Working on a Second DataGrid
I am having difficulty getting Tablestyles to work on a datagrid. I have 2 datasets, 1 filled and the other not. The first contains customer, stock... -
Easy vAlign question
Below is my code. It seems that no matter what I do, I cannot get the following list of places to start at the top of the cell. It is always... -
Murray *ACE* #2
Re: valign=top isn't working
Give your table temporary borders. You'll probably see that the top
alignment is working and is not the problem.
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"creativehulk" <webforumsuser@macromedia.com> wrote in message
news:dveshh$9jn$1@forums.macromedia.com...>I have a multi-column table that has a tall, left column designated for
> navigation and two right columns for page content. Whenever the content in
> these right columns is less than the left column's content ,it won't align
> at
> the top in IE.
>
> I have valign="top" at all TDs. The only way to get it to align at the top
> is
> to put a bunch of BRs after the content to fill the cell up. I tried
> wrapping
> the content inside a DIV with a valign - no luck. Also, I tried applying a
> vertical-align=top with CSS on the TD.
>
> This trouble is seen on Mac IE5 and Windows IE6 browsers, Netscape is fine
> on
> both platforms and so is Mac Firefox and Safari.
>
> I'm too far along to scrap the tables, rebuilding the layout of the page
> with
> CSS. I also can't change my Doc type (HTML 1.0 Transistional) because it
> works
> best for my menus.
>
> Anyone have any idea why IE does this and how to make it align for IE?
> Thanks
> in advance!!!
>
Murray *ACE* Guest
-
creativehulk #3
Re: valign=top isn't working
You're absolutely correct! It is aligning to the top. It's the cell above it
that is stretching. The thing is I have a height restriction on that cell.
The table is built like this: the left column spans 2 rows with no height
restriction, the top right cell has the height restriction and the cell below
that has no height restriction.
Any suggestions on how to stop it from stretching in IE, sir?
creativehulk Guest
-
Murray *ACE* #4
Re: valign=top isn't working
This is a poster child illustration for why a) dragging on tables to 'shape'
them is a waste of time - it does nothing of the sort, b) why it's much
better to leave tables alone than try to bludgeon them into shape - the
already know how to fit around the contents, and c) how a little HTML
knowledge can go a long way when creating pages in DW.
Stop trying. Make your outer table a 2 cell table with a nested table in> Any suggestions on how to stop it from stretching in IE, sir?
each cell. For the right nested table, use CSS to apply padding to the cell
that it's in so that the 'height' restriction is imposed by the padding
pushing the table down.
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"creativehulk" <webforumsuser@macromedia.com> wrote in message
news:dvf29d$gur$1@forums.macromedia.com...> You're absolutely correct! It is aligning to the top. It's the cell above
> it
> that is stretching. The thing is I have a height restriction on that cell.
>
> The table is built like this: the left column spans 2 rows with no height
> restriction, the top right cell has the height restriction and the cell
> below
> that has no height restriction.
>
> Any suggestions on how to stop it from stretching in IE, sir?
>
Murray *ACE* Guest



Reply With Quote

