Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
mommatc #1
CSS Div Positioning
Anybody know how to cause a DIV to be aligned to the bottom of the page? If you
go to: [url]http://www.tilaru.com/NewSite/index.php[/url] you'll see that my footer (which
includes the Designed by: and Copyright Info) seems to be aligning itself
according to the length of the main content div in the center of the page :(
I need it to be at the absolute bottom of the page.
Also - is there a way to tell the Main Div and the Right Nav Div to be the
same hieght without absolute height values?
I'm sure there is an easy work-around to this little issue I'm having - but
I'm new to CSS for layout and the answer seems to be eluding me:confused;
Thanks,
MommaTC
mommatc Guest
-
CSS Content Box Positioning - Help Please
Hello! I'm currently working on a website for a client of mine. This is the first time I'm using CSS for positioning, and came across some issues... -
Positioning of content
Hi everyone got this following code - and when i try to add the template -<cfinclude template="resultarticle links.cfm"> it doesn't appear at the... -
positioning
im trying to move a div tag to the right side, ive tried using "float" but it doesnt work the way i want it to. i tried setting its position as... -
Layer positioning
I'm building a DHTML menu system but I am having the problem of positioning the layers on different page widths. I know the problem is that I am... -
sundomains and positioning
hi i have a wesite www.example.com now i have my catalog of files root: es/ - (spanish version of the website de/ - (german version) fr/ -... -
Murray *TMM* #2
Re: CSS Div Positioning
No, and, maybe, respectively.
To have something always at the bottom of the page, you could use frames
(ew!). Or, you could use javascript to dynamically position the element to
the bottom, but this relies on javascript. There is not a good way to do it
with CSS, however, since it would have to be removed from the normal flow
(this means it would have to go to the bottom of the viewport even though
there is not code flow or content that would put it there.
To have two divs always be the same height, nest one (the taller) in the
other (the shorter). As the taller one grows vertically, it will stretch
the shorter one too. If you want to have content side-by-side, you will
have to float the taller one. Clear the float before closing the shorter
div, and it will force the shorter div to stretch to contain the taller one.
--
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
==================
"mommatc" <webforumsuser@macromedia.com> wrote in message
news:dhiovf$866$1@forums.macromedia.com...> Anybody know how to cause a DIV to be aligned to the bottom of the page?
> If you
> go to: [url]http://www.tilaru.com/NewSite/index.php[/url] you'll see that my footer
> (which
> includes the Designed by: and Copyright Info) seems to be aligning itself
> according to the length of the main content div in the center of the page
> :(
> I need it to be at the absolute bottom of the page.
>
> Also - is there a way to tell the Main Div and the Right Nav Div to be the
> same hieght without absolute height values?
>
> I'm sure there is an easy work-around to this little issue I'm having -
> but
> I'm new to CSS for layout and the answer seems to be eluding me:confused;
>
> Thanks,
> MommaTC
>
Murray *TMM* Guest
-
mommatc #3
Re: CSS Div Positioning
Great - would you happen to know the JavaScript to cause the footer to be at the bottom of the page?
Thanks,
MommaTC
mommatc Guest
-
Murray *TMM* #4
Re: CSS Div Positioning
It's lots of thunder for very little rain, but here you go -
[url]http://www.projectseven.com/[/url]
(look for LayoutDesigner2)
--
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
==================
"mommatc" <webforumsuser@macromedia.com> wrote in message
news:dhjv0v$616$1@forums.macromedia.com...> Great - would you happen to know the JavaScript to cause the footer to be
> at the bottom of the page?
>
> Thanks,
> MommaTC
Murray *TMM* Guest



Reply With Quote

