| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| NamePros Regular | Table resizing table not resizing hey, i have a table which should stretch vertically to fit all the content in.... it works fine in firefox, but i took a look in Internet Explorer, and it doesn't.... any ideas why? heres the code: Code: <table class="bordertable" cellpadding="0" cellspacing="0" width="180"> <tr> <td align="center" class="tablehead" height="21" valign="middle"><b><p>Affiliates</p></b></td> </tr> <tr> <td><iframe SRC="http://i.domaindlx.com/ballam/affiliates.asp" width="175" frameborder="0"></iframe></td> </tr> </table> |
| |
| | #3 (permalink) |
| New Member | You need to put in px for starters. i.e width="180px" otherwise certain browsers wont know if its pixels, percent or parrots.. As for the actual problem its kinda hard to tell without seeing the page.
__________________ Freelance web design in sussex | Argue, debate, rant | Cheap flights to Australia |
| |
| | #4 (permalink) | |
| NamePros Member | Quote:
__________________ michael | |
| |
| | #6 (permalink) | |
| DomainersUniversity.com Team Leader | You could add: height="200" or whatever fixed size you want, but because the content of the table is not hard-coded (coming from an outside source) I don't know if the table can be made "100%". Try this code (only difference from yours is I added the height="200"... Quote:
| |
| |
| | #7 (permalink) |
| Soon to be RICHdoggie! | do you mean so that you don't have the scroll bars? you can't do this with a normal iframe. You will have to use a php include: PHP Code: |
| |
| | #8 (permalink) | |
| New Member | Quote:
my bad. been a while since i used anything other than css. **sheepish exit stage left**
__________________ Freelance web design in sussex | Argue, debate, rant | Cheap flights to Australia | |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML page inside a table | benc811 | Programming | 19 | 04-23-2005 03:40 PM |
| table width WYSI[not]WYG | okravetz | Web Design Discussion | 4 | 03-19-2005 12:43 AM |
| Simple Table Question.... | softz | Programming | 2 | 01-24-2005 02:47 PM |
| Table Vertical Alignment | flatsix | Web Design Discussion | 3 | 01-11-2005 12:25 AM |
| Tutorial: Getting Started With MySQL (The Basics) | deadserious | Webmaster Tutorials | 3 | 04-18-2004 01:17 PM |