Help - Search - Members - Calendar
Full Version: Multi-resolution site table issue
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
mikepl1
Hello everyone, this is my first post.

This is how I want my site to look: http://ahtre.hopto.org/index_t.php . With one exception. I would like the picture on the right side to:
  1. stick to bottom of the page
  2. move accordingly while changing dimensions of the browser window (both height and width, until it meets upper corner or other cell)

Something close to what I want to get is here: http://ahtre.hopto.org/tabletest.php . Although, the image doesn't stick to bottom of the page, doesn't go up until upper corner (stops at around 30 px from corner) and the table changes its height when I click any links (which I absolutely cannot accept).

I've been trying for several hours in Dreamweaver, I have a pretty good understand of html (I've been a webmaster for 5 years), although every time I tried to incorporate the image into the table the cell with logo (top-left corner) would start to resize when I change to other page of news and cause the whole table to crash.

I attach all files from my site, if You can't get it from my server.

Thanks in advance for help,
Michael
pandy
Use the image as a background instead and position it in the bottom right corner.

CODE

body    { background: #f4f4f4 url(/images/index2.html_cut_04.jpg)
          no-repeat bottom right }


http://www.w3.org/TR/REC-CSS2/colors.html#q2
mikepl1
You're sanity is amazing, You just solved my current and future (which I just ran into) problems.

smile.gif Thank You! smile.gif

(the picture still doesn't want to go to top corner, but I think I'll just ignore that)
pandy
Looks like it's in the corner to me. blink.gif
mikepl1
You're right, I looked bad. +1 for You.
pandy
No problem. I on rare occasions look bad too. tongue.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.