how the images can be placed side by side with help of css background image in <div>

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vedasri
    New Member
    • Dec 2007
    • 2

    how the images can be placed side by side with help of css background image in <div>

    how the images can be placed side by side with help of css background image in <div>
  • Death Slaught
    Top Contributor
    • Aug 2007
    • 1137

    #2
    Are you asking if you can have two div, that each take up half of the screen, and have an image in them?

    If so that is a horrible idea (no offence). I would take the pictures, and a photo editor, and put them together, then make that your background image.

    Thanks, Death

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      It is not possible to specify more than one background image.

      Comment

      • vedasri
        New Member
        • Dec 2007
        • 2

        #4
        iam not telling asking about background image sir
        iam asking that
        for example in web page in menu section we place the images like about us, contact us etc.To place that images one after the other in div tag using css how we can do

        Comment

        • Death Slaught
          Top Contributor
          • Aug 2007
          • 1137

          #5
          Originally posted by vedasri
          iam not telling asking about background image sir
          iam asking that
          for example in web page in menu section we place the images like about us, contact us etc.To place that images one after the other in div tag using css how we can do
          Ummmm......try adding this to your CSS.

          Code:
           div { 
            display:inline;
          }
          - Death

          Comment

          • drhowarddrfine
            Recognized Expert Expert
            • Sep 2006
            • 7434

            #6
            Originally posted by vedasri
            how the images can be placed side by side with help of css background image

            iam not telling asking about background image sir
            . .

            Comment

            Working...