Re: CSS positioning!!!

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 36895
interpreted = N
texte = Why not just [include] the correct CSS into the page...[showif [BrowserName]^Mac][include file=css_mac.inc][/showif] [showif [BrowserName]^Win][include file=css_pc.inc][/showif] [showif [BrowserName]^X11][include file=css_pc.inc][/showif] [showif [BrowserName]^WebTV][include file=css_pc.inc][/showif] [showif [BrowserName]^OS/2][include file=css_pc.inc][/showif]You could also add some code inside the [showif]'s that writes the BrowserName to your tracking database.>That is what I meant originally. I wanted a way to fix it on one page if I >could using CSS. This method is easier to update than the multiple page >method however I haven't 10 pixel difference on eye it seems correct >considering the difference I was seeing were as drastic as a 10 pixel >difference + a 10 pixel margin. > >I'll test later. For the moment, I'll use it this way for compatibility. >When I get back to browser compatibility I'll figure it out. > >Much regards! > >Alisha Outridge >Spec Simple, Inc >Where the World of Design Connects... > >> From: Daniel Smith >> Reply-To: (WebCatalog Talk) >> Date: Mon, 2 Jul 2001 10:17:45 >> To: (WebCatalog Talk) >> Subject: Re: CSS positioning!!! >> >> everyone is giving you external CSS examples, I think this >> is what you mean. I had to do exactly this for a recent >> project. >> >> The difference between Netscape and IE is about 10 pixels >> on a mac and i believe it is about the same on a PC. IE >> starts counting pixels after its usual 10px margin so it is >> utterly confusing but anyways. >> >> So the way i did it was: >> >>
> [Browsername]^Internet Explorer]11[/showif][hideif >> [Browsername]^Internet Explorer]1[/hideif]px; left: [showif >> [Browsername]^Internet Explorer]20[/showif][hideif >> [Browsername]^Internet Explorer]10[/hideif]px; height: >> [showif [Browsername]^Internet Explorer]30[/showif][hideif >> [Browsername]^Internet Explorer]20[/hideif]px; width: >> [showif [Browsername]^Internet Explorer]210[/showif][hideif >> [Browsername]^Internet Explorer]200[/hideif]px; visibility: >> visible> >> >> >> Then again I could be completely wrong and on crack. >> >> ~Dan >> ------------------------------------------------------------ >> Daniel H. Smith >> WebDeveloper/WebDesigner Extraordinaire >> 914.276.2288 >> dsmith7@dsmith7.com >> For the Skills Go To: www.dsmith7.com >> For Love Go To: www.danandsabrina.com >> ------------------------------------------------------------ >> >> >> ---------- Original Message ---------------------------------- >> From: Alisha Outridge >> Reply-To: >> (WebCatalog Talk) >> Date: Mon, 02 Jul 2001 11:40:59 >> >>>>>> I am positioning a layer on a page of mine useing >> this code: >>>>>> >>>>>> > > > > > > > > __________________________________________________ >> D O T E A S Y - Join the web hosting revolution! >> http://www.doteasy.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/ -- _______________________Clint Davis Webmaster Gray Loon Marketing Group 812.422.9999cdavis@grayloon.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)
Why not just [include] the correct CSS into the page...[showif [browsername]^Mac][include file=css_mac.inc][/showif] [showif [browsername]^Win][include file=css_pc.inc][/showif] [showif [browsername]^X11][include file=css_pc.inc][/showif] [showif [browsername]^WebTV][include file=css_pc.inc][/showif] [showif [browsername]^OS/2][include file=css_pc.inc][/showif]You could also add some code inside the [showif]'s that writes the BrowserName to your tracking database.>That is what I meant originally. I wanted a way to fix it on one page if I >could using CSS. This method is easier to update than the multiple page >method however I haven't 10 pixel difference on eye it seems correct >considering the difference I was seeing were as drastic as a 10 pixel >difference + a 10 pixel margin. > >I'll test later. For the moment, I'll use it this way for compatibility. >When I get back to browser compatibility I'll figure it out. > >Much regards! > >Alisha Outridge >Spec Simple, Inc >Where the World of Design Connects... > >> From: Daniel Smith >> Reply-To: (WebCatalog Talk) >> Date: Mon, 2 Jul 2001 10:17:45 >> To: (WebCatalog Talk) >> Subject: Re: CSS positioning!!! >> >> everyone is giving you external CSS examples, I think this >> is what you mean. I had to do exactly this for a recent >> project. >> >> The difference between Netscape and IE is about 10 pixels >> on a mac and i believe it is about the same on a PC. IE >> starts counting pixels after its usual 10px margin so it is >> utterly confusing but anyways. >> >> So the way i did it was: >> >>
> [browsername]^Internet Explorer]11[/showif][hideif >> [browsername]^Internet Explorer]1[/hideif]px; left: [showif >> [browsername]^Internet Explorer]20[/showif][hideif >> [browsername]^Internet Explorer]10[/hideif]px; height: >> [showif [browsername]^Internet Explorer]30[/showif][hideif >> [browsername]^Internet Explorer]20[/hideif]px; width: >> [showif [browsername]^Internet Explorer]210[/showif][hideif >> [browsername]^Internet Explorer]200[/hideif]px; visibility: >> visible> >> >> >> Then again I could be completely wrong and on crack. >> >> ~Dan >> ------------------------------------------------------------ >> Daniel H. Smith >> WebDeveloper/WebDesigner Extraordinaire >> 914.276.2288 >> dsmith7@dsmith7.com >> For the Skills Go To: www.dsmith7.com >> For Love Go To: www.danandsabrina.com >> ------------------------------------------------------------ >> >> >> ---------- Original Message ---------------------------------- >> From: Alisha Outridge >> Reply-To: >> (WebCatalog Talk) >> Date: Mon, 02 Jul 2001 11:40:59 >> >>>>>> I am positioning a layer on a page of mine useing >> this code: >>>>>> >>>>>> > > > > > > > > __________________________________________________ >> D O T E A S Y - Join the web hosting revolution! >> http://www.doteasy.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/ -- _______________________Clint Davis Webmaster Gray Loon Marketing Group 812.422.9999cdavis@grayloon.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/ Clint Davis

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:

[WebDNA] mod_deflate and webdna (2017) WebDNA 4.5.1 Now Available (2003) Database monitoring (2005) Protect (1997) RE: New WebCatalog Version !!! (1997) emailer on Windows Beta 18 (1997) Date problems-more (1997) cr/cr/lf under WebSite ($WebCat.exe) confirmed (2000) Empty Shopping Carts? (1998) Follow-up to listfiles bug report ... (2003) Opinion: [input] should be called [output] ... (1997) Plugin or CGI or both (1997) shownext & math (1997) [WebDNA] writing pdfs on the fly (Avery labels #5160) (2010) WebCat2b13MacPlugin - nested [xxx] contexts (1997) [WebDNA] ImageMagick troubleshooting (2009) [Sum] function? (1997) flushdatabases (1997) Explorer oddities (1997) Using Cookie for client specific info? (1997)