Re: CSS positioning!!!

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 36891
interpreted = N
texte = [showif [BrowserName]^Mac][redirect admin_mac.html][/showif] [showif [BrowserName]^Win][redirect admin_pc.html][/showif] [showif [BrowserName]^X11] [redirect admin_pc.html][/showif] [showif [BrowserName]^WebTV] [redirect admin_pc.html][/showif] [showif [BrowserName]^OS/2] [redirect admin_pc.html][/showif] [redirect admin_pc.html]The above code does the same thing for you with out the KnowBrowser Variable. I was just wondering why you had to use the variable KnownBrowser. Regards Anup Setty ----- Original Message ----- From: Alisha Outridge To: WebCatalog Talk Sent: Monday, July 02, 2001 12:00 PM Subject: Re: CSS positioning!!! > 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/ ------------------------------------------------------------- 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)
[showif [browsername]^Mac][redirect admin_mac.html][/showif] [showif [browsername]^Win][redirect admin_pc.html][/showif] [showif [browsername]^X11] [redirect admin_pc.html][/showif] [showif [browsername]^WebTV] [redirect admin_pc.html][/showif] [showif [browsername]^OS/2] [redirect admin_pc.html][/showif] [redirect admin_pc.html]The above code does the same thing for you with out the KnowBrowser Variable. I was just wondering why you had to use the variable KnownBrowser. Regards Anup Setty ----- Original Message ----- From: Alisha Outridge To: WebCatalog Talk Sent: Monday, July 02, 2001 12:00 PM Subject: Re: CSS positioning!!! > 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/ ------------------------------------------------------------- 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/ Anup Setty

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:

Standardize Address :: USPS (2005) [WebDNA] Cookie Enabled/Disabled (2013) Help: sorting in found set. (2001) WebCat2 - Getting to the browser's username/password data (1997) Summing fields (1997) RE: creating writefile data from a nested search (1997) [WebDNA] [replacefounditems] fails (2009) WebCatalog for guestbook ? (1997) Summing fields (1997) Help with nested search (1998) [WebDNA] [BULK] WebDNA 6.2 and WebDNA 7 on same machine (2011) Special characters in field names (1998) bug in [SendMail] (1997) Kaaaaahhhhhhhnnnnnnn! (1997) WebDNA 5 - Function test weirdness or ? (2003) Virtual hosting and webcatNT (1997) Multiple Ad databases? (1997) [WebDNA] 8.0.2 Install on Yosemite Fails (2015) What is WebDNA (1997) Payment Processors (2005)