Results 1 to 3 of 3

Thread: Unable to position image correctly

  1. #1
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default Unable to position image correctly

    The page in question can be found here http://www.theremotedoctor.co.uk/honda_accessories.html

    Could you advise please what i need to do in order to move the image "mobile service etc" to the right.
    Ive tried a couple of times but no joy.
    As you can see its incorrectly set to the left of its position.

    Thanks.
    Last edited by Beverleyh; 02-13-2015 at 12:50 PM.

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Replace
    Code:
    <div id="honda advert"> <img src="images/honda-images/honda-page-advert.jpg" alt="honda advert logo" width="287" height="160" border="0" usemap="#Map" />
    with:
    Code:
    <div id="honda advert" style="position: relative; left:20px; float: right"> <img src="images/honda-images/honda-page-advert.jpg" alt="honda advert logo" width="287" height="160" border="0" usemap="#Map" />
    You may have to increment or decrement the pixel value for left.

  3. #3
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Many thanks.
    Sorted that now done.

Similar Threads

  1. Replies: 2
    Last Post: 05-07-2012, 09:45 PM
  2. Replies: 1
    Last Post: 06-07-2011, 04:21 AM
  3. Unable to position dropdown Flex Level Drop Down Menu (v1.1)
    By hanji in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 05-25-2010, 08:44 PM
  4. Logo won't position correctly in Firefox
    By Jayman911 in forum CSS
    Replies: 2
    Last Post: 07-07-2007, 05:00 PM
  5. Position Correctly...
    By pcbrainbuster in forum JavaScript
    Replies: 5
    Last Post: 04-17-2007, 12:06 PM

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
  •