PDA

View Full Version : Border looks odd in Opera



0lly
Sun 12th Jul '09, 2:24pm
Hi all,

On my forum, the table borders appear fine in Firefox and Internet Explorer, but in Opera, on the right side of the tables the border seems to double or triple up .

Here's a screenshot showing what I mean

[/URL]

But it might be easier to check it out live; [URL]http://www.tvfantalk.com/ (http://img119.imageshack.us/i/borderv.jpg/)

It's a small but really weird/annoying problem.

Thanks :)

Mark.B
Sun 12th Jul '09, 2:41pm
Hi all,

On my forum, the table borders appear fine in Firefox and Internet Explorer, but in Opera, on the right side of the tables the border seems to double or triple up .

Here's a screenshot showing what I mean

<snipperama>

But it might be easier to check it out live; http://www.tvfantalk.com/

It's a small but really weird/annoying problem.

Thanks :)
I had this years ago. There were various causes, but the most common one seemd to be an incorrect value in colspan....for example, colspan="5" when there are only four columns.

There are other causes as well, but it's always code that is technically incorrect. You should find on the default style it doesn't happen, which proves the case.

0lly
Sun 12th Jul '09, 2:59pm
Sweet, thanks it worked :)

I changed this bit;


colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">I just lowered each number, and that worked for the tables of the forum sections.

But the bit on the "What's Going On?" box is still there. Hmm...