This is a discussion on "positioning of my logo - link inside" within the Web Page Design section. This forum, and the thread "positioning of my logo - link inside are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
positioning of my logo - link inside
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
positioning of my logo - link inside
Hi. Can you take a look at this site....
http://www.geneticsweb.co.uk/index.html I need to place a logo (30 x 30 pixels in size) above the two places where it says geNetics, what would be the best way to do this without pushing the text down etc. Thanks |
|
|
|
#2
|
|||
|
|||
|
Re: positioning of my logo - link inside
Umm...
Every image takes up space, whether it's an <img> or a CSS background. The only way around this is to use position: absolute to remove items from the normal flow. You can then alter the stacking order with z-index. This is messy and likely to be difficult. I strongly advise you not to bother. It would look daft anyway. If you are determined to do this, then create a complete logo graphic that includes your "geNetics" text. Then, in your paragraphs, replace the text "geNetics" with that image: <img alt="geNetics" src="imageFileName.xxx">. Note that you will still need space for the image. Last edited by MikeHopley; Nov 7th, 2007 at 10:00. |
|
#3
|
|||
|
|||
|
Re: positioning of my logo - link inside
hi mike, thanks for the advice, i had a feeling that would be the case, ill try replacing the text with an image if it looks daft i wont bother. Cheers.
|
|
#4
|
|||
|
|||
|
Re: positioning of my logo - link inside
Good luck.
By the way, bad things happen when a user resizes text on your site. |
|
#5
|
|||
|
|||
|
Re: positioning of my logo - link inside
haha, i see what u mean, anything bigger than 'medium' and the text goes outside the body, damn!
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help with icon/link positioning | mcnkevin | Web Page Design | 1 | Jun 1st, 2008 12:27 |
| [SOLVED] positioning something inside an image | danny322 | Web Page Design | 3 | Dec 5th, 2007 13:36 |
| Positioning a link | Pádraig | Starting Out | 5 | Aug 14th, 2007 00:17 |
| Positioning an image with a link | pregnantNproud | Web Page Design | 8 | Aug 12th, 2007 01:33 |