Problem with image positioning

This is a discussion on "Problem with image positioning" within the Web Page Design section. This forum, and the thread "Problem with image positioning are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 31st, 2007, 18:04
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Problem with image positioning

Hi,

I have been trying to put an image at the side of my links (CSS), but it just goes underneath.. I think it might be a margin you need to set but i dont know how to.. Anyway.. If you look on my site, In the footer there are two links and underneath is the image... but i want the image to be at the right hand side of ALL my images as yet they are just going under.

Thanks
Marc

Last edited by Marc; May 31st, 2007 at 18:18.
Reply With Quote

  #2 (permalink)  
Old May 31st, 2007, 18:17
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Problem with image positioning

Never mind fixed, i just added a padding to the right.

Css now looks like:

Code: Select all
a:link, a:visited, a:active {
  color: #ffffff;
  text-decoration: none;
  background-image:url(Images/s_arrow.png);
  background-position:right;
  background-repeat:no-repeat;
  padding-right:13px;
 
}
Reply With Quote
Reply

Tags
image positioning

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Link Color and problem with Image positioning! Ed Web Page Design 33 Oct 10th, 2007 11:17
Image positioning and differences in IE/FF 0413 Web Page Design 33 Sep 25th, 2007 21:19
Positioning an image with a link pregnantNproud Web Page Design 8 Aug 12th, 2007 01:33
image positioning usind div container gemguy Web Page Design 5 May 25th, 2007 08:04
Positioning image absolutely timmytots Web Page Design 1 Jan 10th, 2006 02:27


All times are GMT. The time now is 18:56.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43