OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

Fix table errror?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Fix table errror?
Page: [1]
 
vision2000

 

Posts: 541
From: USA
Status: offline

 
Fix table errror? - 7/31/2009 14:54:57   
Hi,

The blue lines on this table extend beyond the page on unitcoins.us/pricing.shtml in IE not FF.
How can I get them to be the same width as the rest of the table?

Thanks
treetopsranch

 

Posts: 1539
From: Cottage Grove, OR, USA
Status: offline

 
RE: Fix table errror? - 7/31/2009 15:51:44   
quote:

The blue lines on this table


Hmm...I don't see any table. :):)

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to vision2000)
vision2000

 

Posts: 541
From: USA
Status: offline

 
RE: Fix table errror? - 7/31/2009 16:21:52   
Thanks for checking..if you view the source code you/ll see the table.
It contains all the column data.

(in reply to treetopsranch)
treetopsranch

 

Posts: 1539
From: Cottage Grove, OR, USA
Status: offline

 
RE: Fix table errror? - 7/31/2009 20:52:59   
quote:

unitcoins.us/pricing.shtml


OK I went to that site in IE8. It would not load for 7 seconds or so then a alert came up asking me if I really want to download something. I quickly left that site.

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to vision2000)
womble

 

Posts: 6009
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: Fix table errror? - 8/1/2009 8:58:49   
quote:

unitcoins.us/pricing.shtml


Looking fine for me on IE7 (at least it's not going off the edge of the page), though the width of the table (the head of the sections of the table you've got in blue) does seem to be wider in IE than it is in both Firefox and Google Chrome. I'm not quite sure why that is, though you have a number of HTML errors in your code, and you've got a very complex table there, and there are few of the table cells that have got any dimensions specified. You've also got inline styles on the page, as well as an external stylesheet, and at the top of your table you've got some <colgroup> tags which are defining the width of your columns. For that final column on your table Firefox is rendering the width of the column at just under 100px according to my measurements (which would be about right given the instructions in the <colgroup> tags of a width of 101 (101 what? bananas? metres? pixels?) but IE's rendering it at 147px on my machine. According to the definition of the <colgroup> tag, width is one of the optional attributes of the <colgroup> tag, and should be specified in % or pixels.

It's difficult to say, as that's one complex table you've got there, and there's a lot of extra markup cluttering up the table, but my guess would be that because it's not specified what the width should be measured in, IE's taking a guess and getting it wrong. Looking at that page with the column cells highlighted using the web developer toolbar in both IE and FF, it's the width of that final column on the right that seems to be differing between the browsers. If you haven't already, install the web developer toolbars for both IE and FF and highlight the table cells and you'll see what I mean. The blue lines on the table are just selected rows of the table given a background colour of blue, so it's the width of the columns of the table that controls how wide the blue line is.

Putting right those HTML errrors though to check there's nothing in the HTML errors that's throwing the width of the final column out may solve the problem, but I suspect that specifying the width of your columns (whether % or px) may solve it. As I said though, although it's wider in IE than in FF for me, it's not extending beyond the edge of the page for me.

_____________________________

~~ "A cruel god ain't no god at all" ~~
~~ Erase hate. Practice love. ~~

(in reply to treetopsranch)
vision2000

 

Posts: 541
From: USA
Status: offline

 
RE: Fix table errror? - 8/1/2009 9:03:37   
Womble..thanks for your extensive reply.
I found that by extending the width of the style sheet to 1050 (originally it was 1000px))
I solved the problem of the last col overextending.

With your expert analysis I'm going to take another look.

Thank you.

(in reply to womble)
vision2000

 

Posts: 541
From: USA
Status: offline

 
RE: Fix table errror? - 8/5/2009 8:12:37   
Fixed!
I made the colspan and td widths the same.
unitcoins.us/pricing.shtml
Thanks for your input

(in reply to vision2000)
Page:   [1]

All Forums >> Web Development >> General Web Development >> Fix table errror?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts