IE8 Floating Issues in e-commerce

Hello Folks,
I am using the e-commerce module, and have everything up and working, however it has been brought to my attentiton that ONLY IN IE8 browsers, the "Individul Product Small" units are not floating correctly. If you open up this link: 
http://www.steannes.com/tea-selection.html in IE9, IE10, or Firefox, etc., you will notice that the float is correct, however in IE8 the boxes are floating in a single column down the left hand side. I have tried everything that I can think of and nothing seems to working, after 2 days of no progress, I look for your guidance.
Many thanks,
Katriona

Hey there Katriona, modern broswers do a fairly decent job trying to handle incorect css and HTML. Alaways amazed by the smarts behind firefox to do that. Not always a good thing through as something incorect can go unoticed unless you have a good coding software that shows you.
You have the float on the div of the small product layout with the css there. If you look at the rendered html the parent is the LI. this is the containing element for each item and that is the one that needs to be floated and margin etc.
Every time you do a float with margins as well the fist (if you use left) and the last (if you use right) will not go to the edge as it should because that actually needs no margin. You can use nth item (css, google, it is cool) for good browsers but for older you would need to use javascript to get that right. It is not a deal breaker though but if you want to get it 100% that is what you do.
The other thing is to clear your floats. For IE8 it will understand the css (Clearfix) code (again, google you will find heaps on that) but this wont work in IE7 so a traditional clear class after floated elements will be needed for example.
Do a bit of googling, palace your positioning CSS on the LI not the Div and you will have it about right and the info you learn will also help you with future stuff and avoid similar issues as well as you know the whys and hows

Similar Messages

  • [svn:fx-4.x] 13997: Addressed an IE8 history issue where our player would lose focus upon appending a history entry .

    Revision: 13997
    Revision: 13997
    Author:   [email protected]
    Date:     2010-02-05 07:53:15 -0800 (Fri, 05 Feb 2010)
    Log Message:
    Addressed an IE8 history issue where our player would lose focus upon appending a history entry. The behavior is unique to IE8.
    Anyone bundling our stock html template would require refreshing their copy of history.js.
    QE notes: None
    Doc notes: None
    Bugs: SDK-23402
    Reviewer: Alex
    Tests run: Checkin
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23402
    Modified Paths:
        flex/sdk/branches/4.x/templates/swfobject/history/history.js

  • SPRY accordion widget IE8 ONLY issue

    hello everybody,
    i noticed a strange "jumpy" behavior while using the spry accordion widget -- this affects IE8 only (currently using 8.0.6001.18882 on vista), other browsers (including IE7 and IE8 forced into IE7 mode) work as expected. this issue seems to be related to the margin property of the accordion container...
    not shure whether this behavior is related to IE rendering or the spry javascript code itself... anyway i made NO changes to the spry script (my version is 0.15, 1.6.1, which i believe to be most recent one).
    the xhtml (strict) and css are perfectly valid (there might be some MINOR css hacks which are not related to the accordion itself). i do NOT use ANY padding on the inner container of the accordion (which would definetely make the spry js count the tween in odd way). the accordions (especially the main menu on the left) are little more complex, but they were built according to the spry widget document, found on the adobe spry website.
    so, here it is -- check the accordion on the left side (the bug seems to happen almost always while opening/closing the last BLUE "section" of the accordion, please play with the accordion for a while to reproduce it -- while the accordion closes, it "loses" it's bottom margin (i guess), what's even more wierd, everything gets back to place after you move a mouse):
    http://www.prazskematky.cz/home.php
    PLEASE NOTICE: since the website is still under development and i'm using a IE meta tag to force it into IE7 rendering, to reproduce this behavior please be shure to switch IE engine to IE8 standards mode
    well, we all now how IE handles css... so it's propably an IE bug -- anyway if you have encountered a similar issue of even better found a fix, please let know. (i don't consider a fix switching to another js library, i would like to use the spry, because of it's DW integration)
    many thanks,
    p.s.

    ross m. greenberg wrote:
    > Now however the entire .gif is not appearing in the
    accordion panel is expanded. I insert the graphic using a standard
    "menu insert/graphic/browse and select"
    >
    > the graphic file is not showing up properly on such an
    insert...
    Are you referring to what it looks like in Design view? If
    so, that's
    correct. Accordion panels have a fixed height. From memory, I
    think it's
    200px. However, if you test the page in a browser, you should
    see a
    scrollbar automatically generated on panels that have content
    that
    exceeds the height of the panel.
    If you want flexible-height panels in the accordion, you need
    to adjust
    both the CSS and the script that initializes the accordion. I
    have
    covered all the details in my "Essential Guide to Dreamweaver
    CS3" (and
    the forthcoming CS4 edition). You can probably find online
    tutorials as
    well. Try a Google search for Spry flexible height accordion.
    The accordion widget has been around since CS3, and it hasn't
    changed in
    CS4, so a Google search should bring up a lot of information.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • IE8 Applet Issue on ADF

    I am having issue with Applet on a .jspx page when using IE8 browser.
    I am running on:
    JDEVADF_11.1.1.7.0_GENERIC_121026.1729.6438
    This blocking our progress at the moment, so any help please.
    I created a simple ADF Web Application with a single page that loads an Applet:
    +<?xml version='1.0' encoding='UTF-8'?>+
    +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"+
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    +<jsp:directive.page contentType="text/html;charset=UTF-8"/>+
    +<f:view>+
    +<af:document id="d1">+
    +<af:form id="f1">+
    +<af:commandButton text="commandButton 1" id="cb1"/>+
    +<af:switcher id="s1" defaultFacet="true">+
    +<f:facet name="true">+
    +<f:verbatim>+
    +<applet id="MyApplet" name="MyApplet" width="1" height="1" hidden="true"+
    scriptable="true" pluginspage="http://java.sun.com/javase/downloads/ea.jsp"
    code="com.oracle.HelloWorld"
    archive="/Application23-ViewController-context-root/MyApplet.jar"
    cache_archive="MyApplet.jar" cache_version="11.1.7.0"/>
    +</f:verbatim>+
    +</f:facet>+
    +</af:switcher>+
    +<af:commandButton text="commandButton 2" id="cb2"/>+
    +</af:form>+
    +</af:document>+
    +</f:view>+
    +</jsp:root>+
    I found that the behavior is different on IE8 and IE9:
    on IE9:_
    The page was rendered and Applet was loaded.
    Clicked on the button and I could see the page refresh.
    Clicked refresh on the browser and the page refreshed correctly.
    on IE8:_
    the page was rendered and Applet was loaded.
    Clicked on the button and nothing happened.
    Clicked refresh on the browser and it took me to a different URL.
    I have tested on Firefox and Chrome and they were fine.
    I also tested loading applet using HTML file (not ADF app) and it was fine in IE8.
    Hence, this seems to be an ADF specific issue.
    any suggestions or idea?
    Is there any ADF specific way to load an Applet?

    Hi,
    you are sitting on an Oracle internal build of JDeveloper. So can you verify the behavior with a public release (JDeveloper 11.1.1.6) to ensure its not an issue with a non-production build? Note that the OTN forum is a public forum and not meant to address Oracle internal builds.
    Something to check:
    - Is IE8 running in native mode or in compatibility mode (please check the same for IE9)?
    - If Applet caching is disabled, does it make a difference?
    - If you removed the af:swicther tag surrounding it, does it make a difference?
    Frank

  • IE6 to IE7 or IE8 compatability issues

    Hi,
    Now we r working on portal(EP 7.0) with IE6, working fine for All SSO and non-SSO , according to user request we r planned to change IE7 or IE8. I tested with IE7 and IE8 I found some problem's like below
    1)  when the user clicking one iview(non-sso) its asking user id  and password even user mapping is fine.
         But same iview(non-sso)  is working fine in IE6( its not asking userid and password)
    2) I have taken another dealer and tested its working fine (Point 1) but when I delete the cookies, files its asking the user name and
         password
      Now what i need to do for resolving the problem.
    Thanks in advance !
    Polaka
    Edited by: polaka123 on Nov 18, 2010 9:22 AM
    Edited by: polaka123 on Nov 18, 2010 9:26 AM

    Hello,
    The official support comes with SPS20 for IE8 on Windows XP Professional and with SPS21 on Windows 7. For example the Web Dynpro runtime won't be supported with IE8 on your current stack and there are other issues.
    You will find more information within the PAM and the following SAP Notes:
    http://service.sap.com/pam
    http://service.sap.com/sap/support/notes/1347768
    http://service.sap.com/sap/support/notes/1296463
    They will refer to more related Notes.
    You may also refer to this previous discussion:
    Re: IE 8 Compatibility with Portal 7.0
    Regards,
    Andre

  • Flash and IE8 Render Issues

    Grasping for straws as we cannot seem to find anyone else with issues related to IE8 rendering SWF's incomplete. We're getting a random"blanking" or black area of the images we are loading in at 960X680 resolution. This is an illustrators gallery and is being loaded dynamically using an XML file. Has anyone seen this sort of thing before or have any ideas as to what could be causing this? It is only happening on IE8 as we have tested Safari, Firefox & Chrome on PC and Mac.
    http://www.kazstudios.com

    The site worked fine for me in IE8 using Flash player 10.0.32.18

  • Php and float issue

    I have created a <div "content"> with inside two divs:
    <div "left"> and <div "right">
    I want both to be adjacent, so the left div I float. In the left I want some images and text, in the right I want a php form. This form works perfect in a regular division, and also in the <div "right"> as long as I don't float the left division.
    This is the php function: <?php include_once("gbcf-v3/form.php"); ?>
    The widht of the div is sufficient for the form; the webpage appears properly with the form showing, if I don't float the left div (but then the form shows up underneath to the right of the left div. If I float the left div, to get the form show up adjacent to the left div, the webpage stays blanc. And yes, I transfer the styles directory to my server every time I change a style.
    What do I do wrong?
    Thanks for any help,
    Erik
    Here is the link to the page, showing the php form in the wrong place (underneath instead of to the right of my text and image):
    http://mysafety.be/inbraakbeveiliging%20promoties%20v2.html

    The css errors have been corrected, the html errors are in process. I already have the form where I want: http://mysafety.be/inbraakbeveiliging%20promoties%20v2.html
    There are still errors, but I see you've managed to get the form where you want it.
    1. I am puzzled by your xhtml comment, more out of ignorance then anything else: when starting up this site I choose xhtml v1.0 transitional just because I was thought to do so in one of the Dreamweaver tutorials. Should I rather use HTML 4.0 transitional straight away in the future?
    Since you are just starting out, I recommend learning 4.01 Strict. This will make your HTML documents easier to upgrade to 5.0x when it is eventually approved. Others may recommend using 4.01 Transitional as you develope your skills in HTML. I personally think Transitional is good for those who learned the old, deprecated and/or obsolete versions and need to transition to the stricter versions. (XHTML uses 4.01 Strict as its starting point).
    What is the pro and con of html 4.0 transitional vs xhtml 1.0 transitional?
    IMO, XHTML is more a fad than anything. It DOES have its place, but it has been, at best, poorly implemented. And if you do not know what it is for, or how to use its features, it doesn't make much sense to use that DOCTYPE. Here are some specifics written by others http://en.wikipedia.org/wiki/Xhtml#Criticism
    Mark A. Boyd
    Keep-On-Learnin' :-)

  • Background and float issues

    I have some side nav items that are not showing the background color. Can't figure out why.
    http://www.aptcoweb.com/dev/aptcoFluid/
    Also, 3 divs near the bottom with the class of col are not floating. What's wrong there?

    larrycfc wrote:
    Interesting, Nancy. I already had it targeted in .side li a:hover but that wasn't working. Too specific? I moved those selections into simple .side a:hover and it works. Then I disabled the ones in li and it still works. What's the explanation for this behavior?
    Its because you have no anchor inside .side li  - the anchor is inside .side
    <li class="side"><a href="/promo/index.htm">Promotional<br />Products</a></li>
    For .side li a:hover to work the structure would need to look like below:
    <div class="side">
    <li><a href="/promo/index.htm">Promotional<br />Products</a></li>
    </div>

  • CSS Three Column Float issue

    I created this website utilizing the three column fixed width
    CSS template from Dreamweaver. I'm having issues with the center
    column coming after the content in the 3rd column. Thought it was
    an issue with content being too wide but changed that and it's
    still occuring. Of course it's fine in Firefox but IE6 it's a no
    go.
    http://www.clotheshorseconnection.com/
    Any help is greatly appreciated.
    Thanks,
    Cheryl

    Cheryl,
    Are you're using DW CS3? If so, have you tried the new
    Browser
    Compatibility Check feature?
    File > Check Page > Browser Compatibility
    Hope this helps,
    Randy
    > I created this website utilizing the three column fixed
    width CSS template from
    > Dreamweaver. I'm having issues with the center column
    coming after the content
    > in the 3rd column. Thought it was an issue with content
    being too wide but
    > changed that and it's still occuring. Of course it's
    fine in Firefox but IE6
    > it's a no go.
    >
    >
    http://www.clotheshorseconnection.com/
    >
    > Any help is greatly appreciated.
    >
    > Thanks,
    > Cheryl

  • Floating issue

    I have a sidebar div floated left (with a background gif), and a main content div (with dark grey background) so they sit nicely next to each other. When I insert an image into the main content div, both divs stay in place, but the content is pushed below (the inserted image is being blocked from floating within its parent div).
    See attached.
    So far, floating divs seems to work perfectly until I actually try to add content inside those divs. Then it falls apart. Not good. Any suggested fixes? 

    There are many tools in a developer's toolbox. Sometimes one tool seems more appropriate, sometimes another.
    Your best bet is to learn both and make your own choice, depending on how it will be used. I think a lot of how code is used ties in with the way you are thinking about the site you are building, how you have conceptualized it, and the pieces you are fitting together to build it, and those are perforce quite individual, developer to developer.
    An unnoticed unclosed CSS statement or an extra space where it doesn't belong can break code.
    I think you handled it correctly by deleting and rewriting. It's a much cleaner approach than to try to jigger code that has an error in it somewhere.
    You should also make use of Validation tools to help check your code for you. There's one integral to Dreamweaver, and many developers also use Validator tools on the Web.
    Z

  • Video embed float issue!

    Embedded videos are floating in front of all other objects. I had them embedded in a slideshow widget, then I tried it outside of a widget, directly on the page... the same result! My lightbox menu objects are obscured by the video when opened. I have tried moving the video to back, and moving the lightbox widget to front, but no luck. I have tried youtube (even the old code), and also a facebook embed. In only firefox, half of the lighbox objects are obscured, and some are visible, but why? What can I do??? Here is the link:
    www.tightenupgirl.businesscatalyst.com

    Add wmode="transparent" to the embed tag (in addition to the wmode param in the object tag).
    <object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/B6hzf_gbuj0?version=3&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/B6hzf_gbuj0?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true" wmode="transparent"></embed></object>

  • Javascript Issue causing e-commerce tracking errors

    Hi all,
    I've been getting an error when proceeding through the shopping cart process which is causing the Google Analytics javascript for e-commerce tracking to not fire.
    https://domain01.worldsecuresystems.com/scripts/jquery.main.js Line: 18 Error: Timestamp: 27/02/2013 3:48:07 PM
    Error: TypeError: $(...).slideshow is not a function
    Source File: https://domain01.worldsecuresystems.com/scripts/jquery.main.js Line: 18
    has anyone else had this type of error occur to them?
    If so, how did you fix it?
    If not, who would be the best contact to fix this?
    As the javascript file is on the world secure systems domain, i would reasonably think it has to be a fix on the BC end?
    Any help would be great - thanks

    Hi Liam,
    We've repeated all the steps and I think we're a bit closer to fixing the problem.
    What i've got now is a duplicate of the GA code but I'm unsure of where to find the duplicate. See below for the code that appears on the "thank you, payment success" page.
    The text that is struck out shouldn't be there, however I can't find where it exists. It's also not in the "order_receipt-AU.html" page where we put the other segment of code.
    Do you know of a way we can find out where the struck out code could be?
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-25030172-1']);
      _gaq.push(['_setDomainName', 'manchesterwarehouse.com.au']);
      _gaq.push(['_setAllowLinker', true]);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-25030172-1']);
      _gaq.push(['_setDomainName', 'manchesterwarehouse.com.au']);
      _gaq.push(['_setAllowLinker', true]);
      _gaq.push(['_trackPageview']);
    _gaq.push(['_addTrans', "2157207", // Order ID
                       "", // Affiliation
                       "15.26", // Total
                       "", // Tax
                       "", // Shipping
                       "", // City
                       "", // State
                       "" // Country
            _gaq.push(['_trackTrans']);
      (function() {
                var ga = document.createElement('script');
                ga.type = 'text/javascript';
                ga.async = true;
                ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
                var s = document.getElementsByTagName('script')[0];
                s.parentNode.insertBefore(ga, s);
    </script>

  • Odd floating point issue, can anone explain it

    Hi
    Below I have pinpointed an odd problem that I recently found using the newest express build of the compiler. Can
    anyone reproduce it ? Can anyone explain what the problem is ?
    Thanks a lot in advance,
    Cheers, Jacob
    jwp@per$ cat foo_simple.f90
    program foo
    implicit none
    integer(4) :: ta(8)
    call date_and_time(values=ta)
    write(*,*) 'floating issue', (ta(8))*(1.0e-3)
    end program
    jwp@per$ /data/sw/sunstudio_201006/solstudioex1006/bin/f95 -g -O0 -ftrap=%all -fsimple=0 -fns=no foo_simple.f90
    jwp@per$ ./a.out
    Floating point exception
    jwp@per$

    Thanks for getting back. Isn't is so that ta must be an integer to be passed onto date_and_time ? So is your suggestion to do something like
    real(4) :: a
    call date_and_time(values=ta)
    a=real((ta(8)))
    write(*,*) 'floating issue', a*(1.0e-3_4)
    or
    real(8) :: a
    call date_and_time(values=ta)
    a=dble((ta(8)))
    write(*,*) 'floating issue', a*(1.0e-3_8)
    ??? Unfortunately, both expressions above also gives rise to a floating point exception. Maybe I misread your suggestion.
    Cheers, Jacob

  • Rating Widget: CSS Float question

    I've successfully modified the Rating widget with our own rating graphics (smaller star's) but one issue I cannot figure out is how to get rid of what looks like a margin or padding around the ratingButtons... actually, everything within the ratingContainer itself. Everything works fine, just trying to tweak it's apperance on screen in relationship to other elements above and below the widget.
    In SpryRating.css, the ratingContainer is floated left as well as the ratingButton(s) by default. I didn't change that. I did however change the width and height of the .ratingButton classes to match the new width and heigh of the graphic elements.
    I think this is really more of a CSS/Float issue, but I haven't been smart enough to figure it out over the past few days while trying to research.
    The end result should make the ratingContainer the same height as the ratingButton(s).  I've already tried specific values for the height of the ratingContainer as well as 'auto'.
    Any help would be welcome and appreciated! Thanks!
    -JL

    jasonLampitt wrote:
    Really?
    So, I'm either completely misconstruing your reply (which I admit is possible) but I'm more inclined to take it at face value.
    I am sorry, I fail to see what was ambigious in my reply. I am merely stating the facts and I am sorry that you managed to see otherwise.
    As a contributor to this forum and having no connection to Adobe other than to use their products, I use my spare time to help others with THEIR problems.
    In doing so, we ask that person to assist us so that we can experience the problem first hand which in turn will be indusive to an objective answer.
    In your case we have not been able to reconstruct the problem, thus we have not been able to help. This is of no concern to us, but it does not help you.
    Have a good day!

  • Background color and float problems

    Hello all,
    I am having a problem with the background color and the left
    float for a navigation sidebar (also with the background color for
    the footer). The body color is set to gray, and the main page is
    centered with a white background. I set up the pages using mostly
    CSS, with a few tables where they seemed necessary. I set up the
    navigation side bar as a div with a green background and a left
    float. The footer is set up as a div with a green background. All
    text is aligned left.
    When I preview in Safari, everything looks as expected.
    In Firefox and IE5: The background color of the navigation
    sidebar has white showing up behind the type that are not links
    (e.g., mailing address and subheads). The div does not float all
    the way to the left edge of the page. The background color of the
    footer should be green but shows up as white. I validated the code
    in DW, and it reports no problems (at least, it checked out after I
    made a few corrections).
    I am not that concerned about the background color for the
    footer -- it is either all there (in Safari) or not there at all
    (in Firefox and IE). But I would like to see if I can make it show
    up. For the navigation sidebar, would putting it in a table cell
    make it work correctly in Firefox and IE?
    Regarding the left float issue for the nav sidebar IE5: At
    the top of the page, my logo banner (it's placed in a div) shifted
    to the right (in IE only). When I added a left float to the banner,
    the banner lines up fine with the rest of the page, but a white
    margin appears along the left side of the entire page.
    None of my pages are uploaded to a web host yet. This is my
    first website. I am working in DW8 on a Mac.
    Thanks in advance,
    Kathy (Daylilybud)

    Mista,
    Here is my home page based on the template I sent previously.
    Thanks in advance!
    Kathy (Daylilybud)
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    <title>Loon Song Gardens: Home Page</title>
    <link href="externalcss/informationcss.css"
    rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a {
    font-weight: bold;
    -->
    </style></head>
    <body>
    <div id="container">
    <div id="banner"><a name="topofpage"
    id="topofpage"></a><img
    src="graphics/thumbnailsheader/lsgheadergraphic_760x110.jpg" alt=""
    width="760" height="110" />
    <div id="heading"><img
    src="graphics/thumbnailsheader/hotcolorstrip760.jpg" alt=""
    width="760" height="76" /></div>
    <div id="navsidebar">
    <p class="navsidebarnormal">Loon Song Gardens,
    LLC<br />
    10910 109th Ave N<br />
    Champlin MN 55316<br />
    763.422.0015</p>
    <ul class="ulnavsidebar">
    <li class="ulnavsidebarli"><a
    href="../donotuse/indextest4.html">Homepage</a></li>
    <li class="ulnavsidebarli"><a
    href="about_loonsonggardens/aboutus.html">About
    Us</a></li>
    <li class="ulnavsidebarli"><a
    href="about_loonsonggardens/our_daylilies/aboutourintroductions.html">Our
    Introductions</a></li>
    <li class="ulnavsidebarli">Seedlings</li>
    <li class="ulnavsidebarli">Photo Gallery</li>
    <li class="ulnavsidebarli"><a
    href="pricelist2008/pricelist2008ab2.html">2008 Price
    List</a></li>
    <li class="ulnavsidebarli"><a
    href="pricelist2008/lsgorderform2008website.pdf">Order Form
    (PDF)</a></li>
    <li class="ulnavsidebarli"><a
    href="about_loonsonggardens/shippingandterms.html">Shipping and
    Terms</a></li>
    <li class="ulnavsidebarli"><a
    href="about_loonsonggardens/visitus.html">Visit
    Us</a></li>
    <li class="ulnavsidebarli"><a
    href="mailto:[email protected]">Email Us
    </a></li>
    </ul>
    <p> <span class="navsubheadbold">ABOUT
    DAYLILIES</span> </p>
    <ul class="ulnavsidebar">
    <li class="ulnavsidebarli"><a
    href="about_daylilies/howtoplant.html"
    class="ulnavsidebarli">How to Plant</a></li>
    <li class="ulnavsidebarli"><a
    href="about_daylilies/growingtips.html"
    class="ulnavsidebarli">Growing Tips</a></li>
    <li class="ulnavsidebarli"><a
    href="about_daylilies/howtodivideadaylily.html"
    class="ulnavsidebarli">How to Divide</a></li>
    <li class="ulnavsidebarli"><a
    href="about_daylilies/moreaboutdaylilies.html"
    class="ulnavsidebarli">More About Daylilies</a></li>
    </ul>
    <p> <span class="navsubheadbold">OTHER
    LINKS</span> </p>
    <ul class="ulnavsidebar">
    <li class="ulnavsidebarli"><a href="
    http://www.daylilies.org"
    class="ulnavsidebarli">American Hemerocallis <br />
    Society (AHS)</a></li>
    <li class="ulnavsidebarli"><a href="
    http://www.daylilies.org/ENews.html"
    class="ulnavsidebarli">AHS Daylily E-News <br />
    (FREE SUBSCRIPTION) </a></li>
    </ul>
    </div>
    <div id ="content">
    <h1>Welcome to Loon Song Gardens! </h1>
    <ul>
    <li class="contentli">We specialize in northern-hardy
    daylilies (<em>Hemerocallis</em>).</li>
    <li class="contentli">Our daylilies are field
    grown.</li>
    <li class="contentli">We offer competitive
    prices.</li>
    <li class="contentli">Loon Song Gardens, LLC, is a
    licensed and inspected nursery.</li>
    <li class="contentli">We are an American Hemerocallis
    Society Display Garden. </li>
    <li class="contentli">Visitors are welcome by
    appointment.</li>
    </ul>
    <p>Loon Song Gardens is a specialty daylily nursery
    and the home of Mike and Kathy Lamb in Champlin, Minnesota, USDA
    hardiness zone 4. We grow over 1,000 named daylily cultivars in a
    wide range of colors, sizes, and forms, from classics to cutting
    edge. If you are looking for northern-hardy daylilies, check with
    us! We will gladly share our growing experiences with you so you
    may have the best possible success.Kathy hybridizes daylilies and
    has introduced four daylily cultivars to date. For details, see
    <a
    href="about_daylilies/about_loonsonggardens/our_daylilies/ourintroductionsmain.html">Our
    Introductions </a> and <a
    href="about_daylilies/about_loonsonggardens/our_daylilies/seedlingsandfutures.html">Seedl ings.</a></p>
    <h2>Are you new to the world of daylilies? </h2>
    <p>Learn more about daylilies! Use the links in the
    left sidebar to find answers to your questions. Check back for
    updates. If you have questions, send us an email, and we will try
    to help.</p>
    <h2>To place your order</h2>
    <p class="contentp">Use our on-line <a
    href="about_daylilies/pricelist2008/pricelist2008v215ab.htm">2008
    Price List </a> to make your selections. We are a small
    nursery and quantities are limited, so it is best to confirm your
    order via email.</p>
    <p class="contentp">To place your order, print the
    <a
    href="about_daylilies/pricelist2008/lsgorderform2008website.pdf">Order
    Form (PDF)</a>, fill it in, enclose payment by check or money
    order (payable to Loon Song Gardens, LLC), and mail to:</p>
    <blockquote>
    <p class="contentp"> Loon Song Gardens<br />
    10910 109th Ave N <br />
    Champlin MN 55316</p>
    </blockquote>
    <p>We ship at least a double-fan size plant unless
    otherwise noted in our listings, we include a bonus for orders of
    at least $35, and we guarantee that our plants are true to
    name.</p>
    <h2>Visit Loon Song Gardens</h2>
    <p>Loon Song Gardens is an official American
    Hemerocallis Society (AHS) Daylily Display Garden, open by
    appointment. If you will be in the Minneapolis area and would like
    to stop by, please contact us to schedule a time. For details,
    click on <a
    href="about_daylilies/about_loonsonggardens/visitloonsonggardens.html">Visit
    Us</a>. </p>
    <h2>Join the American Hemerocallis Society
    (AHS)</h2>
    <p>The AHS website includes lots of great daylily
    information, so be sure to take a look. </p>
    <p>Join AHS today and take advantage of the voucher
    program! New AHS members receive a voucher good for at least $25.00
    toward daylilies from participating vendors (a minimum purchase may
    apply). To join AHS, go directly to <a href="
    http://www.daylilies.org/AHSmemb.html">AHS
    Membership</a>.</p>
    <p>Kathy is currently on the AHS Board of Directors as
    Chair of Publicity and Media Relations. She produces <em>AHS
    Daylily E-News,</em> an e-newsletter free for AHS members and
    non-members alike. To subscribe, click on <a href="
    http://www.daylilies.org/ENews.html">AHS
    Daylily E-News</a>. </p>
    </div>
    <div id="topofpage"><a href="#topofpage">Top of
    Page</a></div>
    </div>
    <div id="footer"><!-- #BeginLibraryItem
    "/Library/footer1.lbi" -->
    <p class="footer">&copy; 2008 Loon Song Gardens,
    LLC. All rights reserved. | Loon Song Gardens, LLC | 10910 109th
    Avenue North | Champlin MN 55316<br />
    <a href="mailto:[email protected]">Email
    us</a>| | 763.422.0015 | Fax 763.422.0131 | This page was
    last updated
    <!-- #BeginDate format:Am1 -->March 30, 2008<!--
    #EndDate -->
    </p>
    <!-- #EndLibraryItem --></div>
    </div>
    </body>
    </html>

Maybe you are looking for

  • Error while deploying ADF application to a standalone weblogic server

    I am using Jdeveloper 11.1.1.6.0, and I am trying to deploy my application to a standalone server running on a Unix box and I get the following error message: [04:12:44 PM] ---- Deployment started. ---- [04:12:44 PM] Target platform is (Weblogic 10.3

  • LDP question

    Hi, all, I have a question regarding LDP tunnel LSP which I can't think of a satisfied answer. Suppose we have two routers connected back to back, but, LDP is not enabled on either router's interface. If I configure EoMPLS in between , a LDP targeted

  • Office 365 - content search web part

    Hi, I have an office 365 site, and in one of the page, i had added 4 Content search web parts each of it having its own custom display templates. Now, the problem is when the page is browsed (intermittent) or edited (always), the CSWP's throwing erro

  • Report data not shown

    I have a report that previously worked fine.  It's relatively simple tied to a stored procedure with three grouping levels and a bunch of formula fields to generate summary calculations.  I changed the datasource recently and now the report shows bla

  • Variant Configuration: Selection Conditions in BOM

    Hi Experts, I am trying to insert more than one selection condition in the BOM. But the system only takes one of this conditions. For example I want to have two objects dependencies: Selection Condition 1: Engine = 2 Selection Condition 2: Colour = '