[css-d] Feedback on rounded corners for a menu

2007-01-07 Thread MATTHEW BERNHARDT
Hello all, I've been trying to apply the various techniques listed on the Wiki for rounded corners, especially the one listed on Albin.net[1] - and I've got a few questions for the collective wisdom. What I'm aiming for is to have rounded corners on all 4 corners of each of the items in a

[css-d] Background color not showing up in IE6?

2007-01-20 Thread Matthew Bernhardt
Hello, I've been trying to figure out why the content block in the following site doesn't always get the background color in IE 6. Any help would be much appreciated. This page works correctly in all the browsers I've checked: http://benedikt.knowlton.ohio-state.edu/default.asp?content=1

[css-d] position: fixed, transparency, and site performance

2007-03-05 Thread Matthew Bernhardt
Hello everyone, I have a question that's been bugging me about a design I'm working on, which can probably best be seen on a page like this: http://benedikt.knowlton.ohio-state.edu/default.asp?content=59 Simply put, I'm worried about the responsiveness of the site under certain

[css-d] Further Testing: position: fixed, transparency, and site performance

2007-03-13 Thread Matthew Bernhardt
Hello again, I've had a few days to play around some options regarding the scroll speed of a website redesign I'm working on, and wanted to post some findings. The story so far: the site design has 4 main elements: a university toolbar, a navigation menu, the page contents, and a

[css-d] position: fixed and Mac FF

2007-03-29 Thread Matthew Bernhardt
Hello...again... I thought I had everything fixed for this layout, but lo and behold once I launched it turns out Mac Firefox is doing some strange things. An example URL: http://knowlton.osu.edu/default.asp?content=59 The problem I'm seeing is that, on Mac Firefox (versions 2.0.0.3

[css-d] div covering up scroll bar? Z-index?

2006-05-04 Thread Matthew Bernhardt
Hello everyone, Just when I thought that I was making progress learning CSS, I've come across a problem I'm not sure how to solve. I'll start with the URL: http://benedikt.knowlton.ohio-state.edu/faculty/ This is the development server for a series of faculty profiles I'm putting

[css-d] div breaking out of parent

2006-07-17 Thread Matthew Bernhardt
Hello everyone, I'm working on a simple two-column layout (one navigation, one content) with a masthead and footer - something I'm sure everyone's done before, but for some reason I'm having trouble with the content column breaking out of its parent div. I'd thought I was starting to

[css-d] Various Display Oddities

2006-08-03 Thread Matthew Bernhardt
Hello everyone, I'm back, with another pair of somewhat-vexing phenomena. For reference, here is the page and CSS I'm talking about: http://support.knowlton.ohio-state.edu/ksa06jello/ I've run this page through the XHTML and CSS validators, and they're reporting that everything is valid.

Re: [css-d] css challenge: frameset style browser height stretching page

2006-09-14 Thread Matthew Bernhardt
On Thu, 14 Sep 2006 04:30:50 -0400, Rob Wilmshurst [EMAIL PROTECTED] answered an original poster: Here's the trick: when the body is longer than the browser window, I want the body to have a scrollbar, kinda like when you have a div with a set height and auto overflow. Roger Johansson