SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: <img> and css

  1. #1
    SitePoint Zealot poLka's Avatar
    Join Date
    Apr 2003
    Location
    GF
    Posts
    136
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    <img> and css

    are there any tips to using images when implementing a css layout? i am having problems with images that are contained within a column that is set to float:. i want to create a 2 column layout with a footer that contains images within each column, and doesn't break when resizing the window, but rather, scrolls.

  2. #2
    SitePoint Addict
    Join Date
    Mar 2002
    Posts
    327
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think what you want is the overflow command which will create scroll bars in DIV's. Hope this helps.

    Nick
    All4YourPC for all your PC needs. Custom software.
    Websites. Web marketing. Training.
    http://members.aol.com/nickjc67

  3. #3
    SitePoint Wizard DougBTX's Avatar
    Join Date
    Nov 2001
    Location
    Bath, UK
    Posts
    2,498
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You said you were using floats, so:

    - Have a look at this: http://www.doxdesk.com/software/js/minmax.html
    - Set this code on a wrapper div around all the realtive content:

    Code:
    div#wrapper { min-width: 600px }
    hth,
    Douglas
    Hello World

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •