Jump to content
  • 0

Глюки у Firefox


Anna Zharova
 Share

Question

Я сделала таблицу, написала стили все заработала я была счастлива. И как горько мне стало когда я открыла все в Firefox. У всей таблицы есть бордер и только у одной ячейки нет. Решила просто в теге прописать стиль не работает. Одним словом подскажите хак или решение моей проблемки, надо сдавать сегодня а тут такое гадство.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Ок понятно буду бегать по 10000 пользователям и рисовать полоску :D

<table id="regionPrice" border="0" cellspacing="0" cellpadding="0" width="90%" align="center" >
<tr bgcolor="#d9ecff" style="text-align: center; padding: 5px; height: 30px">
<td colspan="2" style="paddig: 5px;"> </td>
<td><b>Москва</b></td>
<td><b>Санкт-Петербург</b></td>
<td><b>Ростов-на-Дону</b></td>
<td><b>Дистанционное обучение</b></td>
</tr>
<tr>
<!--<td rowspan="4" class="form"><b>Цена:</b></td>-->
<td rowspan="3" style="text-align: center;"><b>Для частных лиц:</b></td>
<td>Утро\День</td>
<td><%= Price %></td>
<td><%= GetPrice("П" & PricePTTC) %></td>
<td><%= GetPrice("Р" & PricePTTC) %></td>
<td rowspan="5" id="webinarCell" style="" >

<% if not isnull(PriceWebinar) then %>
<strong>Вебинар</strong> <%= PriceWebinar %> руб.
<% end if %>

<br/>
См. <a href="/eLearning/eCourses.asp?sid=<%=SectionID%>#<%=SectionID%>">возможные методы обучения</a> <br />
</td>
</tr>
<tr>
<td>Вечер\Выходной:</td>
<td><%= PriceVech %></td>
<td><%= GetPrice("П" & VechPTTC) %></td>
<td><%= GetPrice("Р" & VechPTTC) %></td>
</tr>
<tr>
<td>Индивидуально:</td>
<td><%= Price_ind %></td>
<td><%= GetPrice("П" & IndPTTC) %></td>
<td><%= GetPrice("Р" & IndPTTC) %></td>
</tr>
<tr>
<td colspan="2"><b>Для организаций:</b></td>
<td><%=Price_corp%></td>
<td><%=GetPrice("П" & CorpPTTC) %></td>
<td><%=GetPrice("Р" & CorpPTTC) %></td>
</tr>
<!-- <tr>
<td colspan="3" class="form"><b>Дата:</b></td>
<td class="news"><% GetDatesForCity idc, "moscow" %></td>
<td class="news"><% GetDatesForCity idc, "piter" %></td>
<td class="news"><% GetDatesForCity idc, "rostov" %></td>
</tr> -->
</table>

#regionTab {
width: 90%;
/*background: #f00;*/
border-collapse: collapse;
border: 1 px solid #06c;

}

#regionPrice {
width: 90%;
border-collapse: collapse;

/*#regionTab*/
}

#regionPrice td {
text-align: center;
border: 1px solid #5bacff;
padding: 0 5px;
border-collapse: collapse;
height: 25px;
}

Link to comment
Share on other sites

  • 0

Народ готовте камни :D ТАм какой-то гад поставил rowspan="5", а надо было "4" вот это фаер и не воспринимал.

Так что оаккуратней с этими .......... таблицами

<td rowspan="5" id="webinarCell" style="" >

rowspan равен должен не 5 , а 4

Лучше поздно чем никогда и большое вам спасибо. Я сама дошла и потом в форум глянула и уидела ваш ответ.

Link to comment
Share on other sites

  • 0
аккуратнее с таблицами этиимии...правда ребят, верстайте лучше на div :)

Это не тот случай, здесь не вёрстка таблицей, а непосредственно сама таблица. так что не в тему :D

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