I am developing a system builder for the company that I work for.
I have got the entire layout working in both firefox and IE, but the left column is messing up.
the draft that I am working on can be found here...
http://ingramswaterandair.com/waterp...ification.html
You can see what I am talking about when you view the page in IE and in Firefox. The left column looks how it is suppose to in IE but when it is opened in firefox it completely messes up.
The 2 problems that are occurring in firefox are:
1) the background image of div testimonials is not showing in firefox, where it is in IE (colbg.gif)
2) the positioning of the logos are off in firefox...
Can someone please tell me what I'm doing wrong? I don't have much CSS experience and I'm starting to think that this would be easier to just do it all in a table
Here is the styling for the 2 divs that I used in the testimonials box
Code:
div.testimonials {
margin: 0px;
background-image: url(images/colbg.gif);
background-repeat: repeat-y;
width: 203px;
height: 41px;
}
div.testimonials-text {
margin-left:10px;
position:relative;
margin-right:10px;
text-align:left;
background-repeat: repeat-y;
margin-top: 10px;
}
Brandon
__________________
Coding is just like a woman. If you don't do something exactly right, it complains.
Last edited by WebTraffic; 10-14-2009 at 01:49 PM..
|