Shoutbox

Strange white line - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: General (/forumdisplay.php?fid=11)
+---- Forum: Forum & Website (/forumdisplay.php?fid=13)
+----- Thread: Strange white line (/showthread.php?tid=28196)

Strange white line by Tochjo on 07-05-2004 at 08:25 PM

It's been there ever since the new theme, but I never actually made a thread about it.

[Image: attachment.php?pid=273125]

Now, what is it and should it be there?


RE: Strange white line by CookieRevised on 07-05-2004 at 09:23 PM

the image we're talking about is http://shoutbox.menthix.net/images/tdbg2.gif
That has indeed a white line on top. But as you can see in all the other lightblue bars, that white line is meant to be part of the 3d border effect and should be totaly on top in the background to create the 3d-border...

Now on the user CP there goes something wrong, so that the image is put twice in the table, once on top (you can see that) and once in the middle again and thus creating that line....

I suspect it is the double use of the "trow1"-styleclass....

In short: no it wasn't intentional and it is a small GUI-bug....

EDIT:

html code taken from http://shoutbox.menthix.net/private.php for the bottem "Jump to folder"-bar:

<table cellspacing="0" cellpadding="0" border="0" width="100%" align="center">
  <tr>
    <td class="tborder" colspan="2">
      <table border="0" cellspacing="1" cellpadding="4" width="100%">
        <tr>
          <td class="trow1">
            <table border="0" cellspacing="0" cellpadding="0" width="100%">
              <tr>
                long line 1
                long line 2
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>

long line 1 is:
<td class="trow1"><font size="1" face="verdana,tahoma,arial,helvetica"></font></td>

long line 2 is:
<td class="trow1" align="right"><font size="1" face="verdana,tahoma,arial,helvetica"><b>Jump to folder: <select name="jumpto"><option value="1">Inbox</option>more options here</select><input type="submit" name="hop" value="Go!" /></b></font></td>

Parts in blue are the ones that cause the second white line....


EDIT: This post was intendend as a reply to the other posts in this thread. Those posts are now deleted....


RE: Strange white line by WDZ on 07-05-2004 at 09:51 PM

Blah... Cookie, I knew what the problem was. I just couldn't be bothered to fix it. :p


RE: Strange white line by CookieRevised on 07-06-2004 at 02:07 AM

soz :$ (I thought I could make WDZ's life a bit easier :$)


RE: Strange white line by WDZ on 07-06-2004 at 02:13 AM

heh... I guess I shouldn't be such a jerk, but I find it kind of insulting when people tell me how to do something as if I can't figure it out myself. :^)

Anyway, I knew about that bug because it has appeared before in a different place. I'll add this thread to my to-do list...


RE: Strange white line by Omar on 07-06-2004 at 02:27 AM

quick question....and feel free to delete this post...

Ok, there's a white line.... so?

How can that line affects...?

Just curious... :P


RE: Strange white line by CookieRevised on 07-06-2004 at 02:38 AM

It's is small GUI-bug. That means, it doesn't harm anything, it simply doesn't look 100% right


WDZ, my post was actually never intended for you. And certainly not meant to insult your knowledge! It was to "proof" to the other posters in this thread (which are now deleted) that it was a small bug and not done on purpose....


RE: Strange white line by WDZ on 07-06-2004 at 05:42 AM

Bug fixed.

quote:
Originally posted by CookieRevised
WDZ, my post was actually never intended for you. And certainly not meant to insult your knowledge! It was to "proof" to the other posters in this thread (which are now deleted) that it was a small bug and not done on purpose....
Yeah, I understand. :)
RE: Strange white line by Tochjo on 07-07-2004 at 12:12 PM

Bug fixed in PM section... check.
Bug fixed in Calendar... :o

WDZ, it's also in the Calendar :)


RE: Strange white line by WDZ on 07-08-2004 at 03:35 AM

* WDZ never uses the calendar... it's sooooooo useless... :p

Fixed. Now, is the bug in any other places? :p


RE: Strange white line by Tochjo on 07-08-2004 at 09:20 AM

Haven't noticed it in other places yet, but if I do, you'll be the first to know :p


RE: Strange white line by ddunk on 07-08-2004 at 09:22 AM

ooo, ooo, I found another place :P

Across the top of the "logout - user cp - member list" etc. menu :P


RE: Strange white line by Tochjo on 07-08-2004 at 10:50 AM

No, that bar is correct. Please compare the way it looks there now to the images I posted :)