Forum: HTML and CSS Jul 8th, 2009 |
| Replies: 2 Views: 347 An extremely simple example that relies on the "title" for an anchor tag is shown below. Perhaps this can take you in the right direction.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
... |
Forum: HTML and CSS Jul 8th, 2009 |
| Replies: 4 Views: 1,297 1) Remove the "float:right" from the sub_content div to get it to fill the width of the internal_content div.
2) Add a "float:right" to the trace_details list to get this to position properly... |
Forum: HTML and CSS Jul 8th, 2009 |
| Replies: 7 Views: 550 Can you either post some code or a URL ? Would make it easier for me to understand what you are describing. |
Forum: HTML and CSS Jul 8th, 2009 |
| Replies: 7 Views: 933 Very good! Never heard of quirks mode but (after a short search for my education) this certainly explains the problem. (http://www.quirksmode.org/css/quirksmode.html - section on overflow:visible)
... |
Forum: HTML and CSS Jul 3rd, 2009 |
| Replies: 7 Views: 933 Thanks much for your replay. When I add the "clear:both" line the lower edge of the container moves down to contain the first row but not the second. Adding the "margin-right:3px" statement causes... |
Forum: HTML and CSS Jul 2nd, 2009 |
| Replies: 7 Views: 933 Thanx for the reply. I understand (and actually agree with) the argument but (call it self-education) I am still interested in determining to what extent css can do tables without using table tags.
... |
Forum: HTML and CSS Jul 2nd, 2009 |
| Replies: 7 Views: 933 Admittedly, I'm new to CSS but I am having some difficulty converting tables to CSS. Here is a CSS example for a simple 4 cell table that works fine -- but only without the DOCTYPE declaration (any... |