Jump to content
  • 0

проблемы с таблицами (css)


darklumen
 Share

Question

Здравствуйте, помогите разобраться.

Верстаю сайт: ширина шаблона 900 px. вставляю таблицу, таблица полностью не помешается.

maa.JPG

увеличиваю ширину шаблона до 1100 px, думал что таблица теперь будет вся видна, но к сожалению. =(

maa1.JPG

в css прописывал ширину таблицы - но ничего не меняется.

может надо что-то иное где-то прописать? шаблон immo для joomla скачан из интернета.

И вот какая штука, юзаю оперу, если нажать на "подогнать по ширине", то:

maa2.JPG

пожелания, замечания, заранее спасибо. =)

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

он на локале! (((

скажите где здесь прописать ширину таблицы? =(

/* Start tables */

.article table, table.article

{

table-layout: auto;

border-collapse: collapse;

margin: 1px;

}

.article table, table.article .article tr, .article th, .article td

{

background-color:Transparent;

table-layout: auto;

}

.article th, .article td

{

font-size: 12px;

border: solid 1px #A79390;

vertical-align: middle;

text-align:left;

padding-top: 5px;

padding-bottom: 5px;

padding-left: 2px;

}

.article th

{

text-align:center;

vertical-align:middle;

padding: 7px;

}

/* Finish tables */

Link to comment
Share on other sites

  • 0

Недостаточно нам предоставленного вами кода. У таблицы, есть родительские элементы, видимо. Не браузер, а они обрезают часть таблицы.

Плагин Firebug для Firefox используйте. Он позволит легко найти проблему верстки.

Link to comment
Share on other sites

  • 0

поставил firebug. нашел нужный элемент. Но тут снова в ступоре. где тот элемент который обрезает таблицу?

123456789.JPG

написано унаследовано от body/ значит изменения надо вносить в body?

и еще есть параметр overflow:hidden

меняю на visible -( Отображается все содержание элемента, даже за пределами установленной высоты и ширины.) ничего не меняется.

только значение scroll работает, появляются ползунки. =((((

Edited by darklumen
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