REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
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.
Register Here
Forum Rules
CSS Forum
You are currently viewing our CSS Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
CSS Forum
>
Center an image?
Link Back
Thread Tools
Search this Thread
Center an image?
02-03-2007, 09:59 AM
#
1
(
permalink
)
Center an image?
feraira
BeTheBand!
Posts: 350
Trades:
0
Talkupation:
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....
Register
now for full access!
02-03-2007, 10:31 AM
#
2
(
permalink
)
Re: Center an image?
LadynRed
Defies a Status
Posts: 10,017
Location: Tennessee
Trades:
0
Talkupation:
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
02-08-2007, 02:29 PM
#
3
(
permalink
)
Re: Center an image?
gooor
Average Talker
Posts: 16
Name: Marcin
Location: Poland
Trades:
0
Talkupation:
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!
02-12-2007, 07:27 PM
#
4
(
permalink
)
Re: Center an image?
feraira
BeTheBand!
Posts: 350
Trades:
0
Talkupation:
Cheers guys!
« Reply to
Center an image?
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
CSS Forum
>
Center an image?
Thread Tools
Search this Thread
Show Printable Version
Email this Page
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
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.28389
seconds with
12
queries