VB
|
| Posted: 03/01/2002, 4:19 AM |
|
Hi,
I was just amazed by the capability of CodeCharge and am Planning to buy the
same.
Before I could buy it, I thought I will try out a sample application in
ASP/Access and it generated a wonderful code in minutes, which I would have
taken days to develop the same.
But, unfortunately, the code does not seem to work properly in Netscape 4.7,
the layout is badly damaged, Is there anything I should take care to get
cross browser compatibility, while generating the code.
Rgds
VB
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/01/2002, 5:19 AM |
|
What CC version is specified in Help/About menu ?
--
Alex
CodeCharge Developer
"VB" <connectvb@yahoo.com> wrote in message
news:a5nrkq$f77$1@news.codecharge.com...
> Hi,
>
> I was just amazed by the capability of CodeCharge and am Planning to buy
the
> same.
>
> Before I could buy it, I thought I will try out a sample application in
> ASP/Access and it generated a wonderful code in minutes, which I would
have
> taken days to develop the same.
>
> But, unfortunately, the code does not seem to work properly in Netscape
4.7,
> the layout is badly damaged, Is there anything I should take care to get
> cross browser compatibility, while generating the code.
>
> Rgds
> VB
>
>
>
>
|
|
|
 |
VB
|
| Posted: 03/02/2002, 4:52 AM |
|
2.0.4
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:a5nv48$l23$2@news.codecharge.com...
> What CC version is specified in Help/About menu ?
>
> --
> Alex
> CodeCharge Developer
>
>
> "VB" <connectvb@yahoo.com> wrote in message
>news:a5nrkq$f77$1@news.codecharge.com...
> > Hi,
> >
> > I was just amazed by the capability of CodeCharge and am Planning to buy
> the
> > same.
> >
> > Before I could buy it, I thought I will try out a sample application in
> > ASP/Access and it generated a wonderful code in minutes, which I would
> have
> > taken days to develop the same.
> >
> > But, unfortunately, the code does not seem to work properly in Netscape
> 4.7,
> > the layout is badly damaged, Is there anything I should take care to get
> > cross browser compatibility, while generating the code.
> >
> > Rgds
> > VB
> >
> >
> >
> >
>
>
|
|
|
 |
Robert Fields
|
| Posted: 03/02/2002, 10:42 PM |
|
I have the same problem when using CSS. I think that they included CSS may
not work well with older/Netscape browsers. Figure that I'll ened to make my
own Style Sheets and just use styles that supported in older browsers and
look for the intersection of Navigator and Explorer supported Styles.
At least that's my hasty conclusion .... love to hear others comment on how
they've dealt with the problem.
-Robert
p.s. I've already bought the package ... got the more expensive one just to
help support the CC team.
p.p.s. I'm using CC v2.0.4, IIS5 on Win2k and ASP/Templates/Stylesheets
"VB" <connectvb@yahoo.com> wrote in message
news:a5nrkq$f77$1@news.codecharge.com...
> Hi,
>
> I was just amazed by the capability of CodeCharge and am Planning to buy
the
> same.
>
> Before I could buy it, I thought I will try out a sample application in
> ASP/Access and it generated a wonderful code in minutes, which I would
have
> taken days to develop the same.
>
> But, unfortunately, the code does not seem to work properly in Netscape
4.7,
> the layout is badly damaged, Is there anything I should take care to get
> cross browser compatibility, while generating the code.
>
> Rgds
> VB
>
>
>
>
|
|
|
 |
Kody Brown
|
| Posted: 03/06/2002, 11:19 PM |
|
Netscape 4.x does not understand styles without the tag name prefixing the
styles. The CC style sheets do not do this.
I suppose if you _had_ to support Netscape ( ), you could go in and change
the style names.. for instance .IntroFormTABLE would become
TABLE.IntroFormTABLE and hence would only work when applied to a TABLE tag.
Internet Explorer works either way.
-Kody
"Robert Fields" <studio99@pacbell.net> wrote in message
news:a5sgkm$2dq$1@news.codecharge.com...
> I have the same problem when using CSS. I think that they included CSS may
> not work well with older/Netscape browsers. Figure that I'll ened to make
my
> own Style Sheets and just use styles that supported in older browsers and
> look for the intersection of Navigator and Explorer supported Styles.
>
> At least that's my hasty conclusion .... love to hear others comment on
how
> they've dealt with the problem.
>
> -Robert
> p.s. I've already bought the package ... got the more expensive one just
to
> help support the CC team.
> p.p.s. I'm using CC v2.0.4, IIS5 on Win2k and ASP/Templates/Stylesheets
> "VB" <connectvb@yahoo.com> wrote in message
>news:a5nrkq$f77$1@news.codecharge.com...
> > Hi,
> >
> > I was just amazed by the capability of CodeCharge and am Planning to buy
> the
> > same.
> >
> > Before I could buy it, I thought I will try out a sample application in
> > ASP/Access and it generated a wonderful code in minutes, which I would
> have
> > taken days to develop the same.
> >
> > But, unfortunately, the code does not seem to work properly in Netscape
> 4.7,
> > the layout is badly damaged, Is there anything I should take care to get
> > cross browser compatibility, while generating the code.
> >
> > Rgds
> > VB
> >
> >
> >
> >
>
>
|
|
|
 |
|