PC Review


Reply
Thread Tools Rate Thread

ASP.NET CSS Problem with FireFox

 
 
=?Utf-8?B?bW9mbGFoZXJ0eQ==?=
Guest
Posts: n/a
 
      27th Jan 2007
Hi!

I am trying to finish a site, but I can't seem to overcome this problem. It
appears that FireFox cannot see the CSS style sheet. Here is the test site:

www.NOTATranslators.org/New/Index2.aspx

The sight looks right in IE7. It is developed with VS.2005 SP1.

Googling this shows that a potential issue might have to do with setting the
browser capabilities. I am not familiar with setting <browserCaps>. How do I
make these changes? Does this have to be done for each browser type? I would
like to add Safari as well.

The site is hosted at UplinkEarth.com, so if it involves touching a
machine-level file, I might be out of luck. I am hoping this can be addressed
in the web.config or on my master page.

Any help would be most appreciated! This is a show-stopper.

Thanks!
Michael
 
Reply With Quote
 
 
 
 
John Timney \(MVP\)
Guest
Posts: n/a
 
      27th Jan 2007
On first glance looking at the source in firefox, the style declaration
appears to be rendered as commented out.

Theres a tutorial on browsercaps here
http://www.codeproject.com/aspnet/browsercaps.asp

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog


"moflaherty" <(E-Mail Removed)> wrote in message
news:B8AE79A3-504B-4AE3-A3D8-(E-Mail Removed)...
> Hi!
>
> I am trying to finish a site, but I can't seem to overcome this problem.
> It
> appears that FireFox cannot see the CSS style sheet. Here is the test
> site:
>
> www.NOTATranslators.org/New/Index2.aspx
>
> The sight looks right in IE7. It is developed with VS.2005 SP1.
>
> Googling this shows that a potential issue might have to do with setting
> the
> browser capabilities. I am not familiar with setting <browserCaps>. How do
> I
> make these changes? Does this have to be done for each browser type? I
> would
> like to add Safari as well.
>
> The site is hosted at UplinkEarth.com, so if it involves touching a
> machine-level file, I might be out of luck. I am hoping this can be
> addressed
> in the web.config or on my master page.
>
> Any help would be most appreciated! This is a show-stopper.
>
> Thanks!
> Michael



 
Reply With Quote
 
=?Utf-8?B?bW9mbGFoZXJ0eQ==?=
Guest
Posts: n/a
 
      27th Jan 2007
Thanks! I looked at the source and I see the same thing. Apparently some of
the comments I added were interpreted incorrectly. Though there are still
quirks in FireFox with my styles, it does look better.

The world of open standards - sigh.

Thanks for your help!
Michael

"John Timney (MVP)" wrote:

> On first glance looking at the source in firefox, the style declaration
> appears to be rendered as commented out.
>
> Theres a tutorial on browsercaps here
> http://www.codeproject.com/aspnet/browsercaps.asp
>
> --
> Regards
>
> John Timney (MVP)
> VISIT MY WEBSITE:
> http://www.johntimney.com
> http://www.johntimney.com/blog
>
>
> "moflaherty" <(E-Mail Removed)> wrote in message
> news:B8AE79A3-504B-4AE3-A3D8-(E-Mail Removed)...
> > Hi!
> >
> > I am trying to finish a site, but I can't seem to overcome this problem.
> > It
> > appears that FireFox cannot see the CSS style sheet. Here is the test
> > site:
> >
> > www.NOTATranslators.org/New/Index2.aspx
> >
> > The sight looks right in IE7. It is developed with VS.2005 SP1.
> >
> > Googling this shows that a potential issue might have to do with setting
> > the
> > browser capabilities. I am not familiar with setting <browserCaps>. How do
> > I
> > make these changes? Does this have to be done for each browser type? I
> > would
> > like to add Safari as well.
> >
> > The site is hosted at UplinkEarth.com, so if it involves touching a
> > machine-level file, I might be out of luck. I am hoping this can be
> > addressed
> > in the web.config or on my master page.
> >
> > Any help would be most appreciated! This is a show-stopper.
> >
> > Thanks!
> > Michael

>
>
>

 
Reply With Quote
 
John Timney \(MVP\)
Guest
Posts: n/a
 
      27th Jan 2007
If its any consolation, we've all been there. I tend to develop using
Firefox as the default browser, as its tighter on compliance and shows your
errors up earlier.

Good luck with your project

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog


"moflaherty" <(E-Mail Removed)> wrote in message
newsCC5B4C8-CF4F-41E9-8787-(E-Mail Removed)...
> Thanks! I looked at the source and I see the same thing. Apparently some
> of
> the comments I added were interpreted incorrectly. Though there are still
> quirks in FireFox with my styles, it does look better.
>
> The world of open standards - sigh.
>
> Thanks for your help!
> Michael
>
> "John Timney (MVP)" wrote:
>
>> On first glance looking at the source in firefox, the style declaration
>> appears to be rendered as commented out.
>>
>> Theres a tutorial on browsercaps here
>> http://www.codeproject.com/aspnet/browsercaps.asp
>>
>> --
>> Regards
>>
>> John Timney (MVP)
>> VISIT MY WEBSITE:
>> http://www.johntimney.com
>> http://www.johntimney.com/blog
>>
>>
>> "moflaherty" <(E-Mail Removed)> wrote in message
>> news:B8AE79A3-504B-4AE3-A3D8-(E-Mail Removed)...
>> > Hi!
>> >
>> > I am trying to finish a site, but I can't seem to overcome this
>> > problem.
>> > It
>> > appears that FireFox cannot see the CSS style sheet. Here is the test
>> > site:
>> >
>> > www.NOTATranslators.org/New/Index2.aspx
>> >
>> > The sight looks right in IE7. It is developed with VS.2005 SP1.
>> >
>> > Googling this shows that a potential issue might have to do with
>> > setting
>> > the
>> > browser capabilities. I am not familiar with setting <browserCaps>. How
>> > do
>> > I
>> > make these changes? Does this have to be done for each browser type? I
>> > would
>> > like to add Safari as well.
>> >
>> > The site is hosted at UplinkEarth.com, so if it involves touching a
>> > machine-level file, I might be out of luck. I am hoping this can be
>> > addressed
>> > in the web.config or on my master page.
>> >
>> > Any help would be most appreciated! This is a show-stopper.
>> >
>> > Thanks!
>> > Michael

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?bW9mbGFoZXJ0eQ==?=
Guest
Posts: n/a
 
      27th Jan 2007
Thanks! I am a shrink-wrap developer by trade, so web sites are secondary to
me. I will remember your advice next time!

Thanks again!
Michael

"John Timney (MVP)" wrote:

> If its any consolation, we've all been there. I tend to develop using
> Firefox as the default browser, as its tighter on compliance and shows your
> errors up earlier.
>
> Good luck with your project
>
> Regards
>
> John Timney (MVP)
> http://www.johntimney.com
> http://www.johntimney.com/blog
>
>
> "moflaherty" <(E-Mail Removed)> wrote in message
> newsCC5B4C8-CF4F-41E9-8787-(E-Mail Removed)...
> > Thanks! I looked at the source and I see the same thing. Apparently some
> > of
> > the comments I added were interpreted incorrectly. Though there are still
> > quirks in FireFox with my styles, it does look better.
> >
> > The world of open standards - sigh.
> >
> > Thanks for your help!
> > Michael
> >
> > "John Timney (MVP)" wrote:
> >
> >> On first glance looking at the source in firefox, the style declaration
> >> appears to be rendered as commented out.
> >>
> >> Theres a tutorial on browsercaps here
> >> http://www.codeproject.com/aspnet/browsercaps.asp
> >>
> >> --
> >> Regards
> >>
> >> John Timney (MVP)
> >> VISIT MY WEBSITE:
> >> http://www.johntimney.com
> >> http://www.johntimney.com/blog
> >>
> >>
> >> "moflaherty" <(E-Mail Removed)> wrote in message
> >> news:B8AE79A3-504B-4AE3-A3D8-(E-Mail Removed)...
> >> > Hi!
> >> >
> >> > I am trying to finish a site, but I can't seem to overcome this
> >> > problem.
> >> > It
> >> > appears that FireFox cannot see the CSS style sheet. Here is the test
> >> > site:
> >> >
> >> > www.NOTATranslators.org/New/Index2.aspx
> >> >
> >> > The sight looks right in IE7. It is developed with VS.2005 SP1.
> >> >
> >> > Googling this shows that a potential issue might have to do with
> >> > setting
> >> > the
> >> > browser capabilities. I am not familiar with setting <browserCaps>. How
> >> > do
> >> > I
> >> > make these changes? Does this have to be done for each browser type? I
> >> > would
> >> > like to add Safari as well.
> >> >
> >> > The site is hosted at UplinkEarth.com, so if it involves touching a
> >> > machine-level file, I might be out of luck. I am hoping this can be
> >> > addressed
> >> > in the web.config or on my master page.
> >> >
> >> > Any help would be most appreciated! This is a show-stopper.
> >> >
> >> > Thanks!
> >> > Michael
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
clintonG
Guest
Posts: n/a
 
      28th Jan 2007
Is browsercaps even necessary with VS2005?

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h

"moflaherty" <(E-Mail Removed)> wrote in message
news:222E1C0D-42E7-41AC-AA8B-(E-Mail Removed)...
> Thanks! I am a shrink-wrap developer by trade, so web sites are secondary
> to
> me. I will remember your advice next time!
>
> Thanks again!
> Michael
>
> "John Timney (MVP)" wrote:
>
>> If its any consolation, we've all been there. I tend to develop using
>> Firefox as the default browser, as its tighter on compliance and shows
>> your
>> errors up earlier.
>>
>> Good luck with your project
>>
>> Regards
>>
>> John Timney (MVP)
>> http://www.johntimney.com
>> http://www.johntimney.com/blog
>>
>>
>> "moflaherty" <(E-Mail Removed)> wrote in message
>> newsCC5B4C8-CF4F-41E9-8787-(E-Mail Removed)...
>> > Thanks! I looked at the source and I see the same thing. Apparently
>> > some
>> > of
>> > the comments I added were interpreted incorrectly. Though there are
>> > still
>> > quirks in FireFox with my styles, it does look better.
>> >
>> > The world of open standards - sigh.
>> >
>> > Thanks for your help!
>> > Michael
>> >
>> > "John Timney (MVP)" wrote:
>> >
>> >> On first glance looking at the source in firefox, the style
>> >> declaration
>> >> appears to be rendered as commented out.
>> >>
>> >> Theres a tutorial on browsercaps here
>> >> http://www.codeproject.com/aspnet/browsercaps.asp
>> >>
>> >> --
>> >> Regards
>> >>
>> >> John Timney (MVP)
>> >> VISIT MY WEBSITE:
>> >> http://www.johntimney.com
>> >> http://www.johntimney.com/blog
>> >>
>> >>
>> >> "moflaherty" <(E-Mail Removed)> wrote in message
>> >> news:B8AE79A3-504B-4AE3-A3D8-(E-Mail Removed)...
>> >> > Hi!
>> >> >
>> >> > I am trying to finish a site, but I can't seem to overcome this
>> >> > problem.
>> >> > It
>> >> > appears that FireFox cannot see the CSS style sheet. Here is the
>> >> > test
>> >> > site:
>> >> >
>> >> > www.NOTATranslators.org/New/Index2.aspx
>> >> >
>> >> > The sight looks right in IE7. It is developed with VS.2005 SP1.
>> >> >
>> >> > Googling this shows that a potential issue might have to do with
>> >> > setting
>> >> > the
>> >> > browser capabilities. I am not familiar with setting <browserCaps>.
>> >> > How
>> >> > do
>> >> > I
>> >> > make these changes? Does this have to be done for each browser type?
>> >> > I
>> >> > would
>> >> > like to add Safari as well.
>> >> >
>> >> > The site is hosted at UplinkEarth.com, so if it involves touching a
>> >> > machine-level file, I might be out of luck. I am hoping this can be
>> >> > addressed
>> >> > in the web.config or on my master page.
>> >> >
>> >> > Any help would be most appreciated! This is a show-stopper.
>> >> >
>> >> > Thanks!
>> >> > Michael
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?bW9mbGFoZXJ0eQ==?=
Guest
Posts: n/a
 
      28th Jan 2007
In my case, I did not need to mess with it. Rearranging the comments I placed
in the header solved the problem.

"clintonG" wrote:

> Is browsercaps even necessary with VS2005?
>
> <%= Clinton Gallagher
> NET csgallagher AT metromilwaukee.com
> URL http://clintongallagher.metromilwaukee.com/
> MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
>
> "moflaherty" <(E-Mail Removed)> wrote in message
> news:222E1C0D-42E7-41AC-AA8B-(E-Mail Removed)...
> > Thanks! I am a shrink-wrap developer by trade, so web sites are secondary
> > to
> > me. I will remember your advice next time!
> >
> > Thanks again!
> > Michael
> >
> > "John Timney (MVP)" wrote:
> >
> >> If its any consolation, we've all been there. I tend to develop using
> >> Firefox as the default browser, as its tighter on compliance and shows
> >> your
> >> errors up earlier.
> >>
> >> Good luck with your project
> >>
> >> Regards
> >>
> >> John Timney (MVP)
> >> http://www.johntimney.com
> >> http://www.johntimney.com/blog
> >>
> >>
> >> "moflaherty" <(E-Mail Removed)> wrote in message
> >> newsCC5B4C8-CF4F-41E9-8787-(E-Mail Removed)...
> >> > Thanks! I looked at the source and I see the same thing. Apparently
> >> > some
> >> > of
> >> > the comments I added were interpreted incorrectly. Though there are
> >> > still
> >> > quirks in FireFox with my styles, it does look better.
> >> >
> >> > The world of open standards - sigh.
> >> >
> >> > Thanks for your help!
> >> > Michael
> >> >
> >> > "John Timney (MVP)" wrote:
> >> >
> >> >> On first glance looking at the source in firefox, the style
> >> >> declaration
> >> >> appears to be rendered as commented out.
> >> >>
> >> >> Theres a tutorial on browsercaps here
> >> >> http://www.codeproject.com/aspnet/browsercaps.asp
> >> >>
> >> >> --
> >> >> Regards
> >> >>
> >> >> John Timney (MVP)
> >> >> VISIT MY WEBSITE:
> >> >> http://www.johntimney.com
> >> >> http://www.johntimney.com/blog
> >> >>
> >> >>
> >> >> "moflaherty" <(E-Mail Removed)> wrote in message
> >> >> news:B8AE79A3-504B-4AE3-A3D8-(E-Mail Removed)...
> >> >> > Hi!
> >> >> >
> >> >> > I am trying to finish a site, but I can't seem to overcome this
> >> >> > problem.
> >> >> > It
> >> >> > appears that FireFox cannot see the CSS style sheet. Here is the
> >> >> > test
> >> >> > site:
> >> >> >
> >> >> > www.NOTATranslators.org/New/Index2.aspx
> >> >> >
> >> >> > The sight looks right in IE7. It is developed with VS.2005 SP1.
> >> >> >
> >> >> > Googling this shows that a potential issue might have to do with
> >> >> > setting
> >> >> > the
> >> >> > browser capabilities. I am not familiar with setting <browserCaps>.
> >> >> > How
> >> >> > do
> >> >> > I
> >> >> > make these changes? Does this have to be done for each browser type?
> >> >> > I
> >> >> > would
> >> >> > like to add Safari as well.
> >> >> >
> >> >> > The site is hosted at UplinkEarth.com, so if it involves touching a
> >> >> > machine-level file, I might be out of luck. I am hoping this can be
> >> >> > addressed
> >> >> > in the web.config or on my master page.
> >> >> >
> >> >> > Any help would be most appreciated! This is a show-stopper.
> >> >> >
> >> >> > Thanks!
> >> >> > Michael
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      28th Jan 2007
Browsercaps is still supported in ASP.NET 2.0 ( i.e., it works ), although it's officially
deprecated.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"clintonG" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Is browsercaps even necessary with VS2005?


> <%= Clinton Gallagher



> "moflaherty" <(E-Mail Removed)> wrote in message
> news:222E1C0D-42E7-41AC-AA8B-(E-Mail Removed)...
>> Thanks! I am a shrink-wrap developer by trade, so web sites are secondary to
>> me. I will remember your advice next time!
>>
>> Thanks again!
>> Michael
>>
>> "John Timney (MVP)" wrote:
>>
>>> If its any consolation, we've all been there. I tend to develop using
>>> Firefox as the default browser, as its tighter on compliance and shows your
>>> errors up earlier.
>>>
>>> Good luck with your project
>>>
>>> Regards
>>>
>>> John Timney (MVP)
>>> http://www.johntimney.com
>>> http://www.johntimney.com/blog
>>>
>>>
>>> "moflaherty" <(E-Mail Removed)> wrote in message
>>> newsCC5B4C8-CF4F-41E9-8787-(E-Mail Removed)...
>>> > Thanks! I looked at the source and I see the same thing. Apparently some
>>> > of
>>> > the comments I added were interpreted incorrectly. Though there are still
>>> > quirks in FireFox with my styles, it does look better.
>>> >
>>> > The world of open standards - sigh.
>>> >
>>> > Thanks for your help!
>>> > Michael
>>> >
>>> > "John Timney (MVP)" wrote:
>>> >
>>> >> On first glance looking at the source in firefox, the style declaration
>>> >> appears to be rendered as commented out.
>>> >>
>>> >> Theres a tutorial on browsercaps here
>>> >> http://www.codeproject.com/aspnet/browsercaps.asp
>>> >>
>>> >> --
>>> >> Regards
>>> >>
>>> >> John Timney (MVP)
>>> >> VISIT MY WEBSITE:
>>> >> http://www.johntimney.com
>>> >> http://www.johntimney.com/blog
>>> >>
>>> >>
>>> >> "moflaherty" <(E-Mail Removed)> wrote in message
>>> >> news:B8AE79A3-504B-4AE3-A3D8-(E-Mail Removed)...
>>> >> > Hi!
>>> >> >
>>> >> > I am trying to finish a site, but I can't seem to overcome this
>>> >> > problem.
>>> >> > It
>>> >> > appears that FireFox cannot see the CSS style sheet. Here is the test
>>> >> > site:
>>> >> >
>>> >> > www.NOTATranslators.org/New/Index2.aspx
>>> >> >
>>> >> > The sight looks right in IE7. It is developed with VS.2005 SP1.
>>> >> >
>>> >> > Googling this shows that a potential issue might have to do with
>>> >> > setting
>>> >> > the
>>> >> > browser capabilities. I am not familiar with setting <browserCaps>. How
>>> >> > do
>>> >> > I
>>> >> > make these changes? Does this have to be done for each browser type? I
>>> >> > would
>>> >> > like to add Safari as well.
>>> >> >
>>> >> > The site is hosted at UplinkEarth.com, so if it involves touching a
>>> >> > machine-level file, I might be out of luck. I am hoping this can be
>>> >> > addressed
>>> >> > in the web.config or on my master page.
>>> >> >
>>> >> > Any help would be most appreciated! This is a show-stopper.
>>> >> >
>>> >> > Thanks!
>>> >> > Michael
>>> >>
>>> >>
>>> >>
>>>
>>>
>>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IE7 & Firefox problem feckit Windows XP 5 3rd Jul 2009 04:42 PM
Process.Start throws exception when starting firefox after firefox crashes Gene Chang Microsoft Dot NET Framework 2 25th Oct 2007 07:26 PM
OH OH Need Help with XP Problem - Firefox geezer Windows XP Networking 3 29th Sep 2005 12:06 AM
so what does IE or any of the IE shells have over firefox ? (any anti firefox ppl bother looking at recent plugins available?) *ProteanThread* Freeware 13 20th Oct 2004 04:39 PM
Thanks to the group for all the Firefox help - Firefox taskbar icon ul to alt.binaries.freeware. fitwell Freeware 3 1st Jul 2004 03:32 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:30 AM.