Re: CSS positioning!!!

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 36888
interpreted = N
texte = >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/ 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)
>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/ 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:

Banners and sort of random display (1997) select multiple 2 more cents (1997) Mass Mail (2000) A Global Variable (1997) RE: [sendmail]- bcc? (1998) Fufillment e-mail? (1998) removelineitems (2000) WebCat2b12--[searchstring] bug (1997) Problems with [Search] param - Mac Plugin b15 (1997) Sorting a Search... (1998) Announcing general availability of WebDNA 4.5 release (2002) Plugin or CGI or both (1997) Couple of questions (1999) Multithreading of [replace] (1999) [convertChars] and HTML Tags (1997) Bug? (1997) carriage returns in data (1997) Emailer errors (1997) raw=T is broken in [include] (1997) Multiple download orders of the same product? (1997)