This is a discussion on "Positioning image absolutely" within the Web Page Design section. This forum, and the thread "Positioning image absolutely are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Positioning image absolutely
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Positioning image absolutely
It's amazing how quickly you can go rusty.
I'm trying to position a logo absolutely on my homepage like this: <div style="position:absolute; top:80px;"> <a href="http://www.asite.co.uk/"><img src="mylogo.gif" width="77" height="30" vspace="0" hspace="0" border="0" alt="something"></a> </div> I've put that in the index.html not in the css. Can this only be done with CSS, ie - not just in the normal page? |
|
|
|
|||
|
Re: Positioning image absolutely
Actually you have used inline CSS. CSS can be external
You can even use something like
Of course, if you are using this on all your pages, you might consider just adding it your your external cascading style sheet. |
![]() |
| Tags |
| positioning, image, absolutely |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] positioning something inside an image | danny322 | Web Page Design | 3 | Dec 5th, 2007 13:36 |
| 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 |
| Problem with image positioning | Marc | Web Page Design | 1 | May 31st, 2007 18:17 |
| image positioning usind div container | gemguy | Web Page Design | 5 | May 25th, 2007 08:04 |