[css-d] IE width problem

2006-03-24 Thread Andrew Mason
Hi, Can anyone tell why my page is getting smooshed in IE? Works great everywhere else... http://www.policytree.org/doc/ Thanks! Andrew __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

[css-d] IE problem

2005-12-21 Thread Andrew Mason
Hi folks, I recently redesigned my site, and for some reason my two main columns aren't aligning properly in IE. Anyone know a good fix for this? The problem is in two places: http://policytree.org/ and http://policytree.org/tree.php?root=924 I can't figure it out; any help would be greatly

[css-d] IE bug, main container is extending to far down

2005-12-05 Thread Andrew Mason
Hi folks, I did some acrobatics to get my site to layout properly and IE isn't taking it quite right: http://smandrew.com/dutch/work.php?id=pistil_photography In IE, the pattern background div extends about 200px further down than it should. Looks great in Firefox and Safari. I think it ha

[css-d] element height problem in IE

2005-12-03 Thread Andrew Mason
Hi, Everything seemed to be working with my site, then I noticed that the main element height extends down a couple hundred extra pixels in IE. Anyone know why it would do this? http://www.smandrew.com/dutch/ Thanks! Andrew __

Re: [css-d] negative margin float problem

2005-12-03 Thread Andrew Mason
ha! sorry. Here is the correct url: http://www.smandrew.com/dutch/about.html thanks, i'll give that a try. On Dec 3, 2005, at 4:20 PM, Holly Bergevin wrote: > From: Andrew Mason <[EMAIL PROTECTED]> > >> I'm trying to float a div of buttons that hangs hal

[css-d] negative margin float problem

2005-12-03 Thread Andrew Mason
Hi, I'm trying to float a div of buttons that hangs half way outside of the main centering div... you can see the effect here: file:///Users/boxer/Sites/dutch/about.html In Safari, it works great. In Firefox, the buttons are too low and the logo comes off the left side. And in IE... you ca

[css-d] IE centering problem

2005-12-02 Thread Andrew Mason
Hi, can anyone tell me why this isn't centering in IE? http://www.smandrew.com/dutch/index.html Here's the centering container, pretty simple... #container{ width: 740px; height: 555px; margin:70px auto 0 auto; padding:0; border: 1px solid #9d7447;

[css-d] IE positioning error

2005-09-05 Thread Andrew Mason
Hi folks, I'm having a problem in IE with an image not properly displaying. If you look at this link in Firefox, you will see that the image of the graph shows to the right of the sidebar: http://policytree.org/tree.php? root=1&active=1&PHPSESSID=4cff8731191b9c0c9694971b188a1c8e now ta

[css-d] IE problem: gap before background image after div and before table

2005-08-05 Thread Andrew Mason
Hi, Anyone know why I'm having this problem with IE? http://www.pandamouth.org/simplikate/ At the top of the page, after the header and before the background image in the main part of the page there is a little gap. You can tell because the border, which is part of the background image, is

[css-d] border rollovers in IE

2005-07-13 Thread Andrew Mason
Hi, I'm having trouble getting my borders to change color on hover in IE -- works fine in everything else it seems. The link is here: http://pandamouth.org/popup/demoLayout_lastPage.html the css in question is #demolayout a img { border: 1px solid #6060A1; } #demolayout a:hover img {

[css-d] pushing up the bottom of a table cell background

2005-06-01 Thread Andrew Mason
Hi folks, Our art director is having a hissy fit because the images on our product listing pages don't line up with the information box. The problem is that the bottom of the image has a shadow, and the information box extends to the bottom of the shadow so it looks like it's too big. Y

[css-d] Getting a series of tds to combine to a set width

2005-05-26 Thread Andrew Mason
Hi folks, I'm having a heck of a time trying to figure out part of my layout. Here's a picture of how it should look: http://www.pandamouth.org/bin/listing_correct.jpg I'm having trouble getting the pound-quarterpound etc and "add to cart" columns of the product listings to horizontally c

[css-d] Why isn't my active list item showing up properly?

2005-05-13 Thread Andrew Mason
Hi folks, Please take a look at this site: http://www.pandamouth.org/test/ I'm using a background image that I shift around to make the bullets. I'd like the active link to have a white bullet point(just like it does for a:hover), but for some reason when I assign the "active_bullet" class t

Re: [css-d] Best way to make this rollover image map?

2005-05-08 Thread Andrew Mason
005, at 2:52 PM, Michael Duff wrote: Andrew Mason wrote: Hi, My site has a map of the world. When the user hovers over certain countries, the country highlights and an image of its name is displayed in the bottom right corner. you can see the effect with "Egypt" here: http://www.pand

[css-d] Best way to make this rollover image map?

2005-05-06 Thread Andrew Mason
Hi, My site has a map of the world. When the user hovers over certain countries, the country highlights and an image of its name is displayed in the bottom right corner. you can see the effect with "Egypt" here: http://www.pandamouth.org/images/map.gif What is the best way to achieve this