Table ist too big
3 posters
Page 1 of 1
Table ist too big
Hi guys,
Today a user reported the problem that the table in this thread is a way to big to see it in all display sizes.
I do not have the problem but see it whether I minimize my browser display.
So I had the idea to integrate a horizontal scrollbar. But this is really not the best solution. So I thought that I can shift the table to the left under my postingprofile.
This picture should illustrate my thoughts. The topical (red) table is to be the new (blue) table.
So I did this: .class {position:relative;left:-100px;widght:100%}
But the result was that. The whole space from left:-100px; is empty because the .contet class is finished there.
Therefore I thought that I sould use the z-index command but nothing happens.
Can anyone please help me?
Yours faithfully,
Marvin
Today a user reported the problem that the table in this thread is a way to big to see it in all display sizes.
I do not have the problem but see it whether I minimize my browser display.
So I had the idea to integrate a horizontal scrollbar. But this is really not the best solution. So I thought that I can shift the table to the left under my postingprofile.
This picture should illustrate my thoughts. The topical (red) table is to be the new (blue) table.
So I did this: .class {position:relative;left:-100px;widght:100%}
But the result was that. The whole space from left:-100px; is empty because the .contet class is finished there.
Therefore I thought that I sould use the z-index command but nothing happens.
Can anyone please help me?
Yours faithfully,
Marvin
Re: Table ist too big
Hi Mati,Mati™ wrote:Try to change the width="700" and see if that helps.
no nothing changes. There is free space at the right and nothing at the left.
Re: Table ist too big
- Code:
.postbody .content {
��� margin-left: -150px;
}
.postbody .content div{
��� margin-left: 155px;
}
.postbody .content table{
��� margin-left: -150px;
width:100%;
}
i would suggest giving the table a class name and use it instead of table so if anyone else post a table it don't effect it
Re: Table ist too big
Hi and thanks for your suggestion._Twisted_Mods wrote:i would suggest giving the table a class name and use it instead of table so if anyone else post a table it don't effect it
- Code:
..
At the moment it takes the Name ".tabelle" (which is german for "table") - so it already has a name. In front of the table in the post I have written <div class="tabelle"> and at the end </div>. So that only this table is concerned.
What do you mean with "���" in your Code and would not your Code achieve that the posting profile is much smaller? - The postingprofile should nevertheless be there - only the space below the postingprofile should be filled with the table.
In other words: Everything should (all sizes, hights and widhts) be like now - only the table should be above the space under the postingprofile. I have read that should be possible with the z-index tag but do not know how.
Re: Table ist too big
instead of adding a div change your table to
<table style="margin-left:-150px; width:700px" class="tabelle" border="1">
"���" < sorry by browser does that sometimes not sure y
<table style="margin-left:-150px; width:700px" class="tabelle" border="1">
- Code:
.postbody .content {
overflow: visible;
}
"���" < sorry by browser does that sometimes not sure y
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum