Current location: Hot Scripts Forums » General Web Coding » CSS » borders dont show in firefox (tables)


borders dont show in firefox (tables)

Reply
  #1 (permalink)  
Old 09-04-05, 06:46 PM
Bazzio Bazzio is offline
Newbie Coder
 
Join Date: May 2004
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
borders dont show in firefox (tables)

http://www.metal.4qradio.com

Check out this site...in IE its fine, but the borders dont show in Firefox?!?!
ANyone have any ideas?
Reply With Quote
  #2 (permalink)  
Old 09-04-05, 10:12 PM
HoTDaWg's Avatar
HoTDaWg HoTDaWg is offline
Newbie Coder
 
Join Date: Aug 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Hmm... It's easier to just make the borders in html. Here's an example:
Code:
<html>
<head>
<title>Some Title</title>
</head>
<body>
<table width="750" height="100" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr>
<td bgcolor="#0099FF">
<font color="#FFFFFF">This is an example of a table with a border around it</font>
</td>
</tr>
</table>
</body>
</html>
Reply With Quote
  #3 (permalink)  
Old 09-04-05, 10:13 PM
HoTDaWg's Avatar
HoTDaWg HoTDaWg is offline
Newbie Coder
 
Join Date: Aug 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
I think it is supported by FireFox but, I don't know. (As I deleted my Firefox cuz, it ruined my internet explorer)
Reply With Quote
  #4 (permalink)  
Old 09-05-05, 05:07 AM
Bazzio Bazzio is offline
Newbie Coder
 
Join Date: May 2004
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
if i do it in html, i cant get the thin borders that i can chieve in css
Reply With Quote
  #5 (permalink)  
Old 09-05-05, 11:26 AM
HoTDaWg's Avatar
HoTDaWg HoTDaWg is offline
Newbie Coder
 
Join Date: Aug 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Oh ok. Then I can't help you sorry.
Reply With Quote
  #6 (permalink)  
Old 09-05-05, 03:43 PM
Bonzo's Avatar
Bonzo Bonzo is offline
Coding Addict
 
Join Date: Jan 2004
Posts: 340
Thanks: 0
Thanked 0 Times in 0 Posts
Just had a look at your site and it took 2.75min to load the main page - I am on dialup.

You are also missing a <!DOCTYPE> declaration as well as a <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> in your header.

You also have an <p> without a </p>

In my version of firefox 1.0.4 the page looks the same as IE6 except for the vertical scroll bars.
The first time I went to the page with Firefox I had a popup warning something about "No content" so had to reload.

Anthony

Last edited by Bonzo; 09-05-05 at 03:47 PM.
Reply With Quote
Reply

Bookmarks


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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dreamweaver and Mozilla Firefox goofy New Members & Introductions 2 08-23-05 02:58 AM
REQUEST: Tutorial or prmg on mysql/php/related tables chippewapublishing Script Requests 0 08-05-05 01:50 PM
Show DB records on tables 2 per row Avni_y ASP 1 07-14-05 07:49 AM
how to show mysql tables..... Merovingian PHP 2 02-04-04 05:06 PM
script that measures height of tables and vertically aligns nested tables amj01 Script Requests 1 07-04-03 01:20 PM


All times are GMT -5. The time now is 01:41 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.