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:

New Site Announcement (1998) Is there an easier way? (1998) default value from Lookup (was Grant, please help me) (1997) Searching multiple fields from one form field (1997) Virtual Domains (1998) [WebDNA] How to catch an error? (2013) Verifying and adding new users (1997) [math] oddness .. (2002) WebCat2: multiple currency support (1997) japanese characters (1997) Using [Showif] tag. Mac (1997) Summ=T Problem (1997) Banner Ads (2000) download a file (2001) Using [random] (1999) Not reading code (1997) Calendar (1997) international time (1997) Requiring that certain fields be completed (1997) Encyption mail (1998)