REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
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.
Register Here
Forum Rules
CSS Forum
You are currently viewing our CSS Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
CSS Forum
>
IE table row borders
Link Back
Thread Tools
Search this Thread
IE table row borders
01-06-2007, 06:52 PM
#
1
(
permalink
)
IE table row borders
soon
Skilled Talker
Posts: 81
Trades:
0
Talkupation:
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
Register
now for full access!
01-06-2007, 08:10 PM
#
2
(
permalink
)
Re: IE table row borders
travelagent
Banned
Posts: 905
Name: Travel Agent
Trades:
0
Talkupation:
Replace your "hidden" with "none".
01-07-2007, 12:48 PM
#
3
(
permalink
)
Re: IE table row borders
soon
Skilled Talker
Posts: 81
Trades:
0
Talkupation:
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 :-(
01-07-2007, 02:18 PM
#
4
(
permalink
)
Re: IE table row borders
travelagent
Banned
Posts: 905
Name: Travel Agent
Trades:
0
Talkupation:
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".
01-07-2007, 07:56 PM
#
5
(
permalink
)
Re: IE table row borders
soon
Skilled Talker
Posts: 81
Trades:
0
Talkupation:
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
01-07-2007, 10:15 PM
#
6
(
permalink
)
Re: IE table row borders
travelagent
Banned
Posts: 905
Name: Travel Agent
Trades:
0
Talkupation:
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>
« Reply to
IE table row borders
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
CSS Forum
>
IE table row borders
Thread Tools
Search this Thread
Show Printable Version
Email this Page
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
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.35756
seconds with
12
queries