Forum: HTML and CSS Dec 3rd, 2008 |
| Replies: 2 Views: 541 Hi! I just inherited a rather large legacy site here at work that has no database behind it. It's a large volume of HTML pages with the content written right into the HTML page. I need to extract the... |
Forum: HTML and CSS Apr 11th, 2008 |
| Replies: 11 Views: 2,824 Just to be even more controversal I'm going to ask why you are using tables at all and not just CSS!
It's a Federal Govt. contract and they have people who aren't developers trying to make design... |
Forum: HTML and CSS Apr 10th, 2008 |
| Replies: 11 Views: 2,824 Hello,
I'm familiar with the ability to create borders and boxes in CSS, but I have a client that has requested diagonal rule to cross through table cells. That is, no matter the dimensions of the... |
Forum: HTML and CSS Jan 11th, 2008 |
| Replies: 7 Views: 1,864 Hello!
I have a navigation bar with two tabs on a tab bar. The first represents the page being shown, and the second is a link to a second page. When the first page is being viewed, the first tab... |
Forum: HTML and CSS Jan 2nd, 2008 |
| Replies: 4 Views: 788 Hi!
I'm working on a CSS for a site that features a menu bar. The menu is named 'tabbar.'
.tabbar {
}
The tabbar needs to appear in different colors on different pages. What is the best... |