Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 02-03-2007, 09:59 AM Center an image?
feraira's Avatar
BeTheBand!

Posts: 350
Trades: 0
How can I stick an image in the middle of the page?
I've tried:

img {
text-align:center;
margin-left;
margin-right;
}


It just stays at the default place of top left though....
feraira is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-03-2007, 10:31 AM Re: Center an image?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Not gonna work that way as you've found. Centering horizontally isn't all that hard, centering vertically is another thing.

To center horizontally, you'll need 2 things - one for IE, the other for FF, Opera and others:

text-align: center -- for IE - but put that on a div that will contain the image

then, for other behaving browsers, put a width on that div and use
margin: 0 auto;

To center vertically, you'll need a method like this:
http://exanimo.com/css/vertical-cent...a-floated-shim
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 02-08-2007, 02:29 PM Re: Center an image?
gooor's Avatar
Average Talker

Posts: 16
Name: Marcin
Location: Poland
Trades: 0
If the image is the only thing on page you can do this way as well:
Use this image for body,html selector
background: #color url(path/file) no-repeat center center (or middle I don't remeber now );
And thats it!
gooor is offline
Reply With Quote
View Public Profile Visit gooor's homepage!
 
Old 02-12-2007, 07:27 PM Re: Center an image?
feraira's Avatar
BeTheBand!

Posts: 350
Trades: 0
Cheers guys!
feraira is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Center an image?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.28389 seconds with 12 queries