Results 1 to 9 of 9
Related
-
Php info page not showing Forum: PHP Forum
Replies: 1 -
How to display div layer over the frames in a page Forum: HTML Forum
Replies: 3 -
Replies: 4
-
How can you make a table border on only one side of the table? Forum: HTML Forum
Replies: 5 -
Frames...that scroll with main page but don't disappear Forum: HTML Forum
Replies: 1
-
06-19-2003, 10:06 AM #1
border-collapse table on layer showing on main page
A border-collapse style in a hidden layered table is showing on main page when the page is initially displayed. However, when I SHOW the hidden layer and return to main page, the problem to fixed with the border-collapse removed.
Here a snapshot of the STYLE placed in-line with the hidden layer on the table: style="border-collapse:collapse;"
Here is the style placed on the cells inside the table of the hidden layer:
.mainGridRow {
BORDER-RIGHT: #dedede 1px solid;
BORDER-TOP: #dedede 1px solid;
FONT-WEIGHT: normal;
FONT-SIZE: 10px;
COLOR: #203868;
BORDER-BOTTOM: #dedede 1px solid;
FONT-STYLE: normal;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
HEIGHT: 25px;
BACKGROUND-COLOR: #f0f0f0;
TEXT-ALIGN: center
}
I'm using IE 5.5
Thanks!!!
WL Murray
-
06-19-2003, 11:53 AM #2
Hiya, welcome to the forums.
This sounds like a nice, interesting question. Could I have a link to the whole page, tho? It would make it easier to gauge the problem.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
06-19-2003, 01:29 PM #3
Here is the URL for Border Collapse Problem
The URL for the sample problem is:
http://kip.kennesaw.edu/wmurray/pa/borderCollapse.html
Let me know what I'm doing wrong.
Thanks!!!
Warren
-
06-19-2003, 02:21 PM #4
Hi again,
this section -
Code:<td width="9"> </td> <td width="561"> <div class="gridBorderMain" style="height:290px; width:700px; overflow-x:hidden; overflow-y:scroll;"> <table bgcolor="#FFFFFF" width="100%" cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;"> <tr> <td colspan="7" class="sectionPadding"> </td> </tr> <tr> <td width="8" > </td>
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
06-19-2003, 02:38 PM #5
-
07-30-2003, 06:27 AM #6
Hi,
I have the same problem but I need to set border-collapse: collapse so I can't solve the problem by taking this style out.
Can anyone help? This is a really strange one.
thanks!
Jon
-
07-30-2003, 08:18 AM #7
Hi Jon,
Please post your code and preferably start a new thread. Then we can have a look.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
01-02-2004, 01:15 PM #8
Border Styles in Table Elements
I was testing on ie six and this problem appeared when i modified a hidden layer with border styles within the td tag. The problem only occurs on load, when you reveal the layer and then hide it again it goes away, so its obviously a bug.
Based on this post and my experience i would have to say that you can not use border styles within table elements when you need to hide layers. An easy work around is to create a div block that either surrounds your table or one that fills your cells and perform the borders that way.
I've tested this problem in ie5.01sp2, 5.5sp2, and 6sp1. The issue exists in all three.
-
01-02-2004, 01:20 PM #9
Thanks, the work-around is particularily useful.
Been finding a lot of odd bugs in IE (in work, mainly) lately. Things that show for no reason, but if you scroll past them, and then scroll back up, they are gone. grr >:|If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum