Помогите, пожалуйста, справиться с IE! Нужно было сделать карту сайта.. Проблема такая - если мало в строчке текста, td начинает куда-то разъезжаться. Что я делала против сего ужаса - в стилях писала text-align:left, и float:left, в html - align="left", и td ширина фиксирована - ничего не помогает, такая ситуация только у IE, в Mozilla и Opera все нормально, текст выровнен влево, как и надо.
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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
Lisss
Помогите, пожалуйста, справиться с IE!
Нужно было сделать карту сайта.. Проблема такая - если мало в строчке текста, td начинает куда-то разъезжаться. Что я делала против сего ужаса - в стилях писала text-align:left, и float:left, в html - align="left", и td ширина фиксирована - ничего не помогает, такая ситуация только у IE, в Mozilla и Opera все нормально, текст выровнен влево, как и надо.
table.map { background:url(images/maplinei.gif) left repeat-y;}
table.map td {height:10px; padding:0 4px 2px 0; font-weight:bold; font-size:14px;}
table.map td.mapfolder {width:16px; background: url(images/box.gif) left top no-repeat; text-align:left;}
table.map td.mapprimdoc {width:16px; background:url(images/mapprimdoc.gif) left top no-repeat; padding-bottom:10px;}
table.map td.maplineI {width:16px; background:url(images/maplinei.gif) left top repeat-y;}
table.map td.maplineL {width:16px; background:url(images/maplinel.gif) left top no-repeat; padding-bottom:10px;}
table.map td.maplineT {width:16px; background:url(images/maplinet.gif) left top no-repeat;}
table.map td.mapdoc {padding:0 4px 2px 20px; background:url(images/box.gif) left top no-repeat; font-weight:normal; font-size:12px;}
table.map td.mapdoc_2 {padding:0 4px 2px 20px; background: url(images/v_line.gif) left center no-repeat; font-weight:normal; font-size:12px;}
table.map td.maparc {padding:0 4px 2px 20px; background:url(images/maparc.gif) left top no-repeat; font-weight:normal; font-size:12px;}
table.map div.lev_2{ border:#5a87b0 1px solid; padding:1px 1px 0 1px; background:#FFFFFF; color:#5a87b0;}
table.map div{ padding:1px 1px 0 1px; background:#5a87b0; width:50%; color:#FFFFFF;}
table.map a:link {color:#0165C8;text-decoration: none;}
table.map a:visited {color:#0165C8;text-decoration: none;}
table.map a:hover{color:#0165C8;text-decoration: underline;}
table.map a:active{color:#0165C8;text-decoration: none;}
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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.