 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Djk
Joined: 06 Aug 2006 Posts: 6
|
Posted: Sun Aug 06, 2006 4:23 pm CSS table border is not working properly on IE or Firefox. |
|
|
|
Hey, right now I'm working on a personal website, and I just started learning css, php, and javascript for it. I'm having a problem where I want my tables to have borders on one side of them, and this works fine on two of the tables, but not on my right-hand table for some reason, but only on IE and Firefox. (I have a mac, and use Safari, which it works perfectly on).
My site is: http://www.djk-online.com
Here is what (I think) the problem code area probably is:
| Code: |
<style type="text/css">
td.no-border{background-color: #404040;}
td.right-border{background-color: #404040;}
td.right-border{border-right: solid 2px rgb(0,0,0);}
td.bottom-border{background-color: #404040;}
td.bottom-border{border-bottom: solid 2px rgb(0,0,0);}
td.left-border{background-color: #404040;}
td.left-border{border-left: solid 2px rgb(0,0,0);}
</style>
|
| Code: |
<td class="left-border" width="5%" valign="top">
</td>
|
If you need to view all of the code, right click on and you can view the source.
Any help would be much appreciated as to why Safari supports my site correctly, but IE and Firefox aren't. Thanks.
-Djk |
|
banikian
Joined: 18 Nov 2009 Posts: 1
|
Posted: Thu Nov 19, 2009 11:15 pm |
|
|
|
What is the best book or website to learn CSS for beginners? Any advice on the best book or website for a beginner to learn about CSS programming?
_____________________
affiliateelite ~ affiliateelite.com ~ adgooroo ~ adgooroo.com |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|