CSS & Java navigation display issue

G

Guest

I am having a problem with a website designed in CSS. It has java navigation
in a div on the left side of the page. The client and so far on one, has a
display issue with the java display. It steps down left to right. It does not
stack horizontaly.

The client is not to savy on PC, all I know is that it's IE6 on an XP
laptop. Short of actually going to the clients site and working through the
issue does anyone have a suggestion?

The site displays on my IE6 with XP-Pro with ALL updates, Firefox 1.5,
Netscape 7.

the site is www.simsburycrew.org/new.

Thanks.....
 
R

Rob Parsons

Make sure your client has the latest updates for IE as there are known
issues with css that ms has been working on and may have been released via
an update.

Second check that text sizing does not alter the offset of the menu
captions. (View>Text Size). You may like to consider using hardwired font
sizes if this is the case.
 
R

Robert Aldwinckle

Guest said:
I am having a problem with a website designed in CSS. It has java navigation
in a div on the left side of the page. The client and so far on one, has a
display issue with the java display. It steps down left to right. It does not
stack horizontaly.


Sounds like the browser is opening links in a new window instead of reusing
the same window (e.g. pressing Shift- with a click). Perhaps a Shift- key is stuck?
Etc. Another possibility would suggest a deliberate modification in the registry
(e.g. deleting DDE Topic value for URL:HyperText Transfer Protocol
via Folder Options, File Types) which could be restored by either undoing that
or by Run... (e.g. press Win-R and enter:) regsvr32 /i shdocvw.dll


Good luck

Robert Aldwinckle
---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top