inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jun 27, 2013 10:06:32 GMT -8
ive looked at this and i cant get the border radius or the bottom border rite. the bottom of the forum jump thenotablenook.com/board/7
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Jun 27, 2013 13:41:39 GMT -8
.tablejump { border-bottom-width: 0px; }
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jun 27, 2013 14:51:26 GMT -8
i added this here /*.tablejump { background-color: #FFFFFF; border-bottom-width: 0px; }*/ and added another one since the one css line is different than others but nothing changed /*.tablejump { background-color: #FFFFFF; }*/ .tablejump { border-bottom-width: 0px; } ive had this problem for awhile and added a border there before i just took the sidebar out of the thread list page. it rounds it nice but just adds a black line like here forumbytunes.proboards.com/board/2/goesi think adding a border would just do the same thing
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Jun 27, 2013 15:20:42 GMT -8
Somewhere on your forum you added this:
<style type="text/css"> .tablejump {border: 1px solid black; border-width: 1px 0px 1px 1px;} .tablejump:first-child {border-left-width: 0px; border-right-width: 0px;} </style> You need to change the third value in the first CSS line to 0px.
You'll also probably need to remove the inline white bottom border you added to the table with class tablejump so that your column lines will touch the bottom.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jun 27, 2013 15:35:05 GMT -8
i added the 0 and its fine, thanks tim
|
|