New SpryWidget .CSS for a New Page

I have the whole spry arsenal of files on a website in a separate folder. I am already using several widgets and functions from that and among others also a "spry collapsible panel" widget on one of the pages.
Now, I would like to use it once again on a new page (on the same site), but when I insert the widget it gives me the same SpryCollapsiblePanel.css as the one already used for the previous widget. But I want to give the panel a different look and feel as it has some other purpose on the new page.
What is the correct procedure to get a fresh untampered "SpryCollapsiblePanel.css" for the new widget on a new page?
Thank you!

I notice (finally got the page!) that the lowest element in the 'drop up' menu overlays the main menu title...a byproduct of needing perhaps one more item's height in margin-top negative pixels!
I suppose it is a small consolation, but IE 8 seems to be rendering the menus accurately, with the sub-submenus flying out relative to their own submenus.
The only workaround that comes to mind (for all the other browsers out there) is to set up new classes to apply to subsubmenus:
ul.MenuBarHorizontal ul    /*this is the usual markup; you can leave this in */
    margin-top:-177px;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 160px;
    position: absolute;
    left: -1000em;
/*add the following, to offset the top margin by multiples of the height of a single item */
ul.MenuBarHorizontal ul ul.three  {margin-top: 90px;}
ul.MenuBarHorizontal ul ul.two {margin-top: 60px;}
ul.MenuBarHorizontal ul ul.one {margin-top: 30px;}
For instance, the Ladakh Treks subitems want to offset from the top 30px to align with their parent, Ladakh Treks, so I use the <ul class="one"> to drop that sublist 30px down from the top of the container.
<li><a tabindex="-1" href="http://www.artcraftemporium.com/preview_wildvent/treks.html" target="_blank" class="MenuBarItemSubmenu">Ladakh Treks</a>
      <ul class="one">
             <li><a tabindex="-1" href="http://www.artcraftemporium.com/preview_wildvent/stok_kangri_exp.html" target="_blank">Stok Kangri Expedition</a></li>
             <li><a tabindex="-1" href="http://www.artcraftemporium.com/preview_wildvent/markha1.html" target="_blank">Markha Valley</a></li>
        </ul>
</li>
This solution does not work in IE8, which had already worked the way you intended without monkeying around with the top margin. I don't know how it works in IE7.
I have not used conditional markup (I know there are people out there who have, and you could research it!), but one could attempt to put a conditional markup around those class definitions in the stylesheet that would not call on them when your site encounters IE8.
Beth

Similar Messages

  • Load different css for one master page in different variation labels

    Hi
    i have two variation label in my SharePoint 2013 site collection
    one for English language 
    and one for the Arabic language 
    i have used the twitter bootstrap so now i have one master page and one style file for the two sites
    i need to load custom css for Arabic to handle the RTL so how can load English style and Arabic style 
    should i use cssregistration and how 
    or any suggestion please :)

    Hi,
    We can use jQuery to add the css file based on some conditions, the following code for your reference:
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
    <script type="text/javascript">
    $( function() {
    if ($("#label1").val()== "English") {
    $("<link href='css/custom-en.css' rel='stylesheet' type='text/css' />").appendTo('head');
    } else if ($("#label2").val() == "Arabic") {
    $("<link href='css/custom-ar.css' rel='stylesheet' type='text/css' />").appendTo('head');
    </script>
    Best Regards
    Dennis Guo
    TechNet Community Support

  • CSS for background image not transfering from template to new page

    I have a gradient .gif in my templates which suddenly no longer transfers from the template to  a new page created from the template.  Everything else about the template transfers.  I'm using Dreamweaver CS5 on a Mac running OS 10.6.  I've pasted the CSS from the template and the new page below.  I've tried the usual voodoo--restart program, restart computer, repair permissions, delete preference file, delete personal configuration file.
    CSS from Template:
    .container {
        background-color: #ececec;
        background-image: url(../images/faux_column.png);
        background-repeat: repeat-y;
        height: 650px;
        width: 650px;
    CSS from page created from Template looks to be the same, but is greyed out in the code, and the background-image entry is not present in the CSS styles inspector:
    .container {
        background-color: #ececec;
        background-image: url(../images/faux_column.png);
        background-repeat: repeat-y;
        height: 650px;
        width: 650px;
    Any suggestions greatly appreciated.

    Unfortunately, I don't yet have a site where I can post the page.  I'm new to this, and doing everything locally for now.
    After careful rechecking, I found that the links for the template and the child were not the same, as you suspected.  So I carefully changed the links to site root relative, which worked for the background CSS in my test image.  I then did the same for all of the links to pages on my site, and checked that all were OK with Link Checker in DW.  I guess that was a mistake, because now most of them don't work when tested in Firefox--I get the message File not found.  Must be doing something wrong.

  • Created new page, upon opening for second time, not finding css or doc

    I created a brand new page. I created CSS styles. I made the CSS an external style sheet. I worked on the document for a couple of hours, then closed and quit DW CS4. Finally got back to working on it today. When I open the document and make a change to one of the previously created CSS rules, I get an error that says "an unexpected error occurred while trying to read style-sheet information." I hit ok.
    When I click on the name of the css external style sheet, pennyhill.css that shows at the top left of my index.html page, it says pennyhill.css cannot be found. if the file exists on the server, use the files panel to get the file from the server. If I click back on the source code to the left of the css fle name, it tells me the index.html file cannot be found.
    I searched this forum and tried a couple of things that were suggested to others having similar problems. I have links relative to document clicked in the manage sites area and in preferences>preview in browser I have preview using temp file checked. I think I have a path problem but for the life of me I just don't know how to fix this.
    Here is a url to the page:
    http://www.pennyhillfurnishings.com
    Can anyone help? Thanks.

    I am just trying to be thorough. You are asking the questions, and I am answering not just for you but for others who may happen upon your question and want to know a little more.
    Regarding buggy-ness: It's all personal opinion, after all. I have not had any buggy experiences with DW. Your friend has, and that's her experience, which is valuable. Personal stories both. If you have buggy experiences with DW, then you will also think it buggy. A lot depends on the rest of your computer system, what operating system you are using, etc. etc. But I still do not believe that it is, across the board, buggy.
    What do you think the difference between Save and Save All is? You have actually figured it out, even if you have not articulated it. Save saves the file that you are working on. Period. It does not save the auxiliary files at the same time. Save All saves all files that are open in DW at the time.
    I am not Adobe. I have no idea why they chose to make both a Save and a Save All. But I use both of them daily.
    Dreamweaver gives you many choices in terms of your personal use of the program. What it does not do is duplicate the functioning of another program...like GoLive...completely. It is Dreamweaver, it is not GoLive. Things you like there may not appear here, etc.
    I apologize for making you feel that I am being condescending, and ignorant is a term I would NEVER use. But the fact remains that as we learn (and yes, we are all still learning), we develop our intuitions for a program. I learn something new every day, and I've been at it a while.
    My question for you is, what possible difference does it make to you that there are both a Save and a Save All? It is not common, in my experience, for features to become fewer as a software product progresses through time. I'm unaware of any noticeable savings (in any dimension) to limiting the functions to simply a Save All.
    In fact, I frequently have open files in one website and files from another defined website that I am using for reference. I do not always want those reference pages to be saved when working in the first site. I realize they will always be saved in the correct place, but if I am altering them on the fly to see if something will work, I do not always want to save my experimentation.
    So I guess that's the long-form answer to your, "You uppity woman, you," but that's how it is.
    I wish you only the best,
    Beth

  • New Page CSS - Halo Left Nav

    I am creating a new page using DW's built-in page designs.
    The page that I am working with is the Halo Left Nav - which some
    with the CSS and other files.
    I created a menu in flash that want to use throughout my
    site. I also want to use the template menu. When I insert the flash
    menu at the top of the page and move the MastHead down below 52px,
    the global links bring up the subglobal links for an instance and
    then it loses focus. If I move the masthead up then it goes back to
    working fine.
    The problem is that I want the flash to be at 0px Top and the
    masthead section at 53px top since the flash is 52px in length.
    If I drag and drop the Masthead down then it automatically
    writes to the CSS the new px locations.
    I'm sure it is something simple. Please help.

    Test server is down at the moment. I am attaching the HTML
    and CSS. When I mouseover the Global Links the first time the
    sublinks stay with focus until the mouse is moved. After the first
    time, I mouseover the Global Links, the submenu almost does a type
    of a blink on the screen and then it is gone.
    Thanks for the help.

  • I lost my bookmark list where the dropdown doesnt work. Same goes for the webpage address tab where it just does not save. When I try to bookmark a new page after clicking "Bookmark this page", there was no response too. Can someone please help me???

    It was still functioning last night and before I close the firefox window, the problem started. The problem persist until now.
    1. Bookmark - tried to check the "help" list for lost bookmark but none of them seems to suit the problem i'm facing. The menu tab is there, but when i click on "Bookmarks", my previous bookmark list is not there. When I try to bookmark a new page, there is no window popping up (usually there is a small window pop-up to ask for the label of the website to be bookmarked).
    2. The website address tab - usually we have a list of website that we usually visit so we just need to click on the arrow and click on the webpage that we want to visit. But now, I have to type the website address every single time. There is no drop down when i click on the arrow.
    Can someone tell me what is wrong with it and please help me to solve this problem. THANK YOU VERY MUCH!!!

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • Problems with the new Pages for Mac

    I'm starting to see countless problems running the new Pages for Mac (5.0.1) and I can't find a way to resolve them.
    1. when I'm typing and want to delete word(s), I'll use the alt+delete function for ease, however this starts deleting words after the cursor, merging words together and changing my sentece. It comes from when I'm deleting as the new pages is giving me the dropdown menu for the autocorrect word.
    2. grammar check is off. Namely, it picks a random point in a word and moves on from there. EX: "because of the" will have "use of the" underlined in green and give me recommendations to change to "because of the" or "cause of the". Using those recommendations, I'll end up with something like: "becabecause of the"
    3. the find and replace function jumps around in the paper, and sometimes doesn't even display the word currently selected (leaving the user to scroll around looking for what is selected)
    4. Autocorrect has vanished for some reason: no autocapitalization, no turning fractions such as 1/2 into a tidy and neat fraction with small numbers for numerators/denominators, etc.
    I'm still using it, and these are what I have found, so there may be more later as I continue to use it. If anyone has found ways around these bugs, please let me know.
    Thanks!

    Semnani wrote:
    4. Autocorrect has vanished for some reason: no autocapitalization, no turning fractions such as 1/2 into a tidy and neat fraction with small numbers for numerators/denominators, etc.
    Pages 5 now uses the system autocorrect, which does not have as many features as the one inside Pages 4.  Some things you can add manually there.   Others you have to ask Apple to add via
    http://www.apple.com/feedback
    Or continue to use Pages 4 instead.

  • Fbl5n report showing pritn output for a new customer on a new page

    Hello  All,
    In fbl5n when i execute for all the customers and give print command its printing every new customer on a new page but i want to print the data continously.
    Pls let me knw how to avoid this?
    Sunny

    Hi Sunny,
    you're case is quite common, because SAP displays the customer data in a standard layout, putting a page break after every customer and company code.
    In order to avoid this, you may change the grouping criteria. For that,
    1. be sure that you have not clicked on the header of any column in the list
    2. click on button "sort ascending"
    3. here you'll see that fields "company code" and "account" have an asterisk on column NG (new group). This means that, for every change in these fields, SAP will insert a page break
    4. remove these asterisks
    5. (optional) save this layout for further launchings of the report
    I hope this helps. Best regards,
    Alvaro

  • I am unable to load some web pages, I get an error message saying unable to load page due to invalid or unsupported form of compression, this happens on the BBC news page for example. Any ideas how to overcome???

    OS is Windows7. I'm using the latest version of Mozilla Firefox
    I am unable to load some web pages, I get an error message saying unable to load page due to invalid or unsupported form of compression, this happens on the BBC news page for example. Any ideas how to overcome???

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • To view reports in new page for each cutomer using Report Designer

    HI all
    I have a requirement to view the data (key figures) for each customer in a new page.
    I have created the same using the Report Designer tool.
    Now there is setting for this Group Header 'Customer' i have selected the option 'repeat group header on each page'
    still the query when generated, gives fine results for certain cases but not for all.
    like it will show the each customers in a fresh page for some pages , then in midst there would some 2-3 customers in the same page.
    There is no relation between these customers , they are same as the other customers, no difference at all.then i am not able to figure out the reason why it is behaving so odd.
    Thanks
    Ramesh

    Ramesh,
    right now there really is no way to solve what you are looking for.  There partial solutions, but you will not be able to force a page break in a dynamic report.
    Here is what I have faced, and what I have come up with so far:
    I have a series of reports that have the same column heading, but spread over 5 pages in a fixed structure.  I need to be able to re-use the header and the general report design with 6 reports.  Here is my solution:
    1. Create an outline of the report.  I did all the formatting by creating a report section for each page.  You can force page breaks between the pages.  Upgrade to patch 1502 (came out last week) and you will see some new functionality (such as fit to page, page numbers, etc).
    2. Insert all you page breaks and do all the formatting.
    3. Insert an infoprovider.  Once in, you can just drag and drop the key figure cells into your formatted report.
    4. Create additional modification for formatting as needed.
    This fixes my problem (for now), but I had to do a lot of work to come up with this.  Also, the latest patch (1501 and 1502) has created an issue for me - there is a null exception when I try to use a variable or a filter value in the report body - I can't save the report.  I have an OSS message out, but our BASIS guys are going to be taking the lead on troubleshooting this.
    The reason that you are seeing some customers on the new pages is probably because of "how the cookie falls" - they just fit that way.
    I am trying to be positive and overcome the limitations that are in place right now. If my technical issue is solved, I would recommend upgrading to the new patch (1403 is the latest stable one in my opinion)
    good luck
    Pavel

  • Recently 3.6 keeps the tab for the default page and won't let me close it, squeezing new pages to a new tab too narrow to use.

    Whatever startup page I specify for 3.6.11, when I attempt to move to a new page (not a new tab), the new page opens as a new tab in the left third or so of the window, with the startup page occupying the rest. The startup-page tab contains no "X" to close it and the close option is greyed out, so I cannot get rid of it or expand the page I want to fill the window. If opening a third page, I can then close the startup page tab but not the new-page tab, so I always have at least two tabs open and cannot see all of the page I want.

    Thanks for the heads up, Kappy.
    But just so everyone knows: my old Extreme (bought in March 2005!) was working with my laptop (10.9.2) and our ipad Air (7.1) until the cable company pushed through an upgrade. That apparently fried their cable modem (which they replaced with a newer model) and my Extreme. I used Airport Utility 5.5.2 on a 10.6.8 bootable external drive to check its settings, which were unchanged, but it refuses to function properly–its 3 lights flash constantly, which my manual says is abnormal.
    Anyway, it had a good run. I've ordered a new AEBS. Does any outfit repair old base stations? I could donate it...

  • How do I create a table that breaks for new pages?

    I'm running Pages 5.5.1 on OS X Yosemite 10.10.1 and am having difficulty understanding table behavior.
    Scenario 1 - I create a new file and insert a table at the top of the first (blank) page.  It automatically is selected for Object Placement>Move With Text.  If I add rows to this table, Pages automatically adds a new page and breaks the table so that additional cells appear on the new page.  All well and good.  If I change the Object Placement to Stay on Page, the second page and those cells disappear.
    Scenario 2 - I create a file and first add a few lines to the top of the first page.  Then, I insert a table below those lines.  It is also automatically selected for Object Placement>Move With Text.  When I add rows, the table does not break for the second page, but the entire table jumps to the second page.  If I change the Object Placement to Stay on Page, I can then slide the table back onto page one, but as in Scenario 1 the portion of the table which would continue onto page two disappears.
    So, how do I create a table that I can add to a page which is not blank (as in Scenario 2) which will break automatically onto page 2 instead of jumping, and so the rows appear on page two (not disappear as I describe above)?
    Thank you for your help.

    The inline table is supposed to break but like most things Pages 5 it is buggy and erratic in its behavior.
    Use Pages '09.
    Peter

  • How I can create a new page layout template for EP 7.0

    Where I can found tutorial or description.
    I have already provided the par-file for new page layout but I do not know like I should integrate in the enterprise portal 7.0.
    Greeting Daniela

    when you already provided the par file then
    go to content admin->portla content
    go to your folder in pcd content and right click and navigate to new-> layout. There you can find your deployed  new page layout par file.
    Create a page layout based on the par file and in the properties make it as template.
    Later when you try to create a page then you will get the new layout as one of the option.
    Also check the below pdf links for step by step procedure
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6f959c90-0201-0010-d384-82f014cca705
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9242a890-0201-0010-32a9-8516639c5afa
    These links as well work for EP 7.0 also
    Hope that helps you.
    Raghu

  • HT4168 epub: I'd like to create chapters for the TOC but don't want the new chapter to begin on a new page. I'd like it to begin on the same page as the prior chapter. How can I do that?

    How can I do this? I currently have my TOC chapters listed as Apples, Oranges, and so on.  But my text chapters begin something like this:
    1
    Apples
    2
    Oranges
    I have "Apples" with header 1, "Oranges" with header 1, etc., so that very nicely in the TOC it is listing my topics as the chapters. However, within the body of the document, 1 appears on one page and "Apples" begins at the top of a new page, separated from "1"; 2 appears one one page and "Oranges" appears at the top of the next page (separated from the "2), and so on.
    Because of the way the book is structured, I need to have the chapter numbers on a top line and the chapter topic beneath it. (The book is further subdivided, such as 1.3a, 1.3b, etc.)
    What I would like is for the TOC to indicate my chapters as Apples, Oranges, etc., but for the chapter text to begin as indicated above.
    How can I do this?  Thanks.

    Peter, I styled the wording of the chapter title (e.g. apples) with my heading1 styling and my sub-chapter titles were heading2. The text is a different font, different color, different size, different everything.  It seems that the epub program has an automatic format to start a new page with each new header. That's what I'm trying to work around. (Originally I styled both the numeral and the chapter title as "heading 1" and it gave each a different page!)
    I am in the process of removing all headers and styling everything manually (which is how it was originally) just to avoid this problem.
    I'm having my e-book done through a publisher (this will be self-published), so I'll be giving them a .docx and they'll convert it to .html (filtered) then .epub. so I need something that creates my Table of Contents as I'd like it, without messing up the text of the book.
    I can give them a list of what I want in the Table of Contents, and have them manually do it, but the TOC may or may not come out how I want it to come out. My preference is to have something automatic. I wanted the sub-units (heading 2) in the TOC but that will never work since I have over 200 of them and it's too much for them to do manually.  It's a very slow process.

  • Reg smartforms -  creating a new page for each customer

    Hai friends,
    i have selection option for customer(kunnr) in the selection crieria..
    Now i am getting the output in the smartfroms related to the customer details..
    But i am getting details for only one customer...
    suppose there are 10  customers.. i want the details of the 10 cusotmers in 10 different pages...
    PLs help me.
    Rgds,
    Vinod

    Hi,
    First assigned to structure to internal table i_final
    declare L_LINES in global declaration
    right click on main window create program lines in that
    Input parameters: I_FINAL
    In CODE option
    SORT I_FINAL BY KUNNR.
    DESCRIBE TABLE I_FINAL LINES L_LINES.
    After you create LOOP IN data tab give chek the check box
    I_FINAL     INTO     WA_FINAL
    WA_FINAL declare in global declaration
    Under loop create node alternative(CONDITON)
    double click CONDITION in conditions tab
    Field name: L_LINES
    Relational operator:>
    Comparison value:0
    in that CONDITION ---> TRUE & FALSE is available
    in TRUE option create program lines, in that give like
    L_LINES = L_LINES - 1.
    Under TRUE option create COMMAND node
    in General attributes tab: check the chek box go to new page
    in conditions : maintain as
    Field name: L_LINES
    Relational operator:>
    Comparison value:0
    Regards
    Bhupal

Maybe you are looking for

  • Query to read XML from CLOB table column

    Hi I want an SQL to get the following information extract from a CLOB table column. MasterReport/sg:RptDef/sg:RptCell@RealDesc MasterReport/sg:RptDef/sg:RptCell@RealNum credits                              100 debits                              100

  • Connecting to db2 from report builder via odbc

    Hi! Some manuals said, it is possible to connect to DB2 from Oracle SQL*Plus (we have version 8.0.6.0.0) and from Oracle Report Builder.(6.0.8.11.3) User must install OCA (Oracle Open Client Adapter for ODBC (6.0.5.29.0)) and make ODBC entry. I did i

  • Can't connect to colleagues' Windows machines

    Since upgrading to Leopard I haven't been able to get files from my colleagues' Windows machines. I can find their machines in the Finder window and connect as a guest, but only the first couple levels of folders are there (For example: I need files

  • Unique Constraint on a Table

    I want to have a unique constraint on deptno and emp_name in emp table. What I want is: Any Dept can have 100 Steves OR 100 Johns but only 1 Robert Dept No               Emp Name      10               Steve 10               Steve 10               Rob

  • Pages 4.2 and Color Emoji Font

    Can it be true that the new Pages update still does not support the Apple Color Emoji font which Apple included with 10.7?  Does everyone else also find that the color versions will not display?