[Ajax Scroller] Layout problem on IE8
- yum999
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
15 years 2 weeks ago #5314
by yum999
I've got a layout problem on ie8, on chrome5 and latest ffox works great.
The website address is: www.controlacrisi.org/
I'm also posting two screenshot to see the problem, I hope you can help me asap.
IE8: img107.imageshack.us/img107/189/ie8.png
Chrome 5: img32.imageshack.us/img32/9429/chrome5.png
Thank you.
The website address is: www.controlacrisi.org/
I'm also posting two screenshot to see the problem, I hope you can help me asap.
IE8: img107.imageshack.us/img107/189/ie8.png
Chrome 5: img32.imageshack.us/img32/9429/chrome5.png
Thank you.
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
15 years 2 weeks ago - 15 years 2 weeks ago #5315
by Saka
Emir Sakic
www.sakic.net
This looks like the issue with navigation bar. Although it's set to height: 0; it is still taking space. Maybe it depends on parent items. I am not a CSS expert but try with absolute position for the mNav.
If unsuccessful, send me the details and I will test and try to fix it.
If unsuccessful, send me the details and I will test and try to fix it.
Emir Sakic
www.sakic.net
Last Edit: 15 years 2 weeks ago by Saka.
Please Log in or Create an account to join the conversation.
- yum999
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
15 years 2 weeks ago - 15 years 2 weeks ago #5316
by yum999
You can check everything directly on the site: controlacrisi.org/
(the css of ajax scroller is in the normal path: controlacrisi.org/modules/mod_ajaxscroll...axscroller/style.css )
If you need to know anything else just let me know.
Thank you.
Edit: position absolute works for the scroller, not for the nav cause it's outside the container.
What do you think about putting the nav in the container div?
Would it be a problem for the ajax scroller's js?
With position absolute it shown up in the top-right of the page.This looks like the issue with navigation bar. Although it's set to height: 0; it is still taking space. Maybe it depends on parent items. I am not a CSS expert but try with absolute position for the mNav.
If unsuccessful, send me the details and I will test and try to fix it.
You can check everything directly on the site: controlacrisi.org/
(the css of ajax scroller is in the normal path: controlacrisi.org/modules/mod_ajaxscroll...axscroller/style.css )
If you need to know anything else just let me know.
Thank you.
Edit: position absolute works for the scroller, not for the nav cause it's outside the container.
What do you think about putting the nav in the container div?
Would it be a problem for the ajax scroller's js?
Last Edit: 15 years 2 weeks ago by yum999.
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
15 years 2 weeks ago #5317
by Saka
Emir Sakic
www.sakic.net
I think I found it.
You have something like:
Remove the paragraph so it becomes:
That should fix it.
You have something like:
<div id="breadcrumbs">
<p>
code for scroller
</p>
</div>
Remove the paragraph so it becomes:
<div id="breadcrumbs">
code for scroller
</div>
That should fix it.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- yum999
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
15 years 2 weeks ago #5318
by yum999
Thank you saka, works great
.

Please Log in or Create an account to join the conversation.