Problem with IE 6

Problem with IE 6

am 30.03.2008 18:16:05 von Jeff Vaccaro

I have the following CSS code, this code works great in FF and IE7 (as
expected) however IE 6 chokes on it. I think the issue is the line
that states: "position: absolute; left: 520px;". When I take that
line out IE 6 works however, the image is not positioned to my
liking... Can anyone please suggest a fix? HTML code below CSS:

#detailsHelp a {
border-bottom: 1px dashed #FEB14C;
text-decoration: none;
position: absolute; left: 520px;
}

#detailsHelp a:hover {
/* position: absolute; */
}

#detailsHelp a span {
display: none;
}

#detailsHelp a:hover span {
display: block;
position: absolute; top: 10px; left: -250px;
/* formatting only styles */
padding: 5px; margin: 10px; z-index: 100;
background: #eee; border: 1px dashed #FEB14C;
opacity: 0.9;
width: 250px;
color: #1A315F;

font-size:small;
font-weight: bold;
text-align:left;
/* end formatting */
}


HTML snippet:


Bringing<br />
God to your online life!

About this Page:


Text Goes here!


Text Goes here!


Text Goes here!


Text Goes here!






Thanks for any and all help!

Jeff
http://www.godsurfer.com/

Re: Problem with IE 6

am 31.03.2008 01:29:14 von dorayme

In article
,
JeffV wrote:

> I have the following CSS code

A url with a minimal test case, validated, with a proper doctype will
increase your chances of getting help.

--
dorayme

Re: Problem with IE 6

am 31.03.2008 01:32:06 von Jeff Vaccaro

On Mar 30, 4:29 pm, dorayme wrote:
> In article
> ,
>
> JeffV wrote:
> > I have the following CSS code
>
> A url with a minimal test case, validated, with a proper doctype will
> increase your chances of getting help.
>
> --
> dorayme

Fair enough:

Test Case A: (Works in all browsers but the Information Button isn't
properly placed)

http://www.godsurfer.com/addStory.php

Test Case B: (Works in FF and IE 7 only - Information Button is placed
correctly)

http://www.godsurfer.com/details.php?id=221

Doc Type:
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Re: Problem with IE 6

am 31.03.2008 04:38:33 von dorayme

In article
,
JeffV wrote:

> On Mar 30, 4:29 pm, dorayme wrote:
> > In article
> > ,
> >
> > JeffV wrote:
> > > I have the following CSS code
> >
> > A url with a minimal test case, validated, with a proper doctype will
> > increase your chances of getting help.
> >
> > --
> > dorayme
>
> Fair enough:
>
> Test Case A: (Works in all browsers but the Information Button isn't
> properly placed)
>
> http://www.godsurfer.com/addStory.php
>
> Test Case B: (Works in FF and IE 7 only - Information Button is placed
> correctly)
>
> http://www.godsurfer.com/details.php?id=221
>
> Doc Type:
> > www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

First thing, I guess, to look at is:



You can check both your url's above at

--
dorayme

Re: Problem with IE 6

am 31.03.2008 11:06:35 von Ed

On 31/03/08 00:32, JeffV wrote:
> On Mar 30, 4:29 pm, dorayme wrote:

> Test Case A: (Works in all browsers but the Information Button isn't
> properly placed)
>
> http://www.godsurfer.com/addStory.php
>
> Test Case B: (Works in FF and IE 7 only - Information Button is placed
> correctly)
>

Neither case renders correctly in Opera 9.26

Re: Problem with IE 6 - how do you install IE6 additionally

am 04.04.2008 08:40:11 von knut.krueger

Hi to all is there a possibility to install the IE6 additionally to IE7
or maybe in the future IE6/7/8

REgards Knut

Re: Problem with IE 6 - how do you install IE6 additionally

am 04.04.2008 21:28:49 von Ed Mullen

Knut Krueger wrote:
> Hi to all is there a possibility to install the IE6 additionally to IE7
> or maybe in the future IE6/7/8
>
> REgards Knut

http://www.google.com/search?query=ie6%20and%20ie7&num=50

I've tried it and I cannot recommend it. It's problematic at best.

--
Ed Mullen
http://edmullen.net
Deja Loo: I've heard this flush before!

Re: Problem with IE 6 - how do you install IE6 additionally

am 04.04.2008 22:48:59 von Jeremy J Starcher

On Fri, 04 Apr 2008 08:40:11 +0200, Knut Krueger wrote:

> Hi to all is there a possibility to install the IE6 additionally to IE7
> or maybe in the future IE6/7/8
>
> REgards Knut

Under Windows I use one of the virtual machines (either vmware or
virtualbox) and install an older copy of windows in it. Its not hard to
find someone with a retail version of 98 that you can snag from them for
a few coins.

Under Linux I sometimes use "ies4linux." the beta version can install IE
5.5, 6 and 7. (If you modify the source you can also get IE1 and a few
other ancient versions.)

They aren't 100% accurate -- they fall apart with a lot of plug ins, but
for most of my testing, I find it a very comfortable option.

Re: Problem with IE 6

am 07.04.2008 10:05:16 von Frank Marx

"dorayme" wrote in message
news:doraymeRidThis-48873E.12383331032008@news-vip.optusnet. com.au...
> In article
> ,
> JeffV wrote:
>
>> On Mar 30, 4:29 pm, dorayme wrote:
>> > In article
>> > ,
>> >
>> > JeffV wrote:
>> > > I have the following CSS code
>> >
>> > A url with a minimal test case, validated, with a proper doctype will
>> > increase your chances of getting help.
>> >
>> > --
>> > dorayme
>>
>> Fair enough:
>>
>> Test Case A: (Works in all browsers but the Information Button isn't
>> properly placed)
>>
>> http://www.godsurfer.com/addStory.php
>>
>> Test Case B: (Works in FF and IE 7 only - Information Button is placed
>> correctly)
>>
>> http://www.godsurfer.com/details.php?id=221
>>
>> Doc Type:
>> >> www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>
> First thing, I guess, to look at is:
>
>
>
> You can check both your url's above at
>
I agree with this. It helps a lot with working out answers to problems when
you have valid code.

--
Regards Chad.
http://freewebdesignonline.org