Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > html 'table bordercolor' browser problem

Reply
Thread Tools

html 'table bordercolor' browser problem

 
 
glittlemore@msn.com
Guest
Posts: n/a
 
      10-10-2005
Hi,

I designed a table layout menu
for my site and set a bordercolor
which ultimately I think looks good
and also seperates site category links.

However, the bordercolor surrounding my
links is only visible in IE.It's not visable
when viewed in mozilla firefox or opera.

Does anyone know a solution to this
problem - in terms of still achieving the same
table bordercolor effect seen in IE - but so it is
visible in Mozilla and Opera etc.

Here's the code:

<table bgcolor="#ffffff" border="2" bordercolor="#99ccff"
cellspacing="2" width="180">
<tr valign="top">
<td height="30" bgcolor="#99ccff" align="center">link
</td>
</tr>
<tr>
<td height="20" align="left">link</td>
</tr>
<tr>
<td height="20" align="left">link</td>
</tr>
<tr>
<td height="20" align="left">link</td>
</tr>
<tr>
<td height="30" bgcolor="#99ccff" align="center">link
</td></tr>
<tr>
<td height="20" align="left">link</td>
</tr>
<tr>
<td height="20" align="left">link</td>
</tr>
</table>



Any feedback would be much appreciated.

Gemma

 
Reply With Quote
 
 
 
Reply

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
firefox html, my downloaded html and firebug html different? Adam Akhtar Ruby 9 08-16-2008 07:55 PM
HTML problem with refreshing the browser's display of an image Edward Diener HTML 7 01-26-2008 10:39 AM
Javascript and HTML problem with <a href=""> and Save As... window browser K. Javascript 0 10-31-2006 12:40 PM
Try this Latest Firefox browser at http://browser.friendsrus.net subs2me@gmail.com Firefox 9 12-28-2005 09:20 AM
html 'table bordercolor' browser problem glittlemore@msn.com HTML 4 10-13-2005 09:40 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57