On May 31, 8:56 am, "planetv...@gmail.com" <planetv...@gmail.com>
wrote:
> Hi everyone, I have been struggling with a MSIE related problem and I
> was wondering if using jQuery will help me find an asnwer. Basically,
> the code words wonderfully in all other browsers except MSIE.
>
> Basically, I want to render something like bars on a graph. Vertical
> bars. The bars are CSS div blocks with specific lengths (with an icon
> inside at the top). They are placed on top of horizontal rules like
> rules of a book. These rules are also div, with a border style. Can
> the browser issue be solved using jQuery or is there another solution
> you guys can think of, I have been really having a hard time with
> this.
Your problem seems to be realted to HTML and CSS, it makes more sense
to try and fix it using HTML and CSS. Ask in a group that specialises
in those technologies:
CSS:
<URL:
http://groups.google.com/group/comp.infosystems.www.authoring.stylesheets/topics
>
HTML:
<URL: http://groups.google.com/group/comp.infosystems.www.authoring.html/topics
>
[...]
> <!DOCTYPE html
> PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
I am not up to speed on various DOCTYPEs and their effect in various
browsers, however since IE doesn't understand XHTML, you are likely
serving this document as text/html, which may be related to your issue
in at least some versions of IE. Ask in one of the groups above.
--
Rob