Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
JJohnstone67 #1
Table cell links
Got this link but cant seem to get them to work, need a little help if
possible, ill talk you through what ive done, hopefully someone can point me in
the right direction.
1st hear is the linkhttp://apptools.com/examples/tdcolor.php
i made myself a wee demo table in dreamweaver.
created a new CSS sheet with the following:
table.navbar {
border-collapse: collapse;
}
table.navbar td {
border: 1px solid #ccc;
}
table.navbar td a{
display: block;
width: 9em;
padding: 3px;
text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
color: #000;
background-color: #fff;
}
table.navbar td a:hover, table.navbar td a:active {
color: #fff;
background-color: #666;
}
I then attached the CSS sheet to the table but only a few minor things have
changes, the entire table cell isnt showing as a link neither is it changing
color like the demo on the website. HELP!
What and where have i went wrong, thanks.[
JJohnstone67 Guest
-
Table & Cell Border Colors?
I created a layout table and added some cells. I figured out how to add a background color to the cell and table, but I can't figure out how to add... -
Getting the column from a table cell
Hello everyone, Is it possible (and if so, how) to obtain a reference to the column given a table cell for a datagrid? Zahid -
Can You insert just a cell in a table?
I have a table 8 rows and 8 columns. Each cell has a number. If I want to insert a new cell and move everything along a cell is this possible? ... -
Table cell width
I've programatically built a table. Some cells in the table have tables inside them. The ones that have tables inside have the correct width,... -
Using a rollover to kick off a flash in a different table/table cell
What I'd like to do but don't know if possible through Dreamweaver is the following: The web page has multiple tables. Use a rollover function...



Reply With Quote

