www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > Graphics

    Graphics Discussion and technical support for creating and editing graphics for the web.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 02-25-2003, 12:21 PM
    zero_rollov zero_rollov is offline
    Registered User
     
    Join Date: Feb 2003
    Posts: 2
    Unhappy Image placement

    So, call me an idiot. I've been building web pages since 95... not professionally, mind you, but I ran into something that's got me chasing my tail.
    I've never before tried to do a page with a graphic at the bottom left corner, and now I need to. I'm doing the design for a friend. I've done plenty of design work...
    Anyway, I can't get it to go to the edges. It leaves a tiny (or medium, depending on what I try) margin at bottom and left.
    The page is at http://www.odditorium.org/phobotest.htm . Please don't hack me. You can look at the source and see how I have it now. I used Dreamweaver to try tofix the problem with "layout tables" or whatever they call them... no lluck. The 'image' in question is now a Flash object, but it did the same thing with a simple .jpg .
    So, could someone PLEEEASE give me at least a hint as to how I can drop that stupid object to the absolute bottom of the page? Thanks in advance for your help.
    __________________
    >|<
    Reply With Quote
      #2  
    Old 02-25-2003, 12:42 PM
    DaveSW's Avatar
    DaveSW DaveSW is offline
    Registered User
     
    Join Date: Feb 2003
    Location: Wales, UK
    Posts: 3,183
    <img src="imgname.jpg" alt="" style="position: absolute; left: 0px; bottom: 0px; ">


    Something like this?

    Dn't worry - i only found out a few days ago how to do it!


    Dave
    __________________
    In a world without walls and fences - who needs Windows and Gates?! - Unknown Author
    "And there's Bill Gates, the...most...famous...man in the...ah...Microsoft." -- A TV commentator for the 2000 Olympics.


    Web Design Faq? | W3C | Validator | Accessibility testing | Speed up your PC | Wura | Box Model Research
    Reply With Quote
      #3  
    Old 02-25-2003, 12:42 PM
    Pixelchik Pixelchik is offline
    Registered User
     
    Join Date: Feb 2003
    Location: San Diego
    Posts: 141
    I believe you can get rid of the spaces by adding your left and bottom margins to "0" in the <body> tag.
    Reply With Quote
      #4  
    Old 02-26-2003, 10:04 AM
    Stefan Stefan is offline
    HTML-Mushroom
     
    Join Date: Nov 2002
    Posts: 984
    To cover all bases try this

    <body style="margin:0; padding:0;">

    <div style="position:abolute; bottom:0; left:0;">
    <img ...>
    </div>

    alternativly you might want to have this image as a background (you didn't explain in detail what the image was or it's use).
    In that case try eg

    <body style="margin:0; padding:0; background:white url(image.png) no-repeat bottom left fixed">
    __________________
    // Stefan Huszics
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 10:05 AM.



    Acceptable Use Policy

    internet.comMediabistrojusttechjobs.comGraphics.com

    WebMediaBrands Corporate Info


    Advertise | Newsletters | Feedback | Submit News

    Legal Notices | Licensing | Permissions | Privacy Policy

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.