Javascript/CSS and IE6/7: content called from a javascript file (a modified form of fontSizer) into an otherwise blank div appears and disappears intermittently in IE6/7. Help a newbie! [more inside]
posted on Jun 19, 2008 - 6 answers ![]()
Webdeveloper Mefites, I come hat in hand. I enjoy design and created a site for my medical practice in iWeb. Now I realize it stinks in Explorer. Is there an easy way to remedy the situation? If not, what's a reasonable amount to pay someone to save me from myself? [more inside]
posted on Apr 24, 2008 - 15 answers ![]()
Can I make this work in IE the same as it does in Firefox?
Here is the example i need some CSS help with.
This works properly in Firefox, but needs some help in IE. Any suggestions?
posted on Apr 17, 2008 - 2 answers
I have a web site using Wordpress and I'm trying to figure out a css problem with IE. The first thing I'm doing is creating a seperate IE stylesheet. I've followed all the instructions found in the Wordpress forums but can't seem to get IE to pick up the new stylesheet. (I've already asked this question there but haven't gotten back anything that worked.)
Here's what I've added to my header.php *below* the call to the regular style.css:
Here's my code:
<!--[if IE]>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/style-ie.css" type="text/css" />
<![endif]-->
I know that IE is picking up the if-then, because I added a random text string in there and IE showed it. The way I'm testing whether or not IE is getting the style-ie.css sheet is by changing the color of the menu bar from orange (non-IE) to white (IE). I've also tried hardcoding the path to the other css sheet and that didn't help.
I'm at my wits end. What am I doing wrong?
posted on Feb 22, 2008 - 15 answers ![]()
CSSFilter: Why won't my border divs fill in IE 7 as they do in Firefox? Why won't my bordered area stretch in IE either? [more inside]
posted on Nov 21, 2006 - 10 answers ![]()
How the heck do I iterate through all a given div's style sheet in IE? [more inside]
posted on Jan 20, 2006 - 5 answers
WebDevFilter: Why do some gifs GIFs *not* appear in Windows/IE, but do appear in Win/FireFox Mac/Safari and Mac/FireFox? Specific example inside. [more inside]
posted on Dec 20, 2005 - 22 answers
I stumbled across an Internet Explorer display problem today that I just can't figure out. It feels CSS-related, and it feels float-related, but despite knowing all about the Holly Hack and all about how to deal with most every float-related IE bug I've seen prior to today, this one has me totally stumped. Can someone help? [more inside]
posted on Apr 6, 2005 - 4 answers
CSS positioning is driving me crazy. I have a relatively simple layout -- a header and two fixed-width columns. I could do this easily enough with tables, but I'd love to give this CSS business a try. My current main problem involves Internet Explorer (shocked, SHOCKED!!) and wacky spaces. There's a heaping serving o' more inside.
posted on Nov 11, 2004 - 4 answers
CSS Question: I have an absolutely positioned div yet in IE (mac), it's horizontal position is centered and changes according to browser width. (code inside).
posted on Nov 1, 2004 - 13 answers
CSS issues with IE. I'm working on a draft for my new photoblog and IE seems to be rendering part of it about 2 pixels off, but I cannot figure out quite why. Here's the page in question. It shows up fine in Mozilla, but in IE the logo and unordered list menu on the right are pushed to the right about 2 pixels, running over the border. I thought I just needed to use the "box model hack," but when I tried that it didn't work. Any tips?
posted on Aug 2, 2004 - 5 answers
CSS question. Usually, I can figure these things out. This one has me stumped. I know its a box model problem, but none of the usual fixes seem to fix it. Everything looks right in Mozilla, Firefox, and Opera. Bigger, better explanation inside, along with some code.
posted on May 26, 2004 - 12 answers
I know I should be validating all the stuff I put on the Intarweb on various different browsers, so I alternately run Mozilla 1.4, IE 6 and Opera 7 to review my work. I tried to download IE 5.X from a 'legacy browsers' site, but it wouldn't install with 6 already installed. How do I make that work? (And, as long as I'm letting my web dumbness hang out, where are the bestest places to validate your HTML and CSS, and what else should I be testing/validating that I haven't mentioned?)
posted on Mar 6, 2004 - 6 answers ![]()
For some unknown reason, my validating XHTML and CSS is totally broken in MSIE 6.0.. the text doesn't always appear, and will only show up if you minimize the browser and maximize it, or if you scroll down and then back up. This problem is driving me batty! I checked the css-discuss wiki and archives for answers, but no joy.
posted on Jan 4, 2004 - 9 answers