Results 1 to 2 of 2

Thread: I did not know where to post this

  1. #1
    Join Date
    Jan 2011
    Location
    Southeastern CT
    Posts
    612
    Thanks
    46
    Thanked 32 Times in 32 Posts

    Default I did not know where to post this

    So I settled here.

    I was wondering how/what a person would need to do(if it is possible) ot make the buttons on this phone image

    http://www.web-user.info/formimg/1a.jpg

    To really work.As if you were to make a form and want to make the "reset","submit" and "back" buttons in place of the actual ones there.

    Fist off,can that be done.Second how would you do it?Would css be the way?
    thanks
    Thanks,

    Bud

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Yes and yes.

    However, though a form has default submit and reset buttons available for your use, it doesn't have a back button. If by that you mean move the page back to the previous page, you could make one:

    Code:
    <input type="button" value="Back" onclick="history.go(-1);">
    It would then be a matter of styling the buttons. I think I would go for setting their value attributes empty, giving each one a background-image that looks like the button on the larger image that you are replacing. Set their width and height to the dimensions of that background image and their border-width to 0. Then absolutely position each one over its appropriate spot on the larger image.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •