Reply
Tables display different colors for FF and IE
Old 10-12-2006, 06:55 PM Tables display different colors for FF and IE
Skilled Talker

Posts: 99
lontroh.net has the best d2 dupes... wow

Last edited by Arez20469 : 11-02-2006 at 11:28 PM.
Arez20469 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 10-13-2006, 07:04 AM Re: Tables display different colors for FF and IE
moondog's Avatar
Ultra Talker

Posts: 256
Location: Croatia
change bordercolor in Your table:
something like:

src="« Clan Elite Nation »_files/banner.jpg"></TD></TR>
<TR bordercolor="#666666">
moondog is offline
Reply With Quote
View Public Profile
 
Old 10-13-2006, 11:41 AM Re: Tables display different colors for FF and IE
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Or the CSS way, if you prefer:
td {
border: 1px solid #666666;
border-spacing: 0;
border-collapse: collapse;
}
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 10-13-2006, 05:30 PM Re: Tables display different colors for FF and IE
Skilled Talker

Posts: 99
neither of those things worked, the white always remains on internet explorer. is there any way to do this?
Arez20469 is offline
Reply With Quote
View Public Profile
 
Old 10-13-2006, 07:33 PM Re: Tables display different colors for FF and IE
moondog's Avatar
Ultra Talker

Posts: 256
Location: Croatia
I tried Your code in IE and it works fine - border is gray

pick'n'poke - You can do it (tested in DW8)

or try again Adam's solution
moondog is offline
Reply With Quote
View Public Profile
 
Old 10-14-2006, 12:06 AM Re: Tables display different colors for FF and IE
Skilled Talker

Posts: 99
i cant find where. can you show me what to use? i tried setting all to gray in styles.css and border color but still didnt work...
Arez20469 is offline
Reply With Quote
View Public Profile
 
Old 10-14-2006, 01:23 AM Re: Tables display different colors for FF and IE
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
That's because "gray" isn't actually a web colour as such.

Use the proper RGB values (e.g. #666666) that Moondog and I have given you. You get more colour selection and it's more accurate.
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 10-14-2006, 02:09 AM Re: Tables display different colors for FF and IE
Skilled Talker

Posts: 99
well, i replaced everything that had gray to #666666 and it's still showing white. i dont know what else i need to change.
Arez20469 is offline
Reply With Quote
View Public Profile
 
Old 10-14-2006, 02:22 AM Re: Tables display different colors for FF and IE
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
I just realized something...your code is a freakin' MESS dude.

http://validator.w3.org/check?uri=ht...eN%2Findex.php

You can't even do a preliminary validation on it!

My suggestion to you would be to redo this layout from scratch. Do a piece of it (e.g. the top), check it out, make sure it looks right, then go on to the next piece.
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 10-14-2006, 05:28 AM Re: Tables display different colors for FF and IE
moondog's Avatar
Ultra Talker

Posts: 256
Location: Croatia
This is Your code with gray border on table with top image:

<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#666666">
<tbody><tr><td bordercolor="#666666"><img src="index4_files/banner.jpg"></td></tr>
<tr><td bordercolor="#666666" class="main" align="center">

Do the same with left column, but it's not elegant way.

One advice. Start from scratch and avoid table oriented design. Use CSS. Find layout with header and two columns (You have one header with top image, left column for navigation and middle for content), learn from that layout, try yourself and modify some of line code to see what will happen.

Separate style from content.
moondog is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Tables display different colors for FF and IE
 

Thread Tools

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

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


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 10.14354 seconds with 12 queries