Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 01-06-2007, 06:52 PM IE table row borders
Skilled Talker

Posts: 81
Trades: 0
Hi

I can't get the CSS on
http://ied.gospelcom.net/church-site-design.php

to remove the borders of the table rows within point #11 and #13 in IE. In FF, there are no row borders.

The appropriate table rows have a class 'border'
.border { border-top:hidden;border-bottom:hidden; }

- I understand hidden is the appropriate value within a table.

Thanks for any ideas

Best wishes

Tony
soon is offline
Reply With Quote
View Public Profile Visit soon's homepage!
 
 
Register now for full access!
Old 01-06-2007, 08:10 PM Re: IE table row borders
Banned

Posts: 905
Name: Travel Agent
Trades: 0
Replace your "hidden" with "none".
travelagent is offline
Reply With Quote
View Public Profile
 
Old 01-07-2007, 12:48 PM Re: IE table row borders
Skilled Talker

Posts: 81
Trades: 0
Thanks for the idea! But it does not change stuff in IE! Even adding a class style to each individual table cell with no border top or bottom does not work in IE6 either :-(
soon is offline
Reply With Quote
View Public Profile Visit soon's homepage!
 
Old 01-07-2007, 02:18 PM Re: IE table row borders
Banned

Posts: 905
Name: Travel Agent
Trades: 0
Okay -- this may take a few steps to solve, so implement this into your code and let me know if it resolves the problem:

<style type="text/css">
* {margin:0}
</style>


The * is a wildcard meaning "everything".
travelagent is offline
Reply With Quote
View Public Profile
 
Old 01-07-2007, 07:56 PM Re: IE table row borders
Skilled Talker

Posts: 81
Trades: 0
Thanks for the suggestion. I tried that - no difference. I also tried
Quote:
<style type="text/css">
* {border:hidden;}
</style>
and that had no effect on IE6, though it did kill all the vertical table borders in FF.

Thanks for any other ideas you may have!

Best wishes

tony
soon is offline
Reply With Quote
View Public Profile Visit soon's homepage!
 
Old 01-07-2007, 10:15 PM Re: IE table row borders
Banned

Posts: 905
Name: Travel Agent
Trades: 0
Alright Tony; let's try a nested element, that's actually known as cheating...

<div style="padding:1px 1px 1px 1px; background-color:#FF0000;width:100px">
<div style="background-color:#00FF00; height:98px;">Content</div></div>


travelagent is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE table row borders
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





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



Page generated in 0.35756 seconds with 12 queries