473,406 Members | 2,390 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Border doesn't show up both table cells

Hi !

I got a table at this website where only one border shows up of two cells with the same class..

Here's the site with the code:
http://www.timbaas.nl/gwe/

The big cell in the middle of the site doesn't have a border but has the same class as the one above it...

I'm stuck.. Anyone can help?
Many thanks!

God, this is stupid...
Got me ours to figure this out..
No text in my table cell!!!
Jan 8 '07 #1
2 2065
AricC
1,892 Expert 1GB
Are you still having this problem? What part of the site do you need borders on?
Jan 9 '07 #2
duye
10
in this cell:
<td class="window2">
Hallo en welkom op de website
</td>
you used window2 class.
then in the css, you defined:

.window2 {
background-color:#853333;
border: 1px solid black;
border-top-width:0px;
}
so, you set the border to 0 px; it is effectively hide the border. that is the reason why the top border did not show.
Jan 10 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Harlan Messinger | last post by:
I got no responses to my question about whether this was a generally known problem, so here's a specific example: http://gavelcade.com/bordercrossing.html My actual table has to have thin,...
6
by: Mr. Clean | last post by:
Apparently Mozilla/Firefox doesn't support the bordercolor attribute of the table tag. Here's what I do that works in IE: <table border="1" cellpadding="2" cellspacing="0" width="380"...
0
by: yurps | last post by:
Hello here is my html, if you click the missing image in the first column on the left, the div is shown, when clicked again the div disappears...but the bottom border disappears as well...Is there...
7
by: Bob Bedford | last post by:
I've an image in a cell of a table. I've this CSS: ..dbtable{ width: 600px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border-collapse: collapse; border: 1px solid #000000;
16
by: Barbara de Zoete | last post by:
Here's what I'm trying to do: Create a table with generic style property . Have a few table cells in the thead that 'have to' melt into eachother, so needing the style . Looking somthing...
8
by: UJ | last post by:
I have a table with multiple cells and I want to draw a box around the entire table but not around the individual cells. How do I do that? TIA - Jeff.
2
by: OceanBreeze | last post by:
Border drawn in C# Table programmatically even if several adjacent horizontal & vertical cells are empty in the table I want to programmatically have border on each and every row and column in the...
7
by: Jon Slaughter | last post by:
Can someone point me to some resources on how to tile an image to create a border? <td> <img src="images/MTile.png" width="1" height="30" alt=""></td> I have something like that where I need...
6
by: Bob Altman | last post by:
Hi all, I have a table whose style is: ..main_table { border: thin solid #000000; width: 666px; border-collapse: collapse; }
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.