Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1986 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     TalkFreelance Information     Suggestions and Feedback :

After noticing the Opera complaints, I decided to fix this problem.

Thread title: After noticing the Opera complaints, I decided to fix this problem.
Closed Thread    
    Thread tools Search this thread Display Modes  
06-24-2006, 10:16 PM
#1
Ornithopter is offline Ornithopter
Status: Member
Join date: Nov 2005
Location: Chicago
Expertise: PHP, SQL, jQuery, XHTML & CSS
Software: Aptana, Firebug, Evernote
 
Posts: 193
iTrader: 3 / 100%
 

Ornithopter is on a distinguished road

  Old  After noticing the Opera complaints, I decided to fix this problem.

It was pretty easy fix the Opera display problem after glancing at the code.

Anyways, here's the fix:

Find
HTML Code:
<div style="padding:0px 21px 0px 13px">
Replace with
HTML Code:
<div style="padding:0px 21px 0px 13px;width:555px;">
This will fix all your tables and whatnot...well, mostly. Then your "thead"s begin to cause a problem by not conforming to the div.

To fix that, do the following:

Find
HTML Code:
<table cellpadding="0" cellspacing="0" width="100%">
	<tr align="center">
	  <td class="thead" style="border-style: solid; border-width: 1px; border-color: #83AC31 #83AC31 #97C63A #97C63A;" width="49" nowrap="nowrap">&nbsp;</td>
	  <td class="thead" style="border-style: solid; border-width: 1px; border-color: #83AC31 #83AC31 #97C63A #97C63A;" width="239" align="left" nowrap="nowrap">Forum Name</td>

	  <td class="thead" style="border-style: solid; border-width: 1px; border-color: #83AC31 #83AC31 #97C63A #97C63A;" nowrap="nowrap">Posts</td>
	  <td class="thead" style="border-style: solid; border-width: 1px; border-color: #83AC31 #83AC31 #97C63A #97C63A;" nowrap="nowrap">Threads</td>
	  <td class="thead" style="border-style: solid; border-width: 1px; border-color: #83AC31 #83AC31 #97C63A #97C63A;" width="144" nowrap="nowrap" align="left">Last Post</td>
	</tr>
</table>
Replace with
HTML Code:
<table class="tborder" cellpadding="0" cellspacing="0" style="max-width:555px;width:100%">
	<tr align="center">
	  <td class="thead" style="border-style: solid; border-width: 1px; border-color: #83AC31 #83AC31 #97C63A #97C63A;width:26px;" nowrap="nowrap">&nbsp;</td>
	  <td class="thead" style="border-style: solid; border-width: 1px; border-color: #83AC31 #83AC31 #97C63A #97C63A;width:216px;" align="left" nowrap="nowrap">Forum Name</td>
	  <td class="thead" style="border-style: solid; border-width: 1px; border-color: #83AC31 #83AC31 #97C63A #97C63A;width:26px;" nowrap="nowrap">Posts</td>
	  <td class="thead" style="border-style: solid; border-width: 1px; border-color: #83AC31 #83AC31 #97C63A #97C63A;width:28px;" nowrap="nowrap">Threads</td>
	  <td class="thead" style="border-style: solid; border-width: 1px; border-color: #83AC31 #83AC31 #97C63A #97C63A;width:120px;" nowrap="nowrap" align="left">Last Post</td>
	</tr>
</table>
You will obviously have to fix the special column forums too... But I hope this helps. I tested this in FireFox, IE7, and Opera. Should be good to go.

You can view the mockup code here:

http://www.talkxhtml.com/talkfreelance.html

Hope this helps you guys. Let me know if you need anything else

Corey

06-29-2006, 06:43 PM
#2
northpark is offline northpark
northpark's Avatar
Status: I'm Spamming
Join date: Sep 2005
Location: Americawww
Expertise:
Software:
 
Posts: 3,963
iTrader: 0 / 0%
 

northpark is on a distinguished road

Send a message via MSN to northpark

  Old

umm, thanks?

I am not sure this is a big enough problem, but nice job on fixing it.

06-29-2006, 06:51 PM
#3
Fangled is offline Fangled
Fangled's Avatar
Status: I love this place
Join date: Aug 2005
Location: England
Expertise:
Software:
 
Posts: 538
iTrader: 4 / 100%
 

Fangled is on a distinguished road

  Old

Yeah, i didnt even know it was a big problem. But well done of fixing it, must have alot of free time . One of the admins might fix it if you PM one.

06-30-2006, 09:22 PM
#4
Ornithopter is offline Ornithopter
Status: Member
Join date: Nov 2005
Location: Chicago
Expertise: PHP, SQL, jQuery, XHTML & CSS
Software: Aptana, Firebug, Evernote
 
Posts: 193
iTrader: 3 / 100%
 

Ornithopter is on a distinguished road

  Old

Originally Posted by Fangled
Yeah, i didnt even know it was a big problem. But well done of fixing it, must have alot of free time . One of the admins might fix it if you PM one.
Took me fifteen minues yo . When you know what you are doing spotting these things are easy.

This is what it looks like on Opera without the fix:
http://img374.imageshack.us/img374/8...raissue0xg.jpg

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed