473,396 Members | 1,970 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Cross-browser CSS Bug

Hi there,

I've been working on a web site, and am running into a cross-browser
css problem that I'm not quite sure how to solve. I have some
twindows that use absolute positioning and the visibility property to
display some instructions to a screen.

They render properly on my page in Mozilla, but in IE they render to
the side of any content that uses a relative float.

You can see the content here: www.oregonhomefinder.net

Anyone have any suggestions on how to make this work better with I.E.?

Mar 1 '07 #1
7 1921
salvador wrote:
Hi there,

I've been working on a web site, and am running into a cross-browser
css problem that I'm not quite sure how to solve. I have some
twindows that use absolute positioning and the visibility property to
display some instructions to a screen.

They render properly on my page in Mozilla, but in IE they render to
the side of any content that uses a relative float.
I had one of those once. We threw my aunt in a huge vat of root beer
with a big scoop of vanilla ice cream. Pretty good on a hot summer's day.

Seriously, what do you mean by a relative float? A floated element with
position:relative? Which one, for example? Can you point out one of the
instructions that have this problem?
>
You can see the content here: www.oregonhomefinder.net

Anyone have any suggestions on how to make this work better with I.E.?
Are you talking about IE6? IE7? Both?
The only difference I see (IE6, compared to FF) is that the whole map
jumps to the right when I reduce the size of IE's window (FF doesn't
jump). Is that what you mean?

--
john
Mar 1 '07 #2
Are you saying that you cannot see the odd positioning of the elements
that use a visibility property to control their display on the page
(id="popupbox";id="showcities";id="hello") in IE 6 versus FF and
Opera? Are there boxes being displayed when the map you are looking
at is loaded? If so, do they appear in the map, or are they aligned
to the right of the map?

On Mar 1, 3:07 pm, John Hosking <J...@DELETE.Hosking.name.INVALID>
wrote:
salvador wrote:
Hi there,
I've been working on a web site, and am running into a cross-browser
css problem that I'm not quite sure how to solve. I have some
twindows that use absolute positioning and the visibility property to
display some instructions to a screen.
They render properly on my page in Mozilla, but in IE they render to
the side of any content that uses a relative float.

I had one of those once. We threw my aunt in a huge vat of root beer
with a big scoop of vanilla ice cream. Pretty good on a hot summer's day.

Seriously, what do you mean by a relative float? A floated element with
position:relative? Which one, for example? Can you point out one of the
instructions that have this problem?
You can see the content here:www.oregonhomefinder.net
Anyone have any suggestions on how to make this work better with I.E.?

Are you talking about IE6? IE7? Both?
The only difference I see (IE6, compared to FF) is that the whole map
jumps to the right when I reduce the size of IE's window (FF doesn't
jump). Is that what you mean?

--
john

Mar 2 '07 #3
salvador wrote:

It's better if you don't top-post.
Are you saying that you cannot see the odd positioning of the elements
that use a visibility property to control their display on the page
(id="popupbox";id="showcities";id="hello") in IE 6 versus FF and
Opera? Are there boxes being displayed when the map you are looking
at is loaded? If so, do they appear in the map, or are they aligned
to the right of the map?
Yes. No. No and no (meaning neither). I don't see those elements at all
in IE6, FF 1.0.7, Opera 7.23, or Netscape 7.1. In Opera, the map is
positioned in the upper-left corner of the page, not in its bordered
box. (Opera also gives me a warning about your domain trying to set an
illegal cookie from Google.) These are not the latest browser versions,
but they are what I have here on this machine. I guess you probably
don't want to hear about Home Page Reader. ;-)

--
John
Mar 2 '07 #4
John Hosking wrote:
[...]

I guess you probably
don't want to hear about Home Page Reader. ;-)
I do.
Mar 2 '07 #5
Hmmm.. do you have javascript turned on?

The elements are clearly visible in the source code of the page, but
are defaulted to visibility:hidden in the stylesheet, and require
javascript to display. In Firefox, or in Opera, they'll display
inside of the container for the map. In IE 7, they display to the
right of the map.

Anyway, thanks for having a look.

- Sal

On Mar 1, 7:47 pm, John Hosking <J...@DELETE.Hosking.name.INVALID>
wrote:
salvador wrote:

It's better if you don't top-post.
Are you saying that you cannot see the odd positioning of the elements
that use a visibility property to control their display on the page
(id="popupbox";id="showcities";id="hello") in IE 6 versus FF and
Opera? Are there boxes being displayed when the map you are looking
at is loaded? If so, do they appear in the map, or are they aligned
to the right of the map?

Yes. No. No and no (meaning neither). I don't see those elements at all
in IE6, FF 1.0.7, Opera 7.23, or Netscape 7.1. In Opera, the map is
positioned in the upper-left corner of the page, not in its bordered
box. (Opera also gives me a warning about your domain trying to set an
illegal cookie from Google.) These are not the latest browser versions,
but they are what I have here on this machine. I guess you probably
don't want to hear about Home Page Reader. ;-)

--
John

Mar 2 '07 #6
salvador wrote:

Please don't top-post. See http://www.html-faq.com/etiquette/?toppost
Corrected for you again. - JH
On Mar 1, 7:47 pm, John Hosking <J...@DELETE.Hosking.name.INVALID>
wrote:
>>salvador wrote:
>>>Are you saying that you cannot see the odd positioning of the elements
that use a visibility property to control their display on the page
(id="popupbox";id="showcities";id="hello") in IE 6 versus FF and
Opera? Are there boxes being displayed when the map you are looking
at is loaded? If so, do they appear in the map, or are they aligned
to the right of the map?

Yes. No. No and no (meaning neither). I don't see those elements at all
in IE6, FF 1.0.7, Opera 7.23, or Netscape 7.1. In Opera, the map is
positioned in the upper-left corner of the page, not in its bordered
box. (Opera also gives me a warning about your domain trying to set an
illegal cookie from Google.)
Time to revise the above slightly. See below.
>
Hmmm.. do you have javascript turned on?
Yes, in all the browsers mentioned.
>
The elements are clearly visible in the source code of the page, but
are defaulted to visibility:hidden in the stylesheet, and require
javascript to display. In Firefox, or in Opera, they'll display
inside of the container for the map. In IE 7, they display to the
right of the map.
Ah. So now we know what we're supposed to see...

div#hello:
Welcome to the Oregon Home Finder
Click on a marker to get started.

div#popupbox:
Loading Houses... / (roll mouse over markers to view)

div#showcities:
Click on a city marker / to view home listings

I do indeed see div#hello in Firefox, Netscape, and Opera but only for a
few seconds. In Opera the box appears in the middle of the map's box,
but to the right of the actual map. I see part of it also in IE6, and
yes, it's to the right of the rest of the content. I never saw it before
because (1) I only see it when I maximize the browser on my 1280x1024
display, (2) when I refresh, something (JS?) causes the content to
re-center (pushing the box's location back off the screen), and (3) it's
only there for a few seconds.

With JavaScript off I never see #hello.

I have no idea when the other boxes are supposed to appear, so I've
never seen them.

--
John
Mar 2 '07 #7
On Mar 1, 11:34 pm, John Hosking <J...@DELETE.Hosking.name.INVALID>
wrote:
salvador wrote:
I do indeed see div#hello in Firefox, Netscape, and Opera but only for a
few seconds. In Opera the box appears in the middle of the map's box,
but to the right of the actual map. I see part of it also in IE6, and
yes, it's to the right of the rest of the content. I never saw it before
because (1) I only see it when I maximize the browser on my 1280x1024
display, (2) when I refresh, something (JS?) causes the content to
re-center (pushing the box's location back off the screen), and (3) it's
only there for a few seconds.
Can I infer from your comments that you don't know why the positioning
of the aforementioned element is not appearing in the map, as I am
expecting it to?

Mar 2 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Web Science | last post by:
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics,...
12
by: * ProteanThread * | last post by:
but depends upon the clique: ...
3
by: rollasoc | last post by:
Hi, Doing a bit of system testing on a Windows 98 laptop. (.Net 1.1 app). Did a bit of testing. Loaded a previously saved file. A gray box appeared with the text and buttons all white...
0
by: Web Science | last post by:
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics,...
4
by: David Peach | last post by:
Hello, hope somebody here can help me... I have a query that lists defects recorded in a user defined date range. That query is then used as the source for a Cross Tab query that cross-tabs count...
23
by: Jeff Rodriguez | last post by:
Here's what I want do: Have a main daemon which starts up several threads in a Boss-Queue structure. From those threads, I want them all to sit and watch a queue. Once an entry goes into the...
0
by: Web Science | last post by:
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics,...
7
by: Scott M. | last post by:
How can I disable the cross-site scripting check for one particular page of a site?
1
by: Rob Woodworth | last post by:
Hi, I'm having serious problems getting my report to work. I need to generate a timesheet report which will contain info for one employee between certain dates (one week's worth of dates). I...
6
by: ampo | last post by:
Hello. Can anyone help with cross-domain problem? I have HTML page from server1 that send xmlHTTPRequest to server2. How can I do it? Thanks.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.