Header text not showing up in browser

My h2 text is not showing up in the browser (IE).  Also of concern is the bad formatting that appears when this page is opened in Chrome.  Any thoughts?
http://moxiespeak.com/
THANK YOU!

Your CSS and JS links are all pointing to files on your hard drive.
e.g.
<link href="file:///C|/Users/christy/Documents/Moxie Speak 05 23 11/Moxie Speak Branding/Rejects/Final website/Original Template/site/css/reset.css" rel="stylesheet" type="text/css" />
should read something like
<link href="css/reset.css" rel="stylesheet" type="text/css" />

Similar Messages

  • HT1351 The DEVICES heading is not showing in my library column...help????

    I am unable to sync my ipod with new songs that I have just downloaded because the "DEVICES" heading is NOT showing in the left hand column under the Library (where everything is listed while in itunes).
    I have tried to call for help, but I was told I needed to pay a 19.99 fee for the tech support- which is rediculous in my opinion since I paid for the ipod, paid for the songs, paid for the laptop, shouldn't the tech support be included in there for free?
    Anyway, my question IS....what happened to the DEVICES heading? How do i get it back? How am I to sync my music?
    Thank You for any help that can be offered!

    shouldn't the tech support be included in there for free?
    It is for 90 days from the date you purchased your iPod, or for two years if you purchased the AppleCare extended coverage for it.
    The "Devices" header will only appear if the iPod you're connecting is recognized, which apparently it is not. This may help:
    http://support.apple.com/kb/TS1369
    Regards.

  • Header and Navigation bar not showing in IE browser

    Hello there!
    My headers and navigation bar are not showing up when I view in IE, although they do show up when I view the live design in Dreamweaver. They also display properly in Chrome. Any thoughts?
    http://moxiespeak.com/indextest
    Thank you!!

    Not quite.  Replace all this:
    <!--[if lt IE 7]>
          <script type="text/javascript" src="http://info.template-help.com/files/ie6_warning/ie6_script_other.js"></script>
       <![endif]-->
    <!--[if IE]>
          <script type="text/javascript" src="js/html5.js"></script>
       <![endif]-->
    <!--[if lt IE 9]>
    <script type="text/javascript" src="js/html5.js"></script>
    <![endif]-->
    <!--[if lt IE 9]>
    <script type="text/javascript" src="js/html5.js"></script>
    <![endif]-->
    With just this:
    <!--[if lt IE 7]>
          <script type="text/javascript" src="http://info.template-help.com/files/ie6_warning/ie6_script_other.js"></script>
       <![endif]-->
    <!--[if lt IE 9]>
    <script type="text/javascript" src="js/html5.js"></script>
    <![endif]-->
    Make sense?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • CSS (some, not all) not showing up in browser, but fine in DW. Plus other desperate issues....

    I would really appreciate any and all help I can get to solve these problems as I'm new to CSS/HTML (completely new) and have been attempting to code my design just well enough to get it uploaded and working as a site. Once I can atleast achieve this feat, I plan on completely converting to CSS. But for now, I need to get the site working and I really didn't want to come and bother all of you on here with my problems and have been procrastinating posting on here for absolutely ages now....but since I can't figure all of the messy-uppy ness going on on my own, I beg forgiveness for any of your time wasted on my problems .
    Okay, so the "main" issue here is that I can see some(some, not all) CSS on DW, but I see NONE whatsoever when I go to preview in browser, same after uploading. I do have all of the files uploaded and placed in the correct directories, including the stylesheet, and images folder. But, nope, nada. Now, I did think this was a root/directory problem, maybe the url's weren't pointing to the right directories. I checked and attempted to fix this several times and any changes made no difference. Also, uploaded to the root of my site, where all files and folders are where they should be, yet no change. I am utterly clueless as to what is going on here....
    Second: Padding, or margins added through CSS for the divs is simply not working in DW or otherwise. I have padding placed on all of the content type areas with writing/content in them and despite the fact that the changes to the font/text formatting I've made show up, the padding does not. This is only in DW since no CSS whatsoever is showing out of DW anyways. I would like to know how to get the padding and the formatting, just all of the CSS in general to actually show up in browser/when uploaded.
    Third: The next issue is also confusing, and this only occured after I made the page into a template and uploaded the home.htm page I created from it to my site. For some reason, the image called "../images/aurora2_14_content_marg.gif". Is appearing at the very top of the page for no reason at all. I don't understand why it is there, or how it even got up there in the first place.
    Fourth: This was actually next on my list of things to figure out once I've gotten all of the above issues taken care of but since I'm still drawing a blank after 2+ weeks on how to get this done in a way that will work I guess it couldn't hurt to ask on here and get some expertise on the matter. The issue is that I have a repeating background (images/bg.png) that I want stretching downwards as I add content to the page. I have this placed as the main background for the entire site as you will be able to see in a moment through my code/site. Now, the place I want this to start is from where the aforementioned image (../images/aurora2_14_content_marg.gif) stops. However, I want the content to actually start from 20 pixels or so from the top of that very image. I want to try and achieve this through the use of margins but since the margins and padding are not showing up I hve been unable to experiment with it enough to figure out any other way to achieve this.  Any suggestions on how to achieve this would be much appreciated.
    Fifth (yes, unfortunately we're still going): As you may be able to see through the design I have two seperate areas for the main content and the navigation and other such items to be placed. To clarify, the content will be placed(through the use of expandable content boxes, once I figure out how to work that) beginning at the aforementioned image/td/div (../images/aurora2_14_content_marg.gif) with a bit of padding or margin from the top and sides (too pull the content towardsthe center of the site rather than all over from left to right like it is appearing now). The navigation etc will be placed where the long cyan area is under the search bar. For both of these, I cannot figure out how to split my one background image and also the content_marg.gif image into the two divs/or whatever else would work to split their contents from eachother. I think that seperating them into 2 divs with padding from the sides and eachother and seperate top paddings (I want the navigation to begin more near the top of the page than the content). The issue here is, I cannot figure out how to do this.
    Any and all suggestions would be greatly appreciated. Also, any tips on how to achieve the code for the solutions provided would also be very much appreciated, as I am only just starting out coding.
    The site/page:
    http://aurora.comeze.com/home.htm
    The stylesheet (style.css):
    http://aurora.comeze.com/style.css
    Like I mentioned above, all of this except the padding shows up in DW. Whereas, none of this shows up at all in browser view, or through the site.

    Summary of issues #1 through #5:
    Code errors galore:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Faurora.comeze.com%2Fhome.htm
    Photoshop generated HTML.
    20th century table based layout with endless spacer gifs.
    START OVER
    From Tables to CSS Web Design Part 1 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt1.html
    From Tables to CSS Web Design Part 2 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt2.html
    =========================
    DW Starter Pages (CSS Layouts)
    http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
    =========================
    Taking a Fireworks (or Photoshop)  comp to a CSS Layout in DW
    Part 1 - Initial Design
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    Part 2 - Markup preparation
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
    Part 3 - Layout and CSS
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
    ========================
    HTML & CSS Tutorials - http://w3schools.com/
    Learn CSS positioning in 10 Steps
    http://www.barelyfitz.com/screencast/html-training/css/positioning/
    How to Develop with CSS?
    http://phrogz.net/css/HowToDevelopWithCSS.html
    ========================
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Best of luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Header text not responsive at smart phone size & BG question

    The header text doesn't fit into the view for a smart phone. I don't know how to correct that other than to change my width from 85% to 100% when at the smallest size (if that can be done). Help?
         I thought it would be better to ask this next question on a new thread but both needed the code so I'll add that here:
    The purse (& butterfly) images have an incomplete BG color. The partial upper BG color comes from div hover which really isn't a functional div. Since the image boxes are within the body but not a separate div I don't know how to get BG color (same as footer). help?
    Code:
    <!DOCTYPE>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Lapinel Arts Leatherwork</title>
    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
    <link href='http://fonts.googleapis.com/css?family=Overlock:400,700|Simonetta:400,900|Marcellus|Junge' rel='stylesheet' type='text/css'>
    <style>
    box-sizing: border-box;
    body {
        margin: 0;
        padding: 0;
        background: #fff;
        font: 14px/20px 'Lucida Sans',sans-serif;
        background-color: #cfc6b0;
    .wrap {
    overflow: hidden;
    .box {
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
    margin-bottom: 24px;
    .boxInner {
    position: relative;
    text-align: center;
    margin: 0 12px;
    overflow: hidden;
    img {
    max-width: 100%;
    .titleBox {
        position: absolute;
        bottom: 10px;
        left: 130px;
        right: 0px;
        margin-bottom: -50px;
        background: #000;
        background: rgba(0, 0, 0, 0.5);
        color: #FFF;
        padding: 10px;
        text-align: center;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    .titleBox h2 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px 0;
    .titleBox a {
    text-decoration: none;
    color: #fff;
    .boxInner:hover .titleBox {
    margin-bottom: 0;
    @media only screen and (max-width : 768px) {
    .box {
    width: 50%;
    margin-bottom: 24px;
    @media only screen and (max-width : 480px) {
    .box {
    width: 100%;
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
       /* Medium desktop: 4 tiles */
       .box {
          width: 25%;
          padding-bottom: 25%;
    </style>
    <style>
    section, header, nav {
        display: block;
        background-color: #cfc6b0;
        box-sizing: border-box;
    body{
        font-family: 'Marcellus', normal;
        background-image: url(DRA-042010-LeatheryTexture-MBFT.jpg);
        font-size: 90%;
        line-height: 140%;
        color: #555;
        margin: 0 auto;
        padding: 0;
        background-color: #FFF;
        width: 1000px;
        max-width: 85%;
    #hover-image {
        background-color: #cfc6b0;
        text-align: center;
        height: 2000px
        overflow: hidden;
    img {
    max-width: 100%;
    height: auto;
    .container {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
    color: #000;
    header h1 {
    font-size: 300%;
    line-height: 150%;
    text-align: center;
    letter-spacing: 4px;
    padding: 20px 0;
    color: #000;
    font-weight: bold;
    /* top level navigation */
    nav {
        background-color: #E5E4E2;
    nav ul {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    nav li {
    margin: 0;
    padding: 0;
    display: inline;
    position: relative;
    nav a {
        display: inline-block;
        text-decoration: none;
        padding: 10px 25px;
        color: #000;
    nav a:hover {
        background-color: #cfc6b0;
        color: #000;
    nav span {
    display: none;
    /* droplist navigation */
    nav ul ul {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 2em;
    background-color: #E5E4E2;
    text-align: left!important;
    display: none;
    nav ul ul li a {
    display: block;
    width: 12em;
    border-top: 1px dotted #ccc;
    .about {
    padding: 0 8%;
    margin: 0 auto;
    text-align: center;
    background-color: #E5E4E2;
    .about h2 {
        font-size: 260%;
        line-height: 200%;
        margin: 0;
        padding: 0;
        color: #000;
    .about p {
    font-size: 110%;
    line-height: 150%;
    margin: 0;
    padding: 0 0 20px 0;
    .productsWrapper {
    background-color: #000;
    overflow: hidden;
    padding: 30px 25px;
    .product {
    float: left;
    width: 25%;
    padding: 12px;
    text-align: center;
    color: #fff;
    .product img {
    border: 1px solid #fff;
    .view_details {
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px dotted #ccc;
    color: #555;
    background-color: #fff;
    .view_details:hover {
    background-color: #E5E4E2;
    #mobileTrigger {
    padding: 10px 25px;
    font-size: 120%;
    display: none;
    color: #000;
    footer {
    clear: both;
    background-color: #cfc6b0;
    padding: 30px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    footer a {
    text-decoration: none;
    color: #000;
        float: left;
        width: 33.33%;
        color: #000;
        border: #000
    .footerBox {
        float: left;
        width: 33.33%;
        color: #000;
    @media screen and (max-width: 768px) {
        .container {
    width: 100%;
    .product {
    width: 50%;
    #mobileTrigger {
    display: block;
    text-align: right;
    nav ul {
    display: none;
    nav li {
    display: block;
    text-align: left;
    nav a {
    display: block;
    font-size: 120%;
    border-top: 1px dotted #ccc;
    nav span {
    display: inline-block;
    float: right;
    font-size: 130%;
    /* droplist navigation */
    nav ul ul {
    position: static;
    nav ul ul li a {
    width: 100%;
    @media screen and (max-width: 480px) {
    .product {
    float: none;
    width: 100%;
    body,td,th {
    font-family: Marcellus, normal;
    #copyright {
    color: #000;
    font-weight: bold;
    </style>
    <script type="text/javascript" src="http://lapinelarts.com/JS/jquery-1.11.2.min.js"></script>
    <script type="text/javascript" src="http://lapinelarts.com/JS/jquery.cycle2.min.js"></script>
    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
    <script>
    $(document).ready(function() {
    //activate mobile navigation icon when window is 768px
    $('#mobileTrigger').css('cursor','pointer').click(function() {
    $('#mobileTrigger i').toggleClass('fa-bars fa-times');
    $('nav ul').toggle();
    // show main desktop navigation onresize/hide sub navigation
    $(window).on('resize', function(){
    var win = $(this); //this = window
    if (win.width() > 768) {
    $('nav ul').show();
    $('nav ul ul').hide();
    //listen for navigation li being clicked
    $('nav ul li').click(function() {
    $(this).find('ul').slideToggle();
    //toggle font awesome icons
    $(this).find('i').toggleClass('fa-bars fa-times');
    //events if window is less than 768px
    if ($(window).width() < 768) {
    //stops submenu sliding up when mouse leaves mobile
    $('nav ul ul').show();
    else {
    //activate desktop submenu on hover
    $('nav ul li').mouseenter(function() {
    $(this).find('ul').slideToggle();
    //toggle font awesome icons
    $(this).find('i').toggleClass('fa-bars fa-times');
    //desktop submenu slides up when mouse leaves ul/li
    $('nav ul ul').mouseleave(function() {
    $(this).slideUp();
    $('nav ul li').mouseleave(function() {
    $(this).find('ul').slideUp();
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <style type="text/css">
    </style>
    </head>
    <body onLoad="MM_preloadImages('810_0776_smaller.jpg')">
    <header>
    <h1>LAPINEL ARTS LEATHERWORKS</h1>
    <nav>
    <div id="mobileTrigger"><i class="fa fa-bars"></i></div>
    <ul>
    <li><a href="#">ABOUT US</a></li>
    <li><a href="#">PROCESS</a></li>
    <li><a href="#">PRODUCTS<span><i class="fa fa-bars"></i></span></a>
    <ul>
    <li><a href="#">PURSES</a></li>
    <li><a href="#">POUCHES</a></li>
    <li><a href="#">TOTES</a></li>
    <li><a href="#">WALLETS</a></li>
    </ul>
    </li>
    <li><a href="#">CART</a></li>
    <li><a href="#">CONTACT</a></li>
    </ul>
    </nav>
    </header>
    <section class="about">
    <h2>PURSES</h2>
    <p>There are several styles and sizes of purses available. Custom orders can be arranged but most of these purses are unique and with limited runs of art styles.</p>
    <p>Please click on the detail button for larger and additional views and the opportunity to add the item to your cart.<strong></strong></p>
    </section>
    <div id="hover-image">
    <div class="wrap">
    <!-- Define all of the tiles: -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0856 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0859 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0877_edited-1 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk">Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0861 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    </div>
    <div class="box">
    <div class="boxInner">
    <img src="http://oddiant.poatemisepare.ro/wp-content/uploads/Viceroy-Butterfly-Limenitis-archippus.j pg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="http://oddiant.poatemisepare.ro/wp-content/uploads/Viceroy-Butterfly-Limenitis-archippus.j pg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="http://oddiant.poatemisepare.ro/wp-content/uploads/Viceroy-Butterfly-Limenitis-archippus.j pg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="http://oddiant.poatemisepare.ro/wp-content/uploads/Viceroy-Butterfly-Limenitis-archippus.j pg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk">Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="http://oddiant.poatemisepare.ro/wp-content/uploads/Viceroy-Butterfly-Limenitis-archippus.j pg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    </div>
    <div class="box">
    <div class="boxInner">
    <img src="http://oddiant.poatemisepare.ro/wp-content/uploads/Viceroy-Butterfly-Limenitis-archippus.j pg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <div class="box">
    <div class="boxInner">
    <img src="http://oddiant.poatemisepare.ro/wp-content/uploads/Viceroy-Butterfly-Limenitis-archippus.j pg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <div class="box">
    <div class="boxInner">
    <img src="http://oddiant.poatemisepare.ro/wp-content/uploads/Viceroy-Butterfly-Limenitis-archippus.j pg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end wrap -->
    <footer>
      <div class="footerBox"><a href="mailto:[email protected]">EMAIL CATHY </a></div>
    <div class="footerBox"><a href="https://www.facebook.com/LapinelArtsLeatherwork"> FACEBOOK</a></div>
    <div class="footerBox">COPYRIGHT 2015</div>
    </footer>
    </div>
    </body>
    </html>

    <!DOCTYPE>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Lapinel Arts Leatherwork</title>
    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
    <link href='http://fonts.googleapis.com/css?family=Overlock:400,700|Simonetta:400,900|Marcellus|Junge' rel='stylesheet' type='text/css'>
    <style>
         box-sizing: border-box;
    body {
        margin: 0;
        padding: 0;
        background: #fff;
        font: 85%/90% 'Lucida Sans',sans-serif;
        background-color: #cfc6b0;
    .wrap {
         overflow: hidden;
    .box {
        float: left;
        position: inherit;
        width: 25%;
        text-align: center;
        margin-bottom: 24px;
        white-space: inherit;
    .boxInner {
         position: relative;
         text-align: center;
         margin: 0 12px;
         overflow: hidden;
    img {
         max-width: 100%;
    .titleBox {
        position: absolute;
        bottom: 10px;
        left: 130px;
        right: 0px;
        margin-bottom: -50px;
        background: #000;
        background: rgba(0, 0, 0, 0.5);
        color: #FFF;
        padding: 10px;
        text-align: center;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    .titleBox h2 {
         font-size: 16px;
         margin: 0;
         padding: 0 0 5px 0;
    .titleBox a {
         text-decoration: none;
         color: #fff;
    .boxInner:hover .titleBox {
         margin-bottom: 0;
    </style>
    <style>
    section, header, nav {
        display: block;
        background-color: #cfc6b0;
        box-sizing: border-box;
    body {
        font-family: 'Marcellus', normal;
        background-image: url(DRA-042010-LeatheryTexture-MBFT.jpg);
        font-size: 90%;
        line-height: 140%;
        color: #555;
        margin: 0 auto;
        padding: 0;
        background-color: #FFF;
        width: 1000px;
        max-width: 85%;
    #hover-image {
        background-color: #cfc6b0;
        text-align: center;
        height: 2000px
        overflow: hidden;
        overflow: hidden;
    img {
         max-width: 100%;
         height: auto;
    .container {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
    color: #000;
    header h1 {
         font-size: 300%;
         line-height: 150%;
         text-align: center;
          letter-spacing: 4px;
          padding: 20px 0;
          color: #000;
          font-weight: bold;
    /* top level navigation */
    nav {
         background-color: #E5E4E2;
    nav ul {
         display: block;
         text-align: center;
         margin: 0;
         padding: 0;
    nav li {
         margin: 0;
         padding: 0;
         display: inline;
         position: relative;
    nav a {
        display: inline-block;
        text-decoration: none;
        padding: 10px 25px;
        color: #000;
    nav a:hover {
        background-color: #cfc6b0;
        color: #000;
    nav span {
         display: none;
    /* droplist navigation */
    nav ul ul {
         position: absolute;
         z-index: 1000;
         left: 0;
         top: 2em;
         background-color: #E5E4E2;
         text-align: left!important;
         display: none;
    nav ul ul li a {
         display: block;
         width: 12em;
         border-top: 1px dotted #ccc;
    .about {
         padding: 0 8%;
         margin: 0 auto;
         text-align: center;
         background-color: #E5E4E2;
    .about h2 {
        font-size: 260%;
        line-height: 200%;
        margin: 0;
        padding: 0;
        color: #000;
    .about p {
         font-size: 110%;
         line-height: 150%;
         margin: 0;
         padding: 0 0 20px 0;
    .productsWrapper {
         background-color: #000;
         overflow: hidden;
         padding: 30px 25px;
    .product {
         float: left;
         width: 25%;
         padding: 12px;
         text-align: center;
         color: #fff;
    .product img {
         border: 1px solid #fff;
    .view_details {
         ext-decoration: none;
         display: inline-block;
         padding: 15px 20px;
         border-radius: 6px;
         border: 1px dotted #ccc;
         color: #555;
         background-color: #fff;
    .view_details:hover {
         background-color: #E5E4E2;
    #mobileTrigger {
         padding: 10px 25px;
         font-size: 120%;
         display: none;
         color: #000;
    }footer {
         clear: both;
         background-color: #cfc6b0;
         padding: 30px;
         color: #fff;
         text-align: center;
         overflow: hidden;
    footer a {
         text-decoration: none;
         color: #000;
        float: left;
        width: 33.33%;
        color: #000;
        border: #000
    .footerBox {
        float: left;
        width: 33.33%;
        color: #000;
    </style>
    <script type="text/javascript" src="http://lapinelarts.com/JS/jquery-1.11.2.min.js"></script>
    <script type="text/javascript" src="http://lapinelarts.com/JS/jquery.cycle2.min.js"></script>
    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
    <script>
    $(document).ready(function() {
    //activate mobile navigation icon when window is 768px
    $('#mobileTrigger').css('cursor','pointer').click(function() {
    $('#mobileTrigger i').toggleClass('fa-bars fa-times');
    $('nav ul').toggle();
    // show main desktop navigation onresize/hide sub navigation
    $(window).on('resize', function(){
    var win = $(this); //this = window
    if (win.width() > 768) {
    $('nav ul').show();
    $('nav ul ul').hide();
    //listen for navigation li being clicked
    $('nav ul li').click(function() {
    $(this).find('ul').slideToggle();
    //toggle font awesome icons
    $(this).find('i').toggleClass('fa-bars fa-times');
    //events if window is less than 768px
    if ($(window).width() < 768){
    //stops submenu sliding up when mouse leaves mobile
    $('nav ul ul').show();
    else {
    //activate desktop submenu on hover
    $('nav ul li').mouseenter(function() {
    $(this).find('ul').slideToggle();
    //toggle font awesome icons
    $(this).find('i').toggleClass('fa-bars fa-times');
    //desktop submenu slides up when mouse leaves ul/li
    $('nav ul ul').mouseleave(function() {
    $(this).slideUp();
    $('nav ul li').mouseleave(function() {
    $(this).find('ul').slideUp();
    function MM_swapImgRestore() { //v3.0
         var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
         var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
         var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
         if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
         var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
          d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
          if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
         for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
    if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
         var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
          if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <style type="text/css">
    </style>
    <style>
    @media screen and (max-width: 768px) {
    .container {
         width: 100%;
    .product {
         width: 50%;
    #mobileTrigger {
         display: block;
         text-align: right;
    nav ul {
         display: none;
    nav li {
         display: block;
         text-align: left;
    nav a {
         display: block;
         font-size: 120%;
         border-top: 1px dotted #ccc;
    nav span {
         display: inline-block;
         float: right;
         font-size: 130%;
    /* droplist navigation */
    nav ul ul {
         position: static;
    nav ul ul li a {
         width: 100%;
    body: {
        font-size: 100%;
    @media screen and (max-width: 480px) {
    .product {
         float: none;
         width: 100%;
    body: {
        font-size: 95%;
    body,td,th {
         font-family: Marcellus, normal;
    #copyright {
         color: #000;
         font-weight: bold;
    </style>
    </head>
    <body onLoad="MM_preloadImages('810_0776_smaller.jpg')">
    <header>
    <h1>LAPINEL ARTS LEATHERWORKS</h1>
    <nav>
    <div id="mobileTrigger"><i class="fa fa-bars"></i></div>
         <ul>
              <li><a href="#">ABOUT US</a></li>
              <li><a href="#">PROCESS</a></li>
              <li><a href="#">PRODUCTS<span><i class="fa fa-bars"></i></span></a>
         <ul>
                   <li><a href="#">PURSES</a></li>
                   <li><a href="#">POUCHES</a></li>
                   <li><a href="#">TOTES</a></li>
                   <li><a href="#">WALLETS</a></li>
    </ul>
    </li>
    <li><a href="#">CART</a></li>
    <li><a href="#">CONTACT</a></li>
    </ul>
    </nav>
    </header>
    <section class="about">
    <h2>PURSES</h2>
    <p>There are several styles and sizes of purses available. Custom orders can be arranged but most of these purses are unique and with limited runs of art styles.</p>
    <p>Please click on the detail button for larger and additional views and the opportunity to add the item to your cart.<strong></strong></p>
    </section>
    <div id="hover-image">
    <div class="wrap">
    <div class="box">
    <div class="boxInner">
    <img src="810_0856 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0859 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0877_edited-1 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk">Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0861 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    </div>
    <div class="box">
    <div class="boxInner">
    <img src="810_0856 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0859 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0877_edited-1 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk">Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0861 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0856 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0859 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0877_edited-1 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk">Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="810_0861 copy.jpg" />
    <div class="titleBox">
    <a href="http://www.bbc.co.uk"> Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <!-- end wrap -->
    <footer>
    <div class="footerBox"><a href="mailto:[email protected]">EMAIL CATHY </a></div>
    <div class="footerBox"><a href="https://www.facebook.com/LapinelArtsLeatherwork"> FACEBOOK</a></div>
    <div class="footerBox">COPYRIGHT 2015</div>
    </footer>
    </div>
    </body>
    </html>

  • INCLUDE  in header text not processed in Smartform

    Hello all,
    In transaction ME22N the user is adding header text in this manner:
    They go into the SAPscript editor, go to insert and select standard text, select from the list of standard text, and it adds
    /: INCLUDE Z_SPA_SINST OBJECT TEXT ID ST in the editor
    Now going back to ME22N in the header text it also displays
    INCLUDE Z_SPA_SINST OBJECT TEXT ID ST.  How is this line processed in Smartforms? 
    If other header text is added by entering directly in the SAPscript editor it will show on the PO but not this INCLUDE line. 
    Thank you,
    JR

    Hi,
    declare a text type  and use the include text instead of text element and
    concanate the PO NO and the ITem No to Text Name   G_TEXT_KEY
    give the value for the field
    Text Name         &G_TEXT_KEY&
    Text Object       EKPO
    Text ID           ST
    Language          &SY-LANGU&
    for more info refer  form /SMB40/MMPO_A
    Regards
    Shiva

  • Titles/text not showing up online

    Just created pages/album with the black background theme.
    the text/titles are NOT showing online.
    what gives? thanks.

    Could it be that the text is black and not showing up against the background. Click and drag the cursor over the page in the browser to see if the text shows up.
    In iWeb go to the Album page where the thumbnails are displayed click on one and do a Select All. Next click on the Font button at the bottom and in the Font pane click on the 3rd button from the left, the one with the green square. There you can set the color you want.
    This demo page has the first picture's text set to the background color so you can see the effect of dragging the cursor over it to see the hidden text.
    OT

  • Header text not getting populated in PO in R/3 from SRM!

    Hi,
    Our requirement is to automatically populate the email ID of the user in the header text once the PO is created in R/3 with reference to Shopping Cart in SRM.
    our scenario is classic.
    So far, we have used the following Badis in our development but seems to be not working.
    1.ME_Process_PO_Cust
    2.BBP_PO_INBOUND_BADI
    Need your inputs to solve this email querry.
    Regards,
    Archit Gandhi
    Edited by: Archit Gandhi on Feb 4, 2011 11:14 AM

    Check "Text Schema" & "Text Mapping" config part under Cross-Application Basic Settings..
    This should help you.. If you need help in configuration let me know..
    Thanks!!
    Bharath

  • Garageband does not show loops in browser

    Hi all,
    I'm running 2.02 and I just downloaded the Jampack freebies from .mac. I installed as instructed (drug the loops to the loop browser), however, garageband does not 'see' the new loops. They are not in the loop browser. I checked help which explained that when they are drug into the loop browser the loop index gets updated. I'm not sure this has happened correctly. Is there a way to force the program to update the index based on what it finds in the library/Apple Loops directory?
    Elsewise....any suggestions? I've tried restarting the program. I've hit reset in the loop browser, and I've made sure that the 'key filter' whatever parm in the preferences is not checked.
    bigtiny

    What you are seeing is the normal behavior of the program. If you create a song in C in 4/4 time you will see most of your loops. Garageband keeps them organized by key and time signature. I lose most of my loops when I make a song in 3/4 or 6/8 time and in a minor key like Em.
    You can get more of them to show up by unchecking the filter option in the preferences:
    1. Open Garageband
    2. In the Garageband menu select 'preferences'.
    3. In the general section of preferences uncheck the filter for more relevant results.
    I have not discovered anything that will force loops to show up in unusual keys. Some of the drum loops should show up but don't. It is possible the loops were not given the 'any key' tag. Unusual rhythms also wreak havoc on the loops selection.
    For this reason, when you make your own loops be sure to select all the parameters you want the loops to show up in.
    Kurt

  • Loops will not show up in browser

    Im new to Garageband..still, I keep getting a message that no apple loops are installed even though I know they are. I have even installed a Jampack and another set of ProSessions loops. When I try dragging the folders into the broswer, they still do not show..what am I doing wrong?

    I followed the instructions here to reindex the loops:
    http://docs.info.apple.com/article.html?artnum=107977
    However after that, all the loops were not showing (mainly from the Voices Jam Pack). In the Finder, I see ones called "Nathan Improv" 01-14. However in the Garageband loop browser, I only see 01, 02, 04, 05, 10, 11, and 12. Out of the 1500 loops, it's only showing 429 under all effects.
    Finally found another link: http://www.bulletsandbones.com/GB/GBFAQ.html#noloops
    which had a blurb about missing loops:
    +Also note that loops in a different time signature than your song, will not be displayed. Additionally, by default, the loop browser only displays loops within two semitones of the key of your project. Turning off "Keyword Browsing" in GB's prefs will allow all loops to be displayed regardless of key (the time signature requirement still applies).+
    I turned off Keyword Browsing and was able to see all the loops in Voices that I wasn't able to see before.

  • Muse 7.0 plus Chrome: browser does not show images full browser width

    Hi there,
    I have a serious problem with the latest Muse version: the images which I use as parallax-masks for the background won't work with Chrome, though Safari and Firefox are not showing any problems. The issue: Chrome does either not scale the images to 100% browser-width or does not show them at all, or even shows the images cut into narrow stripes. This problem did not show in the previous version of Muse.
    Of course I already restarted application and computer. System: Mac OSX Mavericks.
    What to do now? The presentation with the client is very soon and this bug makes me very nervous.
    Best,
    bartl

    The problem bartl encountered and reported was fixed by the 7.1 release (November 21st). The problem you're describing sounds different.
    As of yet, I'm unable to reproduce what you're describing. The URL you've provided views the same in all the browsers I've tried, Chrome (32.0.1700.77) and non-Chrome, Mac and Windows.
    That said, looking at your master page I don't think you've created what you intended. At present there are two full screen slideshows on your A-master. On contains no images and the other contains a single image. Both are set to have thumbnails and the thumbnails container is off the right side of the page.
    If you look at your "Master Slideshow" layer in the Layers panel, you'll see the two slideshows. I think you'll want to delete one of them and, given your design, turn off thumbnails for the remaining one.
    Also, if you don't plan to have multiple images in the full screen slideshow, you'd be better off using a background fill image rather than the slideshow widget.
    I remain a bit puzzled how/why you're seeing different behavior in your instance of Chrome. Have you cleared your browser cache?
    On an unrelated note, if you set the page fill and stroke to none and set the browser fill to the most common color from the garage door image, it will avoid the momentary appearance of a white page on a grey background when your home page first loads. Instead the site visitor would see a blank page that's the most common color from the slideshow image, until that image loads.

  • Excel Named Items not showing up in Browser View Options list

    Hi,
    Using excel 2013 - when I create named ranges under the 'formulas' tab, I expect to see them show up in the 'show' tab under Browser View options.  However they aren't there - when I look at the 'items in the workbook' list I only see the charts and
    pivot tables in my workbook, not the named items.
    Is there some setting I need to flip on to see these times (and then use them in sharepoint)?
    Thanks

    Today, I tried it again and now I could see the Name range under Browser View Options list, this is my step as below:
    1. Type the value in Cell A1 to B4. (Same as the screenshot as the last reply)
    2. Directly type Test in Name Box.
    3. Go to File > Info > Browser View options > Items in the Workbook.
    Now the Name is appearing.
    But when we define a name to a blank range, we would not see the Name in the Browser View options anymore. Try in your site.
    By the way, My using version is Office 36 ProPlus, version 15.0.4551.1005.
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • The itemValue of the selectOneMenu Do Not Show Up in Browser

    I am creating a dropdown menu and users can make only one selection from the menu. I do not have compilation problem. And I am able to see a drop-down in the browser window. Except that when I click on the downward arrow of the dropdown, I see a "blank". All the itemValue that I hard coded in my JSP in the menu do not show up. What was my problem?
    My JSP:
    <af:form>
         <h:selectOneMenu value="#{eaGenerateWordDocHandler.supportingLevel}" style="width:50px">
              <f:selectItem itemValue="0"/>
              <f:selectItem itemValue="1"/>
              <f:selectItem itemValue="2"/>
              <f:selectItem itemValue="3"/>
              <f:selectItem itemValue="4"/>               
         </h:selectOneMenu>
    </af:form>
    .......EaGenerateWordDocHandler.java has the getter and the setter:
         String supportingLevel     = null;
         int level = 0;
         public int getSupportingLevel() {
              String tmpSupportingLevel = getRequest().getParameter("supportingLevel");
              if ( tmpSupportingLevel != null && !tmpSupportingLevel.equals("")){
                 level = Integer.parseInt( tmpSupportingLevel );
              }else{
                   level = 0;
              return level;
         public void setSupportingLevel(String supportingLevel) {
              this.supportingLevel = supportingLevel;
         }faces-config.xml:
    <managed-bean>
         <managed-bean-name>eaGenerateWordDocHandler</managed-bean-name>
            <managed-bean-class>CompanyName.webapp.action.EaGenerateWordDocHandler</managed-bean-class>
            <managed-bean-scope>request</managed-bean-scope>
    </managed-bean>
    ...

    Can you try adding itemLabel attribute to f:selectItem.
    <f:selectItem itemValue="0" itemLabel="0"/>

  • Header text not printed for scheduling agreement

    Hi All,
    I have issue with header text print out for scheduling agreement (SA).
    In SA when I am manually writing some note and then taking print out, system is giving me correct output with maual note.
    I have one standard text (ST) which I need to be printed in evry SA, so in SPRO I created new head text for vendor and in copying rule for text for SA, I created linkage of SA header text with Vendor head text.
    In vendor master, I inserted ST in newly created vendor header text.
    So now when ever I create new SA for vendor system will determin header text from vendor master.
    Now after creating SA when I check the SA, I am able to my ST in SA, but at the time of print out this ST in not printing.
    Please let me know what could be the reson.
    Regards,
    Sameer

    I dont understand about what you mean by expand.
    When you a print PO, PO text  (header or item) it will check to the configuration setting.
    The system didnt care if its adopted from vendor master or info record, or whatever you make in the copying rule.
    In your case : you create a standard text then it get copied into PO , then you set the standard text to the PO for print out, example the standard text : word is
    "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
    Then in the PO the text appear will be like below(the same, because it get copied)
    "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
    If you configure it in define text for SA, then it the print out it will also (the same)
    "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
    So what text need to expand?

  • Crystal ReportViewer not showing on the browser but the tool bar appears with Print, export etc.

    Hello
    I am struggling on displaying the Report on the Browser. I am using Visual Studio 2010 and loaded my development box with client Tools.
    I am calling a report which is hosted on a Crystal Enterprise Server 13 on a remote location.
    The problem I am having right now is I am able to connect to the report without issues and able to see the Control Toolbar like "Print", "Export" icons etc. On clicking on Print or "Export" it is perfectly working as expected with Data. But the Crystal Report View does not show the report on the browser. Not sure why that is happening. is there anything I am missing? Code also pasted below. Please review and do help me quickly in providing an answer as soon as possible please.
    All the references are of CrystaDecisions 14.0.35000 versions.
    Running the application from my Visual Studio. PLEASE HELP!!
    SessionMgr ceSessionMgr = new SessionMgr();
                EnterpriseSession ceSession = ceSessionMgr.Logon("username",
                                        "password",
                                        "servername:port", "Enterprise");
                EnterpriseService ceEnterpriseService = ceSession.GetService("", "InfoStore");
                InfoStore ceInfoStore = new InfoStore(ceEnterpriseService);
                EnterpriseService ceRASFactoryService = ceSession.GetService("", "RASReportFactory");
                object rrfObject = ceRASFactoryService.Interface;
                InfoObjects ceInfoObjects = ceInfoStore.Query("SELECT * FROM CI_INFOOBJECTS WHERE SI_PROGID='CrystalEnterprise.Report' AND SI_NAME='WMS_TIMESHEET'");
                InfoObject ceInfoObject = ceInfoObjects[1];
                ReportAppFactory myReportAppFactory = (ReportAppFactory)rrfObject;
                myReportClientDocument = myReportAppFactory.OpenDocument(ceInfoObject.ID, 0);
                reportAreaController = myReportClientDocument.ReportDefController.ReportAreaController;
                reportSource = myReportClientDocument.ReportSource;
                CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo connInfo = new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo();
                CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfos connInfos = new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfos();
                CrystalDecisions.ReportAppServer.DataDefModel.PropertyBag propertyBag = new CrystalDecisions.ReportAppServer.DataDefModel.PropertyBag();
                propertyBag.Add("Database DLL", "crdb_odbc.dll");
                propertyBag.Add("Server Name", "WMS");
                connInfo.Attributes = propertyBag;
                connInfo.UserName = "xxxxx";
                connInfo.Password = "xxxxx";
                connInfos.Add(connInfo);
                myReportClientDocument.DatabaseController.SetConnectionInfos(connInfos);
                //if (IsPostBack)
                //SetReportData(295286);
                //myReportClientDocument.DatabaseController.logon(userId, password);
                myReportClientDocument.DatabaseController.logon("xxxxx", "xxxxx");
                Session.Add("ceSession",ceSession);
                Session.Add("ReportClientDocument",myReportClientDocument);
                CrystalReportViewer2.Visible = true;
                CrystalReportViewer2.EnterpriseLogon = Session["ceSession"];
                //CrystalReportViewer2.ReportSource = ceReportDocument;
                if (myReportClientDocument == null)
                    CrystalReportViewer2.ReportSource =  (ReportClientDocument) Session["ReportClientDocument"];
                else
                    CrystalReportViewer2.ReportSource = myReportClientDocument;
                CrystalReportViewer2.HasCrystalLogo = false;
                CrystalReportViewer2.HasExportButton = true;
                CrystalReportViewer2.HasPrintButton = true;
                CrystalReportViewer2.HasGotoPageButton = true;
                CrystalReportViewer2.HasPageNavigationButtons = true;
                CrystalReportViewer2.HasRefreshButton = true;
                CrystalReportViewer2.HasSearchButton = true;
                CrystalReportViewer2.HasToggleGroupTreeButton = true;
                CrystalReportViewer2.BestFitPage = true;
                CrystalReportViewer2.DisplayPage = true;
                CrystalReportViewer2.DisplayToolbar = true;
                CrystalReportViewer2.EnableDrillDown = true;
                CrystalReportViewer2.DocumentView = DocumentViewType.WebLayout;
                CrystalReportViewer2.RequestContext.FetchFromServer = true;
                //CrystalReportViewer2.ReuseParameterValuesOnRefresh = true;
                //CrystalReportViewer2.Width = 350;
                //CrystalReportViewer2.Height = 350;
                CrystalReportViewer2.Page.Title = "The information contained below is not for use or disclosure outside Convergys Corporation except under written agreement.";
                CrystalReportViewer2.PrintMode = CrystalDecisions.Web.PrintMode.ActiveX;
                CrystalReportViewer2.Zoom(400);

    Hi,
    What browser version are you using?
    Could you view the report from launchpad from the same browser?
    Could you try a different browser version?
    In IE, could you try using compatibility mode?
    - Bhushan
    Senior Engineer
    SAP Active Global Support
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place

Maybe you are looking for

  • Class vs. interface casting

    This is a long read. But since I wrote test code and think its a ligit question: After compiling, if I move a *.class file to a different directory, casting with a class (but not an interface) fails. Please look at my test code to understand what I a

  • DHCP Will Not Configure

    Today, my macbook stopped connecting to wireless networks via DHCP. Whenever I select DHCP for the AirPort connection, the computer automatically switches to "Using DHCP with Manual Address." I am a linux network admin, but I don't have extensive exp

  • HT4044 I have a thin red line on my screen how can I remove it?

    I have a thin red line down my screen how can I remove it ?

  • BSIS Query performance issue.

    HI, our BSIS table contains almost 10 millions records, now during check printing process when we are quering BSIS table for getting cost center from the line item. it is taking almost 30-60 seconds which is slowing the check printing process. SELECT

  • Error : Form ZFi************* has incorrect page format

    Hi guys, Script:  my requirement is to copy standard form and stanadrad prog to zprog and zform. and i want to add extra fields in form. for achiving i changed page format DINA4 Portrait to LETTER Landscape. i developed these things. it working fine