[css-d] Scalability with bottom-stuck footer

2006-07-12 Thread Geoffrey Alan Colbath
Hello all! I'm in the process of overhauling my portfolio page, that I hastily threw together in the end-of-semester scramble for job searching (a yet-to-be-realized goal), into a scalable, compliant version. Here's the original: http://www.id.iit.edu/~colbath/ I used a fixed-width background

[css-d] Retrofitting Abs positioning to work with CMS

2006-05-19 Thread Geoffrey Alan Colbath
Hello, I'm trying to retrofit a design I developed a couple of years ago (with absolute positioning) to work with a CMS--specifically, I would like to place a tools div at the top of the page. I've been trying to revise the existing design/css so that all the content will shift when the toolbar

[css-d] Converting design from Absolute positioning

2006-03-30 Thread Geoffrey Alan Colbath
Hello again, I'm in the process of converting a CSS from using absolute positioning to something a little more flexible, since we are trying to develop a CMS for the site, and would like the content to be a little more fluid, so we can add tools here and there. The page I'm using as a guinea pig

[css-d] Margins with nested DIVs in FF

2006-03-28 Thread Geoffrey Alan Colbath
Hey all, I'm looking for some help with funky margin issues in FF. Amazingly enough, IE is displaying everything just fine. Here's a link to what I'm working on: http://www.id.iit.edu/~colbath/StratCon06/about.html You can see the div with the more... graphic isn't aligning with the header div.

[css-d] Funky Margins with FF 1.5?

2005-11-22 Thread Geoffrey Alan Colbath
Hello, I'm in the process of redoing my personal webpage in order to gear up for the big job search in the Spring, and I'm having an unusual issue that I've never encountered before. My styles work in IE but not in FF or Safari. Weird. If someone could check it out for me, and see what the

[css-d] Nested ULs as navigation

2005-09-20 Thread Geoffrey Alan Colbath
Hello, I'm trying to develop a navigation menu using nested ULs, and I'm having quite a bit of trouble. In my CSS (http://www.id.iit.edu/~colbath/Akiba/include/styles2.css), I'm using #nav ul li ul, but the #nav ul li style is overriding everything else I try to develop. If you could take a look

[css-d] Paragraph layout issue... minimum height

2005-07-18 Thread Geoffrey Alan Colbath
Hello, I'm trying to layout a page using paragraphs and images floated to the right. If I don't set a height for the paragraph style, then the images will be somewhat staggered. If I set a height for the paragraphs, then any overflow is lost, since I don't want to use scroll or anything. And, I'd

[css-d] List styling... FF vs. IE

2005-07-06 Thread Geoffrey Alan Colbath
Hello, I'm trying to style lists in a site I am developing, with some of the li components being links, and some being plain text. Since I don't want to deal with adding spans all over the place, I am replacing the bullet with a square red dot. It renders fine in FF, but looks pretty bad in IE.

[css-d] Partial dissapearing borders in IE

2005-06-23 Thread Geoffrey Alan Colbath
I'm trying to convert a table/graphical layout to a CSS/HTML layout, and I'm having a little difficulty with making IE render things properly. I have a box that outlines a search form, and a little sidebar floated to the right of it. It seems like the search form (which, unfortunately, is still a

[css-d] CSS rollOver/swapImage problem

2005-06-22 Thread Geoffrey Alan Colbath
Hello, I'm trying to implement a CSS-driven rollOver/swapImage effect, and it works fine in browsers such as FF and Mozilla, but not in IE. I followed the turorial available here: http://www.meyerweb.com/eric/css/edge/popups/demo2.html and I viewed in in IE 6.0.2900...etc..., where it worked