This is a discussion on "Center image within div" within the Web Page Design section. This forum, and the thread "Center image within div are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Center image within div
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Center image within div
This old chestnut - I've read a bunch of articles on this but still can't get it working.
I have an image withing a fixed size div. I need to keep the div fixed size because I'll be swapping the images using javascript. Also, because the images and their sizes will be changing, I can't center them by fixing the margins, like someone suggested. So how do I get the picture to be centered vertically & horizontally within the div, and stay centered even when the image (and image size) change? Here's a snippet:
|
|
|
|
#2
|
|||
|
|||
|
Re: Center image within div
Have you tried usig %'s in your css for example:
Quote:
|
|
#3
|
||||
|
||||
|
Re: Center image within div
in a style sheet, do this:
div img { vertical-align:middle; margin:0 auto; } |
|
#4
|
|||
|
|||
|
Re: Center image within div
if you are wanting it to be centered completely:
#sample { text-align:center; vertical-align:middle; } |
|
#5
|
||||
|
||||
|
Re: Center image within div
Quote:
(X)HTML
|
|
#6
|
|||
|
|||
|
Re: Center image within div
I'm trying to center two blocks of text and a swf movie, which i've managed to get side by side, inside a <div> container. I found the following tutorial but it hasn't helped:
http://www.w3.org/Style/Examples/007/center.html Is there something else I must do to get everything within this <div> centred? I'm using: margin-left:auto; margin-right:auto; but it's just not happening. It's all staying on the left. I know how to get space either side of the swf by using margin-left:20px; margin-right:20px; But I need it all centred! Thanks. |
|
#7
|
|||
|
|||
|
Re: Center image within div
1. put the 3 thangs inside a span & senter the span inside the div.
|
![]() |
| Tags |
| center, image, within, div |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how can i center this? | djcritch | Web Page Design | 6 | Feb 25th, 2008 07:06 |
| Position image in the dead center of my webpage | Fysicus | Web Page Design | 7 | Sep 26th, 2007 08:38 |
| How to center an image | Pádraig | Starting Out | 8 | Jun 12th, 2007 12:27 |
| Center a Swf Help?? | nutbolt | Web Page Design | 20 | Apr 9th, 2007 10:21 |
| center align text/background image | Lchad | Web Page Design | 5 | Dec 5th, 2006 10:40 |