473,382 Members | 1,409 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Background color not working in IE & footer issue

11
The body background color is white on the left-side in IE when it should be the same color as the right. You can see what it should look like in firefox. You can see it at...

http://www.siteiq.net/TEST/index-new.html

Also I'm still having issues with my content box not expanding with my deck box...essentially I need my footer to stay below all content no matter the size of the window.

I've tried everything I can think if to fix these. Any help or suggestions I get will be GREATLY appreciated.
Dec 29 '07 #1
4 2186
Markus
6,050 Expert 4TB
Not sure why, but when i changed the margin of the wrapper div to 0 and the padding of the body to what the margins were for the wrapper div, it worked.

Internet Explorer for you..

Expand|Select|Wrap|Line Numbers
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. body {
  5.     color: #000000;
  6.     font: small "Arial", Helvetica, sans-serif;
  7.     margin: 0;
  8.     padding: 0px 100px;
  9.     background-color: #ece0d2;
  10. }
  11.  
  12. #wrapper {
  13.     color: #000000;
  14.     /*margin: ;*/
  15.     background-color: #FFFF00;
  16. }
  17.  
Hope this is ok :)
Dec 29 '07 #2
Timeri
11
Not sure why, but when i changed the margin of the wrapper div to 0 and the padding of the body to what the margins were for the wrapper div, it worked.

Internet Explorer for you..

Expand|Select|Wrap|Line Numbers
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. body {
  5.     color: #000000;
  6.     font: small "Arial", Helvetica, sans-serif;
  7.     margin: 0;
  8.     padding: 0px 100px;
  9.     background-color: #ece0d2;
  10. }
  11.  
  12. #wrapper {
  13.     color: #000000;
  14.     /*margin: ;*/
  15.     background-color: #FFFF00;
  16. }
  17.  
Hope this is ok :)

That worked! Thank you! Now if I could just get my footer issue fixed, I'd be a happy girl!
Dec 30 '07 #3
drhowarddrfine
7,435 Expert 4TB
Here's to hoping that you are a girl.
Dec 30 '07 #4
Timeri
11
Here's to hoping that you are a girl.

Ha ha ha...thankfully, I am :)
Dec 31 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

19
by: Jerry | last post by:
Hi Folks, Ok, here's my story. I was asked to create a website for the church I attend. I am a complete newbie to creating websites. So, I did the usual -- did a bunch of googling, found...
2
by: rigiditymodulus | last post by:
Hi - So, I had this working perfectly, then had a small crash (the transmitter for my wireless mouse occassionally freaks out my MacBook Pro) and when I rebooted and opened up my file the two...
1
by: sharkyboy | last post by:
Hi, I am developing a microsite on the end of our current church website. See www.the-ark.net/chooseblue I built the site using css/html then plugged it in to the existing asp cms we have. ...
16
by: stevedude | last post by:
CSS newbie again. I have a problem trying to get coffee mug images within anchor tags to center with my link text for a vertical list menu. If I use the horizontal/vertical properties of...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.