i got a problem with this site:
http://www.unitext.co.il/translations-services/

only with internet explorer.. i fixed must of the problems
but still got a weird Horizontal Scroller i can find the reason to

Please help :?:

Recommended Answers

All 6 Replies

In your css file, inside the mainbody id you got the following:

.mainbody {
margin-left: auto;
margin-right: auto;
margin: 0 auto;
background: url(images/white-frame.png) no-repeat;
height: 702px;
width: 1000px;
}

The width property exceeds the screen's resolution... try reducing it to the body's container's width.

Thanks for you help but.. i watch it on a high resulotion..

its not the case and must be an object that isnt align correctly..
trying to fijnd it but havent yet

Demm internet explorer.. always problems

It looks to me that you found it already. Congratulations. I checked with IE6, IE7 and IE8. No visible scrollbars.

Yee, it was a "absolute" definition in my css..
Internet explorer has a problem with the - position: absolute
so i had to redesign my Divs so that would enable me to position
those elements without using that order

But thanks for the help :)

Yee, it was a "absolute" definition in my css..
Internet explorer has a problem with the - position: absolute
so i had to redesign my Divs so that would enable me to position
those elements without using that order

But thanks for the help :)

Please mark the thread as 'solved', this way you can help others too... ;)

was looking for that link.. just found it

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.