css image alignment issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Naren Reddy
    New Member
    • Oct 2006
    • 2

    css image alignment issue

    hi,
    I would like to align my image always to the bottom of my DIV.I made use of margin-bottom and also align attributes....s till it didnt work....
    are there any other solution..?

    thnx in advance...
  • oley
    New Member
    • Oct 2006
    • 6

    #2
    I was experimenting with the same issue only yesterday. In my case I wanted the image to stick several pixels down from the bottom of the DIV. The solution is to create a separate DIV for the image underneath the main DIV and give it a negative margin-top. The working example is here: http://js-kit.com/.

    Comment

    • Naren Reddy
      New Member
      • Oct 2006
      • 2

      #3
      Hi,
      Thnx alot...it did work......

      Comment

      • Khris
        New Member
        • Apr 2007
        • 1

        #4
        If you need further support with JS-Kit please send an email to support@js-kit.com and we will be glad to help you out!

        Also, we have just released two new widgets: Ratings and Polls. They are free and as easy to use as our Comment widget.

        Thanks for your support!

        Khris
        www.js-kit.com

        Comment

        Working...