Lifeon
inherit
-5243108
0
Nov 29, 2024 13:47:12 GMT -8
Lifeon
0
January 1970
GUEST
|
Post by Lifeon on Mar 31, 2013 16:43:40 GMT -8
Ok so recently my website got a whole new layout and complete new coding. I wasn't noticing extreme problems but one stood out. The side tables on our forum have a boarder that is the same size and color as the normal forum tables, however, the boarder is only visible when using Firefox. I had 3 different people on 3 different computers confirm this issue, though its minnor I thought it would be best to mention this error, I didn't even know the browsers would read the code different depending on which one you use. I also was not the one who did the coding so if its just something to do with that specific code I wouldn't know :I and if its an error with Proboards itself I thought I would point it out. Is there a simple way for me to fix this problem? Or is it something that can't be helped? Here is a like to the site so you can see for yourself --> PrimitiveCall.proboards.com/index.cgi
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Apr 1, 2013 23:00:57 GMT -8
Try 0.1em instead of px
So this.. <td height="400" style="background-color:#202020; border-width: 0.3px;
is this...
<td height="400" style="background-color:#202020; border-width: 0.1em;
See if that works crossbrowser.
|
|