Jump to content

wraybm1

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by wraybm1

  1. Ok... with your help I got it to work... but now how the heck do I get the IE7 stylesheet to "move my div back 'round"???? I've read that there is something with the margin "auto" setting not being recognized in IE7. What's the dillio?

  2. Hmmm....I see that you have IE 6.0 and 7.0. Try taking the ".0" off.I would use relative path(s) instead of the entire url in your links.I'm not sure if I have the correct path, might want to double check that, but here is what I come up with:
    body {display:none;}

    Hey the relative paths don't work... not even in the regular (uncommented) style link. And I still (after many hours of guess and check) haven't seen an ounce of evidence that these conditional comments even work.isn't there a way to do this with javascript? ... I don't have much faith in these conditional comments.
  3. Thanks mattrd!Did everything work out for you? Just holler if you need more help. No worries. :)
    No the conditional comments don't seem to be working. I change things and nothing happens. IE still seems to be responding to the main stylesheet. Help.
  4. Well, you need to adjust the paths to the location of your style sheet.And, leave the comment bits in there. That is supposed to be there. :)
    Ok, I understand all the latter stuff...(i.e. style sheets must be different etc...) I don't understand however what the code that you gave me is... why it needs to be inside comments... and where it should go. I put it in the header right. But I tried changing the background in the IE style sheet and it didn't work. Let me know what is wrong. Sorry... I've got some things very clear but other are obfuscated.
  5. you need this:
    <!--[if lte IE 6]><link rel="stylesheet" type="text/css" media="screen, projection" href="style_IE.css" /><![endif]--><!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen, projection" href="style_IE7.css" /><![endif]-->

    I inserted that code in my header, minus the comment markers, and uploaded it. I tried fooling around with the IE specific style sheets and it doesn't appear to have taken effect.I'm not really sure what sort of code that is that you gave me, it turns up pink in dreamweaver. Anyway I'm using wordpress and the original style sheet is being brought in with a call to a function. Can I just overwrite that with a straight up URL of my original?
  6. Except I can't scroll down in IE6 with the right scroll bar. The image overlaps the scroll bar. weird. I don't have IE7 at work.
    I just downloaded IE 7 this morning... and the image overlap happened for me before I did... and now with IE 7 the footer is off to the right about 400 pixels. Spooky stuff.
  7. IE doesn't understand the margin auto. You need to set the parent element text-align: center; so the div will be centered and then set your div text-align: left; to have your text left aligned.
    I am having a similar problem with my footer. I want it to stay in the center (as it does in FF and Opera) it slides to the right in IE. I have it set to tex-align: center; already. I'm not sure why it's doing this. Please help. Page at: http://www.ccicenter.org/new_site/wordpress/weblog/CSS at: http://www.ccicenter.org/new_site/wordpres...theme/style.css
×
×
  • Create New...