
Originally Posted by
SirenK
Okay forgive the multiple posts (I still can't figure out how to edit existing posts).
I figured out the reason behind my shifting right column. It appears that my logo is causing this to happen. I tried setting the tagline to 0% but that doesn't seem to help. Is there a size limit on the logo? And why does it only break IE6. Any ideas on how to fix this (and the problem below) is much appreciated!!!!
P.S - What kind of dog dig you get Jade? I'm a huge animal lover!
Since you're using a fixed width site, change this section of your css:
Code:
#nw {
width:990px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
max-width:990px; /* prevents the main content from getting wider than 1300px in sites other than IE */
min-width:850px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
}
/* IE only. Controls Width of Site and Main Content*/
* html #nw {
width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 990? "990px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "800px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
}
to this:
Code:
#nw {
width:990px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
}
I don't think the logo is the issue.
We adopted a stray, she is a Schnauzer/Poodle mix, she looks more schnauzer than poodle. Not curly at all. And she's much bigger than usual "Schnoodles" at about 46 lbs. I'll have to post a pic soon, or change my avatar. She's a great dog, estimated to be about 4 years old, spayed, housebroken, and crate trained. She's super sweet, and loves people. The only issues we have is that she and our 12 year old cat are still getting used to each other, and she's run away once (she's got a nose like a hound - but thankfully we have a collar with our phone number on it, and she's microchipped, and someone called us within 10 minutes). Now that makes 7 pets in our house... 3 fish, 2 aquatic turtles, 1 dog, 1 cat. If it were all up to me, I'd add a another dog, another cat, a bird, some sort of rodent, and even a pet snake. I love all animals, but each one takes some time to convince my hubby.
And anyway, then I'd really have no time to myself.
Bookmarks