Re: CSS positioning!!!

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 36890
interpreted = N
texte = I'm positive there is a way to do this with less code as there is with anything else but the way this is setup the variable KnownBrowser is there because in the event that a browser is not known it will go automatically to admin_PC.html and I can get the name of the browser added to a database for statistic purposes. One must keep track of their audience for growth purposes!Thanks for your input,Alisha Outridge Spec Simple, Inc Where 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: >>>>> >>>>>
20px; >>>>> width: 200px; visibility: visible>>>>> toggle(1,30); return false>>>>> border=0>>>>> border=0>
>>>>> >>>>> 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:

    
  1. Re: CSS positioning!!! (Gene Beljaeff 2001)
  2. Re: CSS positioning!!! (Christer Olsson 2001)
  3. Re: CSS positioning!!! (Nitai @ ComputerOil 2001)
  4. Re: CSS positioning!!! (Clint Davis 2001)
  5. Re: CSS positioning!!! (Alisha Outridge 2001)
  6. Re: CSS positioning!!! (Daniel Smith 2001)
  7. Re: CSS positioning!!! (Anup Setty 2001)
  8. Re: CSS positioning!!! (Alisha Outridge 2001)
  9. Re: CSS positioning!!! (Alisha Outridge 2001)
  10. Re: CSS positioning!!! (Anup Setty 2001)
  11. Re: CSS positioning!!! (Nitai @ ComputerOil 2001)
  12. Re: CSS positioning!!! (Jeff Logan 2001)
  13. CSS positioning!!! (Alisha Outridge 2001)
I'm positive there is a way to do this with less code as there is with anything else but the way this is setup the variable KnownBrowser is there because in the event that a browser is not known it will go automatically to admin_PC.html and I can get the name of the browser added to a database for statistic purposes. One must keep track of their audience for growth purposes!Thanks for your input,Alisha Outridge Spec Simple, Inc Where 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: >>>>> >>>>>
20px; >>>>> width: 200px; visibility: visible>>>>> toggle(1,30); return false>>>>> border=0>>>>> border=0>
>>>>> >>>>> 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

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

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...

Related Readings:

Variable prices and Formulas.db (1997) suggestion (1997) Re:quit command on NT (1997) webcat (2000) [HIDEIF] inside [FOUNDITEM] (1997) Registration Form (1998) [protect] on NT? (1997) NT 4.02b5 Order Lineitems bug. (2000) [Feature Request] Stronghold security variables that cannot (2000) Email (1998) grep question - removing spaces (2005) Include a big block of text (1997) FCKeditor (2008) Cart Unique After Rolling Back Time? (2001) [WebDNA] Quick grep question (2009) Requiring that certain fields be completed (1997) 2nd WebCatalog2 Feature Request (1996) read and write you own cookies with webcat (1997) WebCatalog stalls (1998) Bug? (1997)