View Full Version : Another Positioning Issue
drubin312804
06-12-2009, 04:30 PM
Here's the link in the site.
http://www.webuyanyauto.com/service_area.html
It looks fine in FF and Safari on the MAC.
It looks fine in FF in Windows. Oh my god, look at it in IE7, and I can just image the screw up in IE8 can anyone offer a solution, or do I have something set up wrong.
I'm not really a coder so i really on CSS Sculpter and a few other of the Web Assist products.
Ray Borduin
06-15-2009, 06:48 AM
It actually looks fine in ie8... ie8 renders similarly to Firefox as far as I can tell. Previous versions of IE are what you need to worry about.
The content seems to be pushed down because of the width of the content wrapper being too wide to fit in the content area. I think you can fix it by reducing the content area a bit like:
#outerWrapper #contentWrapper #content {content2.css (line 103)
margin:0 0 0 236px;
padding:0;
width:650px;
}
drubin312804
06-15-2009, 08:50 AM
Thanks for the answer, your work around seems to work as far as the text positioning. However, the left column does not fill the height of the page in IE7. As usual, it works in all other browsers. This is making me crazy. Do you have a fix for that.
Thanks again, you have been very helpful.
Ray Borduin
06-15-2009, 09:48 AM
Line stretching issues can often be fixed by using "faux columns". Have you tried that technique in css sculptor. It is designed to get around issues like this.
It seems to be ignoring your left column height attribute. You could probably fix it by adding a transparent gif that is 1 px wide and as tall as you need it in the cell manually.
drubin312804
06-15-2009, 02:00 PM
I always select the faux columns in CSS Sclupter. You'll notice ther does not seem to be a problem in other browsers onlr in IE7. argh
Justin Nemeth
06-15-2009, 02:14 PM
Try adding this CSS to the #contentWrapper:
height: 1%;
min-height: 1%;
drubin312804
06-16-2009, 06:12 AM
Justin, Thanks for the idea. I tried it but the results are the same, still not working in IE7
Ray Borduin
06-16-2009, 08:16 AM
It now looks consistant on all browsers to me. What is the difference you see? Do you have a screen shot?
drubin312804
06-16-2009, 10:03 AM
It was the FAQ page that was still not correct and the contact page, so I just made an adjustment for those pages and now things will be OK.
I really thank you guys for all your help and concern. This forum is very valuable.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.