AOL 样式问题 - 两个固定侧边栏、一个流动内容布局
我已将圣杯三栏布局调整到我的网站中,效果很好,除了 AOL 之外。我可以轻松地使用 JavaScript 来检测 AOL,并在评估其余部分后使用 document.write(' '); 编写新的 CSS 样式,但即使有了这种自由,我也无法保证页面的样式始终正确。我希望有人能提供帮助。这是包含所有评估导入等的试用页面:
任何帮助那就太好了...我需要将导航按钮放在面包屑栏上,将容器 div 放在其下方齐平,左栏为蓝色到页脚,中间为白色,右侧栏为蓝色到页脚就这样。听起来并不难,对吧?
我对任何能够提供帮助的人表示无限的感激。
I have adapted the holy grail three column layout into my site and it works great, except in AOL. I can easily use JavaScript to detect AOL and write new CSS styles after the rest have been evaluated, using document.write(' ');, but even with that freedom I cannot for the life of my style the page right. I was hoping someone could help. Here is the trial page with all evaluated imports etc.:
Any help at all would be great...I need the nav buttons to sit on the breadcrumb bar, the container div to sit flush under that, the left column to be blue to the footer, the center white, the right sidebar to be blue to the footer and...that's it. Doesn't sound hard, right?
My infinite gratitude to anyone who can help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我现在使用 PHP 添加内联样式规则,将中心 div 设置为固定并调整边距等。
I now use PHP to add inline style rules setting the center div to a fixed with and adjusting margins etc.