Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
spdorsey #1
Bottom justification
Hello
I have a simple DIV layer which needs its content justified at the bottom of the div. How do I justify content to the bottom of a DIV using CSS?
Thanks,
-----------S
spdorsey Guest
-
Type justification question
I am using PS CS in OSX. Every time I put in some text and go to change the paragraph format, the justification choices including "justify last left"... -
Bar to appear over a tree at bottom
II was asked to create a bar to appear at the bottom of a Tree control that can be clicked to show a menu. The menu part I get, but the overlay of a... -
Vertical Justification with Text Wraps?
I have a three column page that has your standard photo inset with a caption in two of the columns., plus a pull quote I've read that it's not... -
[InDesign CS] Text frame with rounded corners and vertical justification
Hi, I wonder why the Vertical Justification of text inside Text Frame Options isn't available when a text box has rounded corners. If one... -
Bottom margin help?
No matter what I seem to do I cant get rid of a margin on the bottom of the page. It is only a few pixels, but I need to get rid of it. Any... -
Murray *TMM* #2
Re: Bottom justification
It would depend. Can you show me your code, please?
--
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
==================
"spdorsey" <webforumsuser@macromedia.com> wrote in message
news:dm0nnh$8h9$1@forums.macromedia.com...> Hello
>
> I have a simple DIV layer which needs its content justified at the bottom
> of the div. How do I justify content to the bottom of a DIV using CSS?
>
> Thanks,
>
> -----------S
Murray *TMM* Guest
-
laksinu #3
Re: Bottom justification
There are some ways to do it like
1) Place a nested div inside the parent div and move it to the bottom of the
div
2) Place a table inside the <div> and move it using <br> to the bottom of the
page.
else as Murray asked for please put a online file so that you can get the
right solution you are looking for ..
laksinu Guest
-
Murray *TMM* #4
Re: Bottom justification
Neither of those methods, however, will move an element *BELOW* the bottom
of the content.
In other words if you have a page that only contains "Hello" as content, you
will not be able to use either of these methods successfully.
--
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
==================
"laksinu" <laksinu@laksinu.com> wrote in message
news:dm6cj9$egl$1@forums.macromedia.com...> There are some ways to do it like
>
> 1) Place a nested div inside the parent div and move it to the bottom of
> the
> div
> 2) Place a table inside the <div> and move it using <br> to the bottom of
> the
> page.
>
> else as Murray asked for please put a online file so that you can get the
> right solution you are looking for ..
>
Murray *TMM* Guest



Reply With Quote

