Results 1 to 3 of 3

Thread: HTML Help

  1. #1
    Big Member BlindMelon7's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,190
    Thanks
    12
    Thanked
    1 time in 1 post

    HTML Help

    Hey guys! Long time no see.

    I've been coding a new website for my band and I have come across a problem. I know this isn't really the place for it, but I prefer Hexus to other places so I thought I'd ask here first.

    The problem is, I have 2 images side by side (essentially one image). I needed 2 images because one half had to have an image map on it and the other half had to be used as an input. I am completely making it up as I go along as I have never done this before.

    The site works fine as long as everything fits in the page, however, on smaller screens one half of the image goes underneath. Ideally I'd like to have it so you can either scroll across, or have it resize to fit the screen, but I have no idea how to do this with 2 images.

    It's www.rosietheband.com.

    I'd really appreciate some help with this!

    Cheers
    With love and many thanks,

    Melons

  2. #2
    PHP Geek Flash477's Avatar
    Join Date
    Dec 2008
    Location
    Devon
    Posts
    822
    Thanks
    51
    Thanked
    72 times in 65 posts

    Re: HTML Help

    Why not just give the button div a width - that'll stop it dropping under

  3. #3
    Registered User
    Join Date
    Feb 2010
    Posts
    12
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: HTML Help

    add

    min-width: 1046px;

    in the css for #button

    or just width (IE6 can't handle min/max, so I guess width would be better.)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HTML Editor
    By cdm391 in forum Software
    Replies: 8
    Last Post: 01-12-2009, 02:38 PM
  2. ASP.NET + html form problem.. (GCheckout)
    By Spud1 in forum Software
    Replies: 3
    Last Post: 05-10-2007, 01:39 PM
  3. Replies: 17
    Last Post: 15-07-2007, 03:59 PM
  4. HTML woes
    By Nemeliza in forum Software
    Replies: 6
    Last Post: 17-10-2003, 10:05 PM
  5. Replies: 1
    Last Post: 14-08-2003, 03:32 PM

Posting Permissions

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