numero = 36890
interpreted = N
texte = I'm positive there is a way to do this with less code as there is withanything else but the way this is setup the variable KnownBrowser is therebecause in the event that a browser is not known it will go automatically toadmin_PC.html and I can get the name of the browser added to a database forstatistic purposes. One must keep track of their audience for growthpurposes!Thanks for your input,Alisha OutridgeSpec Simple, IncWhere the World of Design Connects...> From: Anup Setty > Reply-To: (WebCatalog Talk)> Date: Mon, 2 Jul 2001 11:39:25> To: (WebCatalog Talk)> Subject: Re: CSS positioning!!!> > From what I noticed from your code below,> the variable KnownBrowser and it's usage is redundant,> I don't know if it serves any other purpose which is not shown> in the code below. My point is, you can do the same thing with> less code.> > Regards> Anup Setty> > > ----- Original Message -----> From: Alisha Outridge > To: WebCatalog Talk > Sent: Monday, July 02, 2001 11:40 AM> Subject: Re: CSS positioning!!!> > >> Just for the sake of closure, this is what I eventually did in the end. It>> works great and seems like a good way to deal with major browser>> compatibility problems.>> >> [text]KnownBrowser=0[/text]>> [showif [BrowserName]^Mac][text]KnownBrowser=1[/text]>> [redirect admin_mac.html][/showif]>> [showif [BrowserName]^Win][text]KnownBrowser=1[/text]>> [redirect admin_pc.html][/showif]>> [showif [BrowserName]^X11][text]KnownBrowser=1[/text]>> [redirect admin_pc.html][/showif]>> [showif [BrowserName]^WebTV][text]KnownBrowser=1[/text]>> [redirect admin_pc.html][/showif]>> [showif [BrowserName]^OS/2][text]KnownBrowser=1[/text]>> [redirect admin_pc.html][/showif]>> [showif [KnownBrowser]=0][redirect admin_pc.html][/showif]>> >> Alisha Outridge>> Spec Simple, Inc>> Where the World of Design Connects...>> >>> From: Nitai @ ComputerOil >>> Reply-To: (WebCatalog Talk)>>> Date: Sat, 30 Jun 2001 08:57:20>>> To: (WebCatalog Talk)>>> Subject: Re: CSS positioning!!!>>> >>> Good, but dont forget that IE on the Mac works like a PC Browser. So you>>> also need to incldue that and then it will work.>>> >>> Sincerely,>>> Nitai Aventaggiato>>> >>> On 29.6.2001 9:07, Jeff Logan wrote:>>> >>>> Here is what you need to do. Include this code on all of your pages.>>>> >>>> [ShowIf [BrowserName]^Mac]>>> HREF=macstyle.css>[/showif]>>>> [ShowIf [BrowserName]^Win]>>> HREF=winstyle.css>[/showif]>>>> [ShowIf [BrowserName]^X11]>>> HREF=winstyle.css>[/showif]>>>> [ShowIf [BrowserName]^WebTV]>>> HREF=winstyle.css>[/showif]>>>> [ShowIf [BrowserName]^OS/2]>>> HREF=winstyle.css>[/showif]>>>> >>>> Make your Mac Style Sheet, and them make a Win style sheet that has>>>> font's 2 points larger.>>>> >>>> Have more questions ask me off the list.>>>> >>>> Jeff Logan>>>> >>>> >>>> >>>>> Hey guys.. Off topic question here, maybe I could get some help?>>>>> >>>>> I am positioning a layer on a page of mine useing this code:>>>>> >>>>>
>>>>> >>>>> MY problem is that it looks good on my IE 5.5 for Mac but for PC it is>>>>> entirely off.>>>>> >>>>> I know CSS layers are chaotic from browser to browser but there must> be a>>>>> way for me to come to a nice midway between the two different> platforms, PC>>>>> and MAC or I cant' imagine people using CSS at all.>>>>> >>>>> Main point: :o)>>>>> >>>>> Is there a different way to position this than using the parameter>>>>> top? What is the work-around from making a CSS page look good from> PC -->>>>>> MAC?>>>>> >>>>> I can email you the page off list if you would like to see a visual on> this.>>>>> I'd appreciate any assistance. Thank you!!!!>>>>> >>>>> Alisha Outridge>>>>> Spec Simple, Inc>>>>> Where the World of Design Connects...>>>>> >>>>> ------------------------------------------------------------->>>>> This message is sent to you because you are subscribed to>>>>> the mailing list .>>>>> To unsubscribe, E-mail to: >>>>> To switch to the DIGEST mode, E-mail to>>>>> >>>>> Web Archive of this list is at: http://search.smithmicro.com/>>>> >>>> >>>> ------------------------------------------------------------->>>> This message is sent to you because you are subscribed to>>>> the mailing list .>>>> To unsubscribe, E-mail to: >>>> To switch to the DIGEST mode, E-mail to>>>> >>>> Web Archive of this list is at: http://search.smithmicro.com/>>> >>> -->>> We make tools to energize your business>>> Content Management & eBusiness Systems>>> >>> ComputerOil GmbH http://computeroil.com>>> Hauptstrasse 12 info@computeroil.com>>> 8252 Schlatt/Switzerland>>> Tel: +41 (0)52 654 15 55>>> >>> >>> ------------------------------------------------------------->>> This message is sent to you because you are subscribed to>>> the mailing list .>>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to>>> >>> Web Archive of this list is at: http://search.smithmicro.com/>> >> >> ------------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list .>> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to> >> Web Archive of this list is at: http://search.smithmicro.com/> > > -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> > Web Archive of this list is at: http://search.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Associated Messages, from the most recent to the oldest:
I'm positive there is a way to do this with less code as there is withanything else but the way this is setup the variable KnownBrowser is therebecause in the event that a browser is not known it will go automatically toadmin_PC.html and I can get the name of the browser added to a database forstatistic purposes. One must keep track of their audience for growthpurposes!Thanks for your input,Alisha OutridgeSpec Simple, IncWhere the World of Design Connects...> From: Anup Setty > Reply-To: (WebCatalog Talk)> Date: Mon, 2 Jul 2001 11:39:25> To: (WebCatalog Talk)> Subject: Re: CSS positioning!!!> > From what I noticed from your code below,> the variable KnownBrowser and it's usage is redundant,> I don't know if it serves any other purpose which is not shown> in the code below. My point is, you can do the same thing with> less code.> > Regards> Anup Setty> > > ----- Original Message -----> From: Alisha Outridge > To: WebCatalog Talk > Sent: Monday, July 02, 2001 11:40 AM> Subject: Re: CSS positioning!!!> > >> Just for the sake of closure, this is what I eventually did in the end. It>> works great and seems like a good way to deal with major browser>> compatibility problems.>> >> [text]KnownBrowser=0[/text]>> [showif [browsername]^Mac][text]KnownBrowser=1[/text]>> [redirect admin_mac.html][/showif]>> [showif [browsername]^Win][text]KnownBrowser=1[/text]>> [redirect admin_pc.html][/showif]>> [showif [browsername]^X11][text]KnownBrowser=1[/text]>> [redirect admin_pc.html][/showif]>> [showif [browsername]^WebTV][text]KnownBrowser=1[/text]>> [redirect admin_pc.html][/showif]>> [showif [browsername]^OS/2][text]KnownBrowser=1[/text]>> [redirect admin_pc.html][/showif]>> [showif [KnownBrowser]=0][redirect admin_pc.html][/showif]>> >> Alisha Outridge>> Spec Simple, Inc>> Where the World of Design Connects...>> >>> From: Nitai @ ComputerOil >>> Reply-To: (WebCatalog Talk)>>> Date: Sat, 30 Jun 2001 08:57:20>>> To: (WebCatalog Talk)>>> Subject: Re: CSS positioning!!!>>> >>> Good, but dont forget that IE on the Mac works like a PC Browser. So you>>> also need to incldue that and then it will work.>>> >>> Sincerely,>>> Nitai Aventaggiato>>> >>> On 29.6.2001 9:07, Jeff Logan wrote:>>> >>>> Here is what you need to do. Include this code on all of your pages.>>>> >>>> [ShowIf [browsername]^Mac]>>> HREF=macstyle.css>[/showif]>>>> [ShowIf [browsername]^Win]>>> HREF=winstyle.css>[/showif]>>>> [ShowIf [browsername]^X11]>>> HREF=winstyle.css>[/showif]>>>> [ShowIf [browsername]^WebTV]>>> HREF=winstyle.css>[/showif]>>>> [ShowIf [browsername]^OS/2]>>> HREF=winstyle.css>[/showif]>>>> >>>> Make your Mac Style Sheet, and them make a Win style sheet that has>>>> font's 2 points larger.>>>> >>>> Have more questions ask me off the list.>>>> >>>> Jeff Logan>>>> >>>> >>>> >>>>> Hey guys.. Off topic question here, maybe I could get some help?>>>>> >>>>> I am positioning a layer on a page of mine useing this code:>>>>> >>>>>
>>>>> >>>>> MY problem is that it looks good on my IE 5.5 for Mac but for PC it is>>>>> entirely off.>>>>> >>>>> I know CSS layers are chaotic from browser to browser but there must> be a>>>>> way for me to come to a nice midway between the two different> platforms, PC>>>>> and MAC or I cant' imagine people using CSS at all.>>>>> >>>>> Main point: :o)>>>>> >>>>> Is there a different way to position this than using the parameter>>>>> top? What is the work-around from making a CSS page look good from> PC -->>>>>> MAC?>>>>> >>>>> I can email you the page off list if you would like to see a visual on> this.>>>>> I'd appreciate any assistance. Thank you!!!!>>>>> >>>>> Alisha Outridge>>>>> Spec Simple, Inc>>>>> Where the World of Design Connects...>>>>> >>>>> ------------------------------------------------------------->>>>> This message is sent to you because you are subscribed to>>>>> the mailing list .>>>>> To unsubscribe, E-mail to: >>>>> To switch to the DIGEST mode, E-mail to>>>>> >>>>> Web Archive of this list is at: http://search.smithmicro.com/>>>> >>>> >>>> ------------------------------------------------------------->>>> This message is sent to you because you are subscribed to>>>> the mailing list .>>>> To unsubscribe, E-mail to: >>>> To switch to the DIGEST mode, E-mail to>>>> >>>> Web Archive of this list is at: http://search.smithmicro.com/>>> >>> -->>> We make tools to energize your business>>> Content Management & eBusiness Systems>>> >>> ComputerOil GmbH http://computeroil.com>>> Hauptstrasse 12 info@computeroil.com>>> 8252 Schlatt/Switzerland>>> Tel: +41 (0)52 654 15 55>>> >>> >>> ------------------------------------------------------------->>> This message is sent to you because you are subscribed to>>> the mailing list .>>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to>>> >>> Web Archive of this list is at: http://search.smithmicro.com/>> >> >> ------------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list .>> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to> >> Web Archive of this list is at: http://search.smithmicro.com/> > > -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> > Web Archive of this list is at: http://search.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Alisha Outridge
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...