Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 10 Years, 9 Months, 4 Weeks ago Notice? & round trow corners
#11
Solved: 10 Years, 9 Months, 4 Weeks ago
[Image: 3795b8761d52e01230a1c926650972b4.png]
TWISTED SISTER ROCKS!
[Image: bCRctmd.jpg]
#12
Solved: 10 Years, 9 Months, 4 Weeks ago
I do not understand what you did!
#13
Solved: 10 Years, 9 Months, 4 Weeks ago
This is my Trow 1 & 2

.trow1 {
	background: #262626;
	background:#262626;
	border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
	border-top:1px solid #353535;
	padding:5px;
}

.trow2 {
	background: #262626;
	border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
	border-top: 1px solid #353535;
}
TWISTED SISTER ROCKS!
[Image: bCRctmd.jpg]
#14
Solved: 10 Years, 9 Months, 4 Weeks ago
In trow1 you are background twice!
Use this:
.trow1 {
    background: #262626;
    border-top:1px solid #353535;
    padding:5px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}

.trow2 {
    background: #262626;
    border-top: 1px solid #353535;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}

Ps: It was not working because of rounding codes were before, had made ​​last!
#15
Solved: 10 Years, 9 Months, 4 Weeks ago
still the same as before mmm
TWISTED SISTER ROCKS!
[Image: bCRctmd.jpg]
#16
Solved: 10 Years, 9 Months, 4 Weeks ago
Try adding this to your css

table >tbody>tr:last-child >td:first-child{ border-bottom-left-radius: 5px; }
table >tbody>tr:last-child >td:last-child{ border-bottom-right-radius: 5px; }
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


#17
Solved: 10 Years, 9 Months, 4 Weeks ago
In Trow1 & 2 ?
TWISTED SISTER ROCKS!
[Image: bCRctmd.jpg]
#18
Solved: 10 Years, 9 Months, 4 Weeks ago
In your global css. It will give EVERY table rounded pixels on the bottom right and left.
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


#19
Solved: 10 Years, 9 Months, 4 Weeks ago
didn't seem to work either?
TWISTED SISTER ROCKS!
[Image: bCRctmd.jpg]
#20
Solved: 10 Years, 9 Months, 4 Weeks ago
It works because I tested it. Of course, if you have a border and a table background on your tborder the rounded corners will be less obvious - but they will be there.

See this fiddle. Look how the border on the td is commented out in the css.
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 4 Guest(s)