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
How to center inside a background image
Old 06-19-2007, 06:01 PM How to center inside a background image
Noobstein's Avatar
Super Talker

Posts: 102
Name: Kyle Shwartz
Trades: 0


I'm trying to use the drop shadow effect on the main content window and I think using a background like this is the best way if I'm not mistaken.

I know I must set the backgrounds minimum and maximum width properties. But how do I get text to stay perfectly in the middle for different screen resolutions?

I can create a three column layout, but how will it adjust if the screen size is different. Can I just set the minimum-maximum properties to my left and right columns (and my middle column will center automatically because of this) and will this do the trick?
Noobstein is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-20-2007, 08:13 AM Re: How to center inside a background image
karinne's Avatar
Extreme Talker

Posts: 197
Location: Quebec, Canada
Trades: 0
I would do this

Code:
body {
  background: #3d3d3d url(that-background-you-posted.jpg) repeat-y center top;
}

#wrapper {
  margin: 0 auto;
  width: 900px; <------ whatever width you want
}
something like that.
__________________

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


Getting on the Web Standards band-wagon? Get these books -
Please login or register to view this content. Registration is FREE
and
Please login or register to view this content. Registration is FREE


Takin' in the view from the outside. Feeling like the underdog. Watching through the window I'm on the outside. Living like the underdog.
-Dream Theater
karinne is offline
Reply With Quote
View Public Profile Visit karinne's homepage!
 
Old 06-20-2007, 04:54 PM Re: How to center inside a background image
Noobstein's Avatar
Super Talker

Posts: 102
Name: Kyle Shwartz
Trades: 0
Thanks Karine, I think i got it now!
Noobstein is offline
Reply With Quote
View Public Profile
 
Old 06-22-2007, 11:01 AM Re: How to center inside a background image
Apple's Avatar
Novice Talker

Posts: 5
Trades: 0
Hi!

You can also add this line.... to reset all the margin and padding to 0...

html {
margin:0;
padding:0;
}
__________________
Live 2 CODE...The Digita Persona...
Please login or register to view this content. Registration is FREE
Apple is offline
Reply With Quote
View Public Profile
 
Old 06-22-2007, 12:48 PM Re: How to center inside a background image
karinne's Avatar
Extreme Talker

Posts: 197
Location: Quebec, Canada
Trades: 0
Which has nothing to do with the problem at hand!?
__________________

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


Getting on the Web Standards band-wagon? Get these books -
Please login or register to view this content. Registration is FREE
and
Please login or register to view this content. Registration is FREE


Takin' in the view from the outside. Feeling like the underdog. Watching through the window I'm on the outside. Living like the underdog.
-Dream Theater
karinne is offline
Reply With Quote
View Public Profile Visit karinne's homepage!
 
Reply     « Reply to How to center inside a background 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.58977 seconds with 12 queries