Re: [WSG] Flowchart using CSS

2004-02-02 Thread davidm
I think what you are looking for is something like this. http://www.surfare.net/~toolman/temp/diagram.html -- -- -- -- -- -- -- David Marsh [EMAIL PROTECTED] http://www.marshy.com/ Chris Blown

[WSG] Two column CSS layout. One fixed when scrolling in IE?

2004-02-02 Thread davidm
Can anyone point me to a resource or let me know if it is possible to have a two column layout and have one of them fixed when the page is scrolled in Internet Explorer. I am aware that position: fixed works in CSS 2 supported browsers but IE doesn't recognise this. I have seen some

Re: [WSG] Making my menus work across multiple browsers

2004-01-29 Thread davidm
A few things I noticed with your html. Your doctype line has xhtml between DOCTYPE and PUBLIC instead of html. You are missing xml:lang and lang attributes from your opening html element. Here is a suggested correct example of these two lines. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0