This is a discussion on "Is there a problem?" within the Web Page Design section. This forum, and the thread "Is there a problem? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Is there a problem?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
Is there a problem?
I'm remaking Dennisg's site using XHTML/CSS, but I'm running into problems in IE6. I'm not sure if it's just my crappy virtual machine that's causing the problem, or if it's something else. In my version of IE6, the <h1>, images using the <img> tag, and everything inside <div class="photo"> appear for a fraction of a second and then disappear. The site works fine in Firefox, Safari, Opera and IE7.
http://ryanfait.com/dennisg/ |
|
|
|
#2
|
|||
|
|||
|
Re: Is there a problem?
if your talking about an image over product details, im not seeing it. I can see an image but when i roll over it i get a pointer cursor. I looked at your code and it looks fine. Your image is there or else it would show a broken link so i dont know. Moojoo might know.
|
|
#3
|
|||
|
|||
|
Re: Is there a problem?
I see it ... well ... don't see it I guess
I'll look at it some more ... but in all honesty, I don't I'll find anything ... this is the weirdest IE bug ever |
|
#4
|
|||
|
|||
|
Re: Is there a problem?
Try removing:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> from your source.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Feb 2nd, 2007 at 16:18. |
|
#5
|
|||
|
|||
|
Re: Is there a problem?
what did i say?! genious. Raise your hand if you hate IE
![]() |
|
#6
|
||||
|
||||
|
Re: Is there a problem?
I get this sometimes in IE6 where a page is vertically taller than the screen (not all by the way, and i know of no one else who has experienced the same problem on the same pages as me), it appears then goes - ctrl-clicking the link solves it, which coincidentally is what i need to do to allow pop-ups with my popup stopper, could it be related?
Last Blog Entry: Fobriwap! (Mar 10th, 2008)
|
|
#7
|
||||
|
||||
|
Re: Is there a problem?
Did it get fixed by removing what moojoo said? I won't have access to a PC for a little while.
|
|
#8
|
||||
|
||||
|
Re: Is there a problem?
It happens on one of clients pages, let me try...brb
Last Blog Entry: Fobriwap! (Mar 10th, 2008)
|
|
#9
|
||||
|
||||
|
Re: Is there a problem?
Nope, didn't make any difference to my page: http://www.granarydining.co.uk/valentines.htm
Last Blog Entry: Fobriwap! (Mar 10th, 2008)
|
|
#10
|
||||
|
||||
|
Re: Is there a problem?
Hm. Does anyone have any ideas on how to help us? We're both stuck!
I found an article using Google that said it could be the metadata in images saved by Adobe products causing the problem. If someone with access to IE6 would be so kind as to check, do the images show up now? New URL: http://ryanfait.com/dennisg2/ |
|
#11
|
||||
|
||||
|
Re: Is there a problem?
All the images are appearing, so i am hoping these are just local issues (why though, i have no idea) heres a screenie, though as one image is abit out of place: PrtScn
Last Blog Entry: Fobriwap! (Mar 10th, 2008)
|
|
#12
|
||||
|
||||
|
Re: Is there a problem?
How odd. I haven't had the chance to debug in IE yet. The only problem is, the image isn't showing up to the left of the listing info (should be a picture of a grill there, use FF to see). Goodness this is frustrating.
|
|
#13
|
|||
|
|||
|
Re: Is there a problem?
i have IE6 and its still not working. Im baffeled.
|
|
#14
|
||||
|
||||
|
Re: Is there a problem?
Crap! I'll have to start disassembling the whole thing to see if there's anything in particular causing it.
|
|
#15
|
|||
|
|||
|
Re: Is there a problem?
Do you think it could be something in the css covering the image?
|
|
#16
|
||||
|
||||
|
Re: Is there a problem?
No. I've been working on it, and I still can't figure out what's wrong. The image appears for a second, then disappears, so there shouldn't be anything covering it.
|
|
#17
|
|||
|
|||
|
Re: Is there a problem?
Weird thing is the image is there. I can right click on it, save as.. etc but it is invisible. Odd indeed. I have never come across this before so unfortunately no fix as of yet from me.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#18
|
|||
|
|||
|
Re: Is there a problem?
Ahh i think i have idea. Look at a post in this forum, remember the guy who asked how to disable image copying or watermarking? Well maybe its something like that. Instead of a transparent image over it it could be a whit image. Or if its a .gif, make sure its not an animated gif.
|
|
#19
|
||||
|
||||
|
Re: Is there a problem?
I coded the XHTML and CSS. It's nothing of the sort.
|
|
#20
|
||||
|
||||
|
Re: Is there a problem?
Problem solved!!! It's an IE bug that occurs when classes are applied to images or classes that affect images. Floats seem to be the main culprit.
|