Jump to content
  • 0

Слои в две колонки. Проблема в IE.


manc
 Share

Question

Возникла необходимость сверсать список услуг в две вертикальных колонки. В FF все отображается нормально, а в IE вторая колонка залезает под первую.

Вот сайт: http://www.usp-ag.ru

А вот фрагмент CSS:

.moduletableserv {padding-top: 20px; float: left;} 
.moduletableserv ul {margin-left: 50px; list-style: none; margin-top: 25 px; width: 75%;}
.moduletableserv li {padding-top: 8px;}
.moduletableserv li a {font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; color: #005688;}
.moduletableserv2 {padding-top: 20px;}
.moduletableserv2 ul {margin-left: 50px; list-style: none; margin-top: 25 px; width: 75%;}
.moduletableserv2 li {padding-top: 8px;}
.moduletableserv2 li a {font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; color: #005688;}

Не обращайте внимания на идиотские названия стилей - это издержки использования CMS Joomla

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

А где html? Так трудно понять...

А вообще у обоих списков стоит ширина 75%, естественно они не поместятся рядом друг с другом.

UPD:

.moduletableserv {float: left; width: 50%;}
.moduletableserv ul {margin: 50px 10px 0 10px; list-style: none;}
.moduletableserv li {padding-top: 8px;}
.moduletableserv li a {font: bold 13px Arial, sans-serif; color: #005688;}
.moduletableserv2 {float: left; width: 50%; margin-left: -3px;}
.moduletableserv2 ul {margin: 50px 10px 0 10px; list-style: none;}
.moduletableserv2 li {padding-top: 8px;}
.moduletableserv2 li a {font: bold 13px Arial, sans-serif; color: #005688;}

Думаю так запоказывает. Тяжело без HTML.

Edited by Great Rash
Link to comment
Share on other sites

  • 0
Возникла необходимость сверсать список услуг в две вертикальных колонки. В FF все отображается нормально, а в IE вторая колонка залезает под первую.

Вот сайт: http://www.usp-ag.ru

А вот фрагмент CSS:

.moduletableserv {padding-top: 20px; float: left;} 
.moduletableserv ul {margin-left: 50px; list-style: none; margin-top: 25 px; width: 75%;}
.moduletableserv li {padding-top: 8px;}
.moduletableserv li a {font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; color: #005688;}
.moduletableserv2 {padding-top: 20px;}
.moduletableserv2 ul {margin-left: 50px; list-style: none; margin-top: 25 px; width: 75%;}
.moduletableserv2 li {padding-top: 8px;}
.moduletableserv2 li a {font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; color: #005688;}

Не обращайте внимания на идиотские названия стилей - это издержки использования CMS Joomla

http://www.artlebedev.ru/tools/technogrett...floats-in-ie-3/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy