blueturtle
-
CSS rendering issues in I.E. 8.0 ONLY
I think I have solved the issue with the www.studiohbl.com site. I used a conditional element in the head:
-
Dropdown Menu hiding behind photo banner
ikthius and cybershot, Thank you so much!!! That was the issue—I set z-index to a higher number on the dropdown menu so that it would fall in front of the photo banner. Here is the updated link if anyone wants to view it in action: http://thompson…
-
Dropdown Menu hiding behind photo banner
"cybershot" said:you could use a much higher number like 100. That's what I usually see. that should get the menu to appear over everything else. Thanks! I will try it! Kim
-
Dropdown Menu hiding behind photo banner
That's right! I have heard about it but was confused. So, if the dropdown menu (which is before the banner in html) is appearing behind the banner, how would that work? The dropdown menu has z-index 1, what would the z-index be for the photo b…
-
Dropdown Menu hiding behind photo banner
Sorry - as far as browsers were concerned, it was happening in both FF and Safari. Not sure about IE.
-
Dropdown Menu hiding behind photo banner
Thanks for the reply. I never could solve the issue with the menu falling behind the banner using the jquery plugin slideshow. I ended up using a flash plugin instead. Would rather use the jquery slideshow instead. If you think it is z-index, I migh…
-
Jquery Dropdown Menu not working with slideshow banner
Thanks for the reply. I was using a jquery plugin for the slide show in the photo banner, however, it was conflicting with the dropdown menu. I believe because both the drop down menu and slide show banner was using both relative and absolute positi…
-
Help! Position Footer to bottom of page?
Thank you for responding! Of course I get the div tags messed up. Need to work on that.
-
Help! Position Footer to bottom of page?
Hallelujia! Thanks you so much. I think when I tried this technique I had the push class in the wrong place. Now, how do I get the footer to stretch across the width of the page. I have "footerwrapper" width set to 100%. Shouldn't t…
-
Unordered list not lining up with div container
Thanks for answering my post. I tried adding the code below to the style sheet and it didn't work. Guess I'll have to look at doing a reset. I'm not familiar with this technique. Any pointers? * { margin: 0; padding: 0; }
-
3 Pixel Text Jog and wrapping issues
Thanks for the link, but I still can't figure it out. If anyone can point out to me where my problem is, I would greatly appreciate it! Here is my link and css http://gregorycourtreporting.com.s62344 ... index.html @charset \"UTF-8\"…
-
3 Pixel Text Jog and wrapping issues
Thank you! That fixed the shifting problem on the 3 effected pages. I'm still getting the 3 Pixel Text Jog error when I run the validator. Do you know how I can fix it?
-
Help! IE Issue with Wrapping a Div
I think I just figured it out. It was the overflow plus I needed to put the sidebar1 div inside the maincontentwrap div. Thanks for your help!
-
Help! IE Issue with Wrapping a Div
I' m sorry about that. I didn't realize there was another way of posting the code. Here is the working url: http://gregorycourtreporting.com.s62344.gridserver.com/ I think the home and "contact pages are displaying fine in IE. It…