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
Padding,firefox Issues Help Me Please!
Old 08-07-2006, 10:48 PM Padding,firefox Issues Help Me Please!
KellyElizabeth's Avatar
Experienced Talker

Posts: 45
Location: The South
Trades: 0
I am still plugging away at my brother's website Premier Auto Source Inc.


In IE the following problems I am having is : it puts a strange space between my header image and my container layer.

In Firefox the following problems are: it ignores the css for the background color and screws the alignment.

If you take a look at the page you should be able to image how I want it to look. PLEASE HELP!
KellyElizabeth is offline
Reply With Quote
View Public Profile Visit KellyElizabeth's homepage!
 
 
Register now for full access!
Old 08-08-2006, 02:00 AM Re: Padding,firefox Issues Help Me Please!
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
First off, lose the absolute and relative positioning. If used incorrectly, all sorts of bad stuff can occur.

If you want the site to be centered, do the following:
Code:
#centering-container {
     margin:  0px auto;
     width:  660px;
     text-align:  center; /* you need this for IE5 */
}
#centering-container div {
     text-align:  left /* this fixes the alignment issue above. */
}
Then use this div as your container to center the whole site.

That should get you started.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 08-12-2006, 09:58 PM Re: Padding,firefox Issues Help Me Please!
KellyElizabeth's Avatar
Experienced Talker

Posts: 45
Location: The South
Trades: 0
I have been messing around with it for the last two days and have grown VERY frusterated (I'm pulling my hair out over here haha).


What I need:


I need to center my header image which I have successfully done.

I need for under my image there to be two div layers floated next to each other. \

The problem I am running into is : My image is 690 pixels wide - The "column like section" isn't 650 pixels. When I put my div layer columns directly under the layer my header images sit in, it centers the columns so that it is to the left of where it should be. I want it to look like the lighter grey section continues flush with the image.

I am sure my code isn't the way it should be, but that is why I am here. I have tried every thing I know to do and am at my wits end.

I know I am confusing all of you, so I have constructed an image screen shot of what I am trying to acheive. http://premierautosource.com/images/screenshot.jpg

Thanks for your help.
KellyElizabeth is offline
Reply With Quote
View Public Profile Visit KellyElizabeth's homepage!
 
Reply     « Reply to Padding,firefox Issues Help Me Please!
 

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.66693 seconds with 12 queries