QUOTE(awtj @ Jan 20 2008, 10:18 PM)

This was my first attempt at xhtml and css.
Is there a particular reason why you're using XHTML, rather than using regular HTML? Both can be used with CSS.
Hello, Darin. I was told (read) that the web is going to xhtml and therefore I should start to "write" in xhtml... so I did.QUOTE(awtj @ Jan 20 2008, 10:18 PM)

website page: www.rcfca.com/news.html
click on the "2003" button in the "Other stories..." section
A calendar pops up
Except when JavaScript is disabled/unsupported...
yes...QUOTE(awtj @ Jan 20 2008, 10:18 PM)

Select "March 16" to see the normal-looking pop-up
then click the "Back to Calendar" button
Now Select "March 17"
Or just go to
http://www.rcfca.com/story/2003/03/17.htmlJust wanted folks to see "how" to get there.QUOTE(awtj @ Jan 20 2008, 10:18 PM)

No scrollbar... and the buttons are now off the pop-up page.
Can I get a scrollbar with what I have now?
FWIW, both pages required scrolling for me when viewed in your little pop-up window. Font sizes in px (or pt) are almost always inappropriate for media="display", and your px font sizes are smaller than the minimum font size enforced by my browser.
You can use the scrollbars parameter when you call window.open(), but why try to limit the page to a small window in the first place?
I tried that but it didn't do anything... did you get scrollbars???? If you did, I am totally confused.QUOTE(awtj @ Jan 20 2008, 10:18 PM)

I have a 2nd minor problem when the site is viewed with Firefox and IE 5 (Win 98 SE). These browsers show an extra partial "link" of the link at the bottom right side of the pages.
The
markup errors can't help.
I had tried to validate these pop-up pages and couldn't get the info shown on the link you posted........I'm not sure what "partial 'link'" you're referring to though. The main thing I notice about your
news.html page in Firefox is that it looks like you've floated content, but haven't cleared it.
.... and I have no idea what "floated content" is, but the name sounds like what is happening.
The pop-up window idea started as an idea to use a calendar as the way to select the page that has the links for that date. Seemed simple enough...... Made the decision to have the actual link page open in the same window as the calendar. That seemed better than opening multiple pop-up pages.