Lost my  mxKollection3.css file

Don't ask me how; I've no idea, but my mxKollection3.css file was over-written. It now contains some lonely little apDiv tags of my own creation. I have un-installed the extension and re-installed it but that didn't recreate the original file as I had hoped it might. Can someone please tell me how to get this file back?
Thank you.

Hi Brian
P.S. can you remind me of my name?
heck no, I can´t even recall my own name at times ! As I´m not completely sure about your name either, please select one of the following options:
a) Brian Carbone
b) Brian Barbone (the "lunga barba" version)
c) Brian Nardone
however, in case of doubt better ask your mom, she should know who you really are :-)
14 hours daily and months and months of work
really that much, and using ADDT ? Always thought it would help you get things done *fast* ;-)
Cheers,
Günter Schenk
Adobe Community Expert, Dreamweaver

Similar Messages

  • Lost CSS file

    I have a webpage I designed in Dreamweaver CS5.  When I preview it it can only be seen in IE8.  I'm assuming that the css coding is wrong.  I don't know how to find the problem.  In addition,  What I don't see in my files in 'my computer' is a CSS file. I know the CSS is coded in the html but don't I need an additional CSS file in addition?   Any help would be appreciated for a novice.

    This forum is for suite specific issues only. Please post in the Dreamweaver forum.
    Bob

  • Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only. However opening a CSS file does not prompt that it is alr

    Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only.
    However opening a CSS file does not prompt that it is already open on or from any machine which is causing code edits to be lost.
    What we found from out testing:
    - The file can be saved from one user to the server and WILL NOT PROMPT on other machines until the saving machine has the Dreamweaver program closed completely
    - The file can be closed and  Dreamweaver minimised to the launch bar but it still will not register on other machines that it has been changed.
    - Also, until the  Dreamweaver program is closed on the machines, it will continue to open it's saved version of the file. 
    Example Scenario:
    - User 1 opens test.css (which is 2000 lines) and adds some code to the end of the file to bring it up to 2500 lines
    - Meanwhile User 2 opens test.css as well (opens as 2000 lines as User 1’s edits have not yet been saved) and adds in code to bring it to 2300 lines
    - User 1 saves his file and closes it - but  Dreamweaver is still open.
    - User 2 also saves his file and leaves  Dreamweaver  open.
    - The server will report the size and last edit of the file the same as User 2 as he was the last person to save it (and if you open from the Win7 Machine it will show as User 2’s 2300 line version)
    - If User 1 then open's the file again (from either the 'recent' in Dreamweaver OR clicking on the file directly in Finder...which version opens.... The version that User 1 saved! Not the true version on the server, but the version that User 1 edited and saved with 2500 lines in it.
    - Same for User 2, he will open 'his' version with 2300 lines in.
    Other information:
    - Files are opened directly from the server
    - Sometimes the users will save incrementally and re-open
    - Most of the time users will save incrementally and keep the files open
    - The users will never not save incrementally and just save when closing the file once finished
    - The users are usually working on the files all day
    - It is always the bottom lines of code that are lost. It could be a case of the two versions being mixed up and cutting off the newly added lines based on the line count (possibly).
    It is as if Dreamweaver is holding a cache of the version locally and then only properly looking back to the server when it has been completely closed. It is very difficult to see how the server is causing such an impact on these files, there are very few logs which are giving any indication to the root cause of the problems.
    Anyone know if this is a known issue?
    Is there a way that there can be a featured implemented on the server that doesn't allow another user to open a file if it is already open on another machine?
    Thanks

    Your server file handling has nothing, and really nothing to do with Adobe software. If files don't get locked for (over-)writing and/or lose connection to the program opening them, then your server is misconfigured. It's as plain and simple and that. Anything from "known file types"/ file associations not being set correctly, MIME types being botched, crooked user privileges and file permissions, missing Mac server extensions, delayed file writing on the server, generic network timeout issues and what have you. Either way, you have written a longwinded post with no real value since you haven't bothered to provide any proper technical info, most notably about the alleged server. Either way, the only way you can "fix" it is by straightening out your server and network configuration, not some magic switch in Adobe's software.
    Mylenium

  • DW6 fluid grid layout issue: writes to page instead of css file

    Using DW6 (version 12, owned, build 5861) on Windows 7 64 bit.
    Following tutorials and the help files to use the fluid grid layout.
    Start a blank page on a new site, which inserts the starter div and new css file
    Immediately save page, which also generates/saves ancillary files (js and css).
    Remove inner div that's created in order to use my own (have also tried leaving the default one in place and using that)
    Insert new div, within the "gridContainer clearfix" div.
    Place cursor just after that new div, still inside "gridContainer clearfix" and add new "fluid grid layout div tag", new row.
    Following same method, do so again.
    Dreamweaver adds the generated CSS code to the actual page instead of the expected div, visibly (minified)....and everything breaks. It does *not* add the code into the CSS file from there on and the only way to have it display the div (which does not show any visual indicators since the CSS is basically lost that would do so, is to CTRL-Z to undo the last step. It undoes the CSS showing as the only content in the HTML file, and *does* show a div with the name I'd given it. If I copy/paste that generated CSS into the fluid css file *then* CTRL-Z, it looks the way it's supposed to, with drag handles, visible indentations and so on.
    If I then change div widths or position, it does record those changes in the CSS file, so it appears this is only when inserting new divs after the second one that's a problem (third div inside the container is when it starts choking; none overlap).
    This is repeatable, on both desktop and laptop, running the same version. I've tried saving after every div insertion, only saving at the start, code view only, split only...
    I've tried searching for someone else having this issue and must not be wording the search properly, can't find anyone else seeing this. It's a weird one.
    If anyone can point me to something to try so the workaround isn't needed, it would be appreciated.

    OK try this workflow.
    Create a new FGLayout and SAVE.  This will save your CSS file with whichever name you give it.
    Switch to Design View.  Click on Mobile Display.  Build your mobile layout first since this is what everything else is based on.
    Insert a few Divs and don't worry about content.  Just get the basic Div structure stacked one on top of the other like this:
    <div class="gridContainer clearfix">
         <div id="div1">
              Div 1
         </div>
          <div id="div2">
              Div 2
         </div>
         <div id="div3">
              Div 3
         </div>
          <div id="div4">
              Div 4
         </div>
    </div>
    Hit Save and name your HTML file.   Do not edit the CSS file.  DW will generate the necessary layout code for you.
    Switch to Tablet Display.
    Grab the right side handles to resize divs and move to row above as desired.
    Save often during development.
    Switch to Desktop Display and repeat.
    Once your layout is built, test media queries by previewing in browsers by resizing viewport
    When you are completely satisfied with your responsive layout, begin adding content and use a separate external style sheet for content styles.  DO NOT EDIT boilerplate or Layout CSS files as doing so could break your layout.
    Nancy O.

  • How APEX stores CSS files in a database?

    We are trying to locate the tables in a database, where APEX stores the CSS Aplications files?
    We have lost some important CSS and Java Script files and we have a backup of these files. However we can not locate the table in a database, where we have to upload these backup? There is too many files to install them manually. Please help!
    Thank you for your expert consideration!

    Hi,
    uploaded files are stored in the wwv_flow_files table as BLOB.
    Try select * from wwv_flow_files.
    As they are stored in the database, you can't find them in the hard disk drive.
    As far as I know they can only be viewed in Shared Components > Cascading Style Sheets (for CSS files).

  • Linking a CSS file

    Hi Everyone,
    I am new to CSS and its ability. I do understand how Dreamweaver works and have been designing table-based websites for years.
    I also know how a CCS file works. What I don't know is how to START a website design using CSS.
    Say I have a CSS file that is complete. I want to link this to all the pages in my site. How to I go about designing the page? Do I do it with div's and just name them the same as the CSS info or do I just fill out a page with pics and text and assign it to a CSS name already established in the CSS file? I get the idea of what I'm suppose to do but am lost with trying to achieve it.
    Thanks

    How to start?  That sort of depends on you. I usually start with an unstyled HTML document.  Build my page content logically from top to bottom.  Then add appropriate #Divs or containers for the main Layout areas.  A typical CSS might look like this:
    Body { }
    #Header { }
    #HorizMenu { }
    #LeftSidebar{ }
    #mainContent{ }
    #Footer { }
    HTML:
    <div id="Header">
    </div>
    <div id="HorizMenu"
    </div>
    <div id="LeftSidebar"
    </div>
    Etc....
    Creating  your first web site in DW CS4 -
    http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt1.html
    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
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • How to resize Tabs, Menu bar and Bookmarks Bar 36.0, no "userChrome.css" file help?

    So I lost my profile when FF updated, and had to create a new one. From what I can tell, to do what I want to do I need a Chrome Folder inside the new profile folder. There was none, so I created one. I also created a .css file named exactly how I put it in the title, is this the correct name, or should "user" be my profile name?
    Last but not least, here is the exact text I have in the file, nothing more, or less, just this:
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #TabsToolbar { height: 15px !important; }
    #PersonalToolbar {height: 4px !important;}
    #BookmarksToolbar {height: 4px !important;}
    #MenuToolbar {height: 4px !important;}
    #tabbrowser-tabs { height: 15px !important; }
    #TabsToolbar { margin-top:-15px!important; }</nowiki></pre>
    Saved the file. Restarted FF, no effect. Changed numbers, still no effect.
    TIA for help.
    p.s there is likely some redundacy there for sure, please advise. I want all 3 in title of thread smaller (as in less height)

    I use this code to resize the Tab bar.
    I'm on Linux, so you may have to adjust or omit the margin-top and margin-bottom properties.
    <pre><nowiki>#TabsToolbar { height:25px!important; margin-top:-1px!important; margin-bottom:1px!important; }
    #tabbrowser-tabs { height:25px!important; min-height:25px!important; }
    .tab-background-start[selected=true]::after,
    .tab-background-start[selected=true]::before,
    .tab-background-start,
    .tab-background-end,
    .tab-background-end[selected=true]::after,
    .tab-background-end[selected=true]::before {
    min-height:25px!important;
    }</nowiki></pre>

  • OHS failed to load css file due to URL too long

    Hi everyone.
    I hate weblogic and webcenter rendered URL, it is so long and so unfriendly. I have a webcenter portal with two applications and both of them run on clustered managed servers.
    To load balance between managed server, I use OHS with mod_wl. My portal application has web root /portal, so that I have to use URL_rewrite method to change / to /portal. My url rewrite rule like that:
    RewriteRule ^/$       /portal/ [R]Almost things work fine, but my application has been lost css file, I tried to track back problem on Oracle WebCache and Http Server. Finally, I found the problem on OHS when it tried to load URL, this error log message:
    [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: cnth-webportal02] [host_addr: 10.0.11.12] [pid: 2032] [tid: 6] [user: oracle] [VirtualHost: main] (78)File name too long:  Cannot map GET /portal/resourceproxy/~.portletId~3D~252Foracle~252Fadf~252Fportlet~252FscopedMD~252Fs8bba98ff_4cbb_40b8_beee_296c916a23ed~252Fportlets~252FDsVbQppl_aac156d0_7228_4d64_8d64_540747b24374~26clientId~3D376889213~26resourceId~3Dwsrp-url~25253Dhttp~2525253A~2525252F~2525252Fcnth-webap01~2525253A7005~2525252Fdsvbqpplportlet~2525252Fportlets~2525252Fresources~2525252Fadf~2525252Fstyles~2525252Fcache~2525252Fportal-desktop-p3hck1-en-ltr-gecko-prtl.css~252526wsrp-resourceID~25253D~252526wsrp-preferOperation~25253Dfalse~252526wsrp-requiresRewrite~25253Dtrue~252526wsrp-resourceState~25253D~252526wsrp-resourceCacheability~25253D~26baseUrl~3Dhttp~253A~252F~252F10.0.11.12~252Fportal~252Ffaces~252Fvi~252Fvim~252Fvipages_trangchu~252Fvanbanquyphamphapluat~252FPage21a40ab3_13db990577d__7ffe~253F_adf.ctrl-state~253Da6u2s5q4o_4~2526_afrWindowId~253Dq4kb7nftg_835~2526_afrLoop~253D95429295792500~2526_afrWindowMode~253D0~26locale~3Den~26checksum~3Da2e2f3fca8c0242727c089582d5766a64621549b/portal-desktop-p3hck1-en-ltr-gecko-prtl.css HTTP/1.1 to file, referer: http://10.0.11.12/portal/adfportlet?_adfp_request_id=1364703594900&_adfp_icr=1I've google for it but cannot found useful solution yet. Have you ever face to it ? How to solve it ?
    PS:
    Does this problem relate to mod_rewrite ? If true, how to direct root / to /portal without that module ?
    I see that portal project have to have an web root name that cannot be /. So with out rewrite module, my users cannot use http://portal-host/ to entry my portal.
    I have another issue with OHS, that is my servlet cannot work with OHS. My servlet (used to provide link to download file) work perfectly on managed servers but not on OHS load balancer. I am wondering that it is URL to long, too.
    Please help me

    I am currently running other OHS instance on RHEL 5.5 with the same configurations and have not any error. So, I am wondering about different between Solaris 10 and RHEL. Have you got any idea ?

  • Since i upgraded to mavericks,my external hard drive lost half of the files ,how can i get them back?

    Since i upgraded to mavericks,my external hard drive lost half of the files ,how can i get them back?

    Type move itunes library into the google serach bar.
    It has always been very basic to always maintain  abackup copy of your computer.  Do you not have a backup copy?

  • Problem with CSS files when placed in multiple locations.

    Hi,
    In our application we have a folder structure for the code files. Folder structure looks something like the one shown below:
    ABC
    ---Scripts
    ---Stylesheets
    DEF
    Scripts
    Stylesheets
    Common
      ---Scripts
      ---Stylesheets
      The problem is, if we create a CSS file and place it in its module specific folder (Eg: ABC) to which it belongs to and call the CSS on a page, then the styles are not getting applied to the page. But if we move the stylesheet to the Common folder, then page renders properly. In common folder, we already have a common CSS which is used across the project.
    Facing similar problem with module specific and common js files.
    We have to move all the module specific files to the module folders and all the common files to be placed in the Common folder.
    MII Version: 11.5
    Please help!
    Regards,
    Rajesh.

    Rajesh,
    Also note that, If your html is referencing to multiple css files then the last referenced CSS file style classes will override all the style class having same names in the previous css files.
    for example,
    say CSS1 has
    .bodycolor
    background-color:yellow;
    .button
    color:red;
    h1
    font-size:50pt;
    and CSS2 has
    .bodycolor
    background-color:red;
    .button
    color:yellow;
    And your HTML is,
    <html>
    <head>
    <link rel="stylesheet" type="text/css" href="css1.css"/>
    <link rel="stylesheet" type="text/css" href="css2.css"/>
    <title>CSS Test</title>
    </head>
    <body class="bodycolor">
    <h1>Hello World</h1>
    <input type="button" class="button" name="B1" id="B1" value="      Click         " size="50">
    </body>
    </html>
    In this case the classes "bodycolor" and "button" will be overridden by css2 file but h1 will be taken from css1
    Hope this helps!!
    Regards,
    Adarsh

  • Removing warning for "Default CSS file not found."

    I am getting this warning in Flash Builder:
    "Default CSS file not found."
    I can not for the life of me figure out how to get rid of it. Any suggestions?

    Default css file can be specified as a compiler option (per SWC, I think).
    See http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html
    For example, flex framework has a default CSS file: C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\3.5.0\frameworks\projects\framework\default.css
    Do you have some library project or a swc with default css file option turned on, but the css file is missing?

  • Unable to embed External CSS file, dropdown list,filter panel and dimension filter are not working in SAP Design Studio Tool

    Hello Everyone,
    I am new to SAP Design Studio. I am working on creating dashboards and I am using Design Studio 1.2 version. Please suggest some solutions for the following issues. Thanks in Advance.
    1. External CSS file which is embeded using custom CSS option under "application component properties" is not working.
        * I kept the external CSS file inside repository-> my application folder.
    2. During runtime, getting javascript error while selecting '-' option from filter panel.
    3. Unable to select or type dimension name under "dimension filer component" properties.
    4. Getting runtime error for dropdown list, and I have inserted the following code under "onStartup" option of Application component properties.
    "DROPDOWN_1.setItems(DS_1.getMemberList("PRODUCTREF", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 20));
    and dimension values are not populated in auto suggest."

    There should be an Error Log under View > Error Log that gives you more details of these errors.  Could you add that?  There is also a View > Script Problems log that provides more details as well.

  • Dynamic path does not work in Css files

    Hi,
    I have a css file in which i have used few images, but when i try to make the path dynamic and include that css in my page the image doesn't appear but when i put the complete path in it it works.
    It works when used in this way :
    .inputrightbg
         background-image: url(http://<hostname>:<port>/idc/groups/public/documents/omp_images/input_rightbg.gif); background-repeat: no-repeat; background-
    position: right top; float: left; padding: 4px 10px 4px 0px; height: 26px;
    Doesn't work when use in this way :
         background-image: url(<!--$HttpRelativeWebRoot-->groups/public/documents/omp_images/input_rightbg.gif); background-repeat: no-repeat;
    background-position: right top; float: left; padding: 4px 10px 4px 0px; height: 26px;
    Thanks,
    Abhijit

    Right, you can't put IdocScript in css.
    You can use the Web URL Map though to make urls that are easy to deposit in CSS.
    Check these out:
    http://www.corecontentonly.com/index.php/2009/10/14/web-url-map-extras/
    http://blogs.oracle.com/kyle/2009/09/friendly_urls_for_ucm.html
    -Jason
    http://www.corecontentonly.com
    http://www.redstonecontentsolutions.com

  • How to use a CSS file  in a jspx page..

    I'm using JDev 10.1.3.4.
    I would like to know how can i use a CSS file in a JSPX page..
    there is this file: public_html\WEB-INF\temp\adf\styles\cache\oracle-desktop-10_1_3_4_0-en-ie-6-windows-s.css
    How do I make use of this is my jspx page?
    Also how do i use the style class in property inspector?
    What should be the path of "oracle-desktop-10_1_3_4_0-en-ie-6-windows-s.css"?
    Also please tell me what changes I have to make in all the other files like web.xml or adf-faces-config.xml.
    Im using web application template using (EJB,Toplink and JSF)
    Please suggest the detailed steps as I'm new to JSF.
    Thanks ,
    Shri

    under view put a new tag
    <f:view>
    <ui:script url="page.js"/>
    and thats it

  • How can I specify a different css file for mobile browsers?

    I'm experimenting with updating our website to be "mobile friendly". I could use some help.
    We use a lot of static HTML landing pages for things like links from email ads, etc. What I'm trying to do is have 1 landing page so the content/html page is always the same, but the page will detect what browser/device you are using and then load a different css file depending on what it is. But, we don't want to have to load the style info from the PC version if you're not on a PC.
    What I'm doing now is specifying the media type in the css link, like this..
    <link rel="stylesheet" href="style.css" type="text/css">
    <link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="mobile.css" type="text/css">
    What's happening is it's loading the main stylesheet first, and then the 2nd one changes some styles if you're on a device with a max width of 480 pixels (like an iPhone). But since it's loading the PC styles first, it's making some things look screwy.
    So, is there a way to say "If you're on a PC, load this stylesheet. If you're on an iPhone, load this one instead." .. without javascript? I don't trust javascript too much on mobile devices. I feel like this some simple little thing that I'm missing that will make it all automagically work.
    We don't want to have different content depending on the browser, just different stylesheets. Can anyone help?

    Hi
    Would it be better to do 2 different stylesheets, or just one big one and add a section at the bottom like:
    @media only screen and (max-device-width: 480px) {   .styles {whatever: styles;} }
    2 separate style sheets are recommended. The reason for this is that the Safari mobile browser, (as used in iPhone etc) will download any/all images specified in a style sheet even if they are not used or specified in a media-query rule, this is a know bug with that browser.
    I'm also having a new issue where the style "clear: both;" doesn't seem
    to be working right. I set up my top horizontal menu using float: left,
    and there's a lot of links so on the smaller screen it wraps, which is
    fine but now the wrapped links are floating over the page content...
    This is one of the reasons that floats should not be used in style sheets for mobile devices, the only exception I know of is for small typographical feature such as 'pull-quotes', (and never use float: right;). It is also recommended to include a menu at the bottom of the page, (or at least a link back to the top).
    It works, if I have the iPhone as portrait it looks great, but if I turn
    it to landscape, everything is zoomed in. But if I switch back to
    portrait, everything is the right size. Is there any kind of way to get
    the landscape to have the normal zoom level? I know I can do
    "initial-scale=1.0", but that is just for when the page loads, not if
    you change it afterwards...
    I have heard of only one recommendation to fix this and that is a page refresh on resize, but due to bandwidth limits now being implemented by many providers it is probably not a good idea, you could try setting -
    maximum-scale = 1.0
    as well.
    PZ

Maybe you are looking for

  • IPod suddenly has no space. Why????

    I have all the latest itunes/iPod updates and have restored iPod. But suddenly I get "not enough space for playlists" message when I try to add more songs to iPod (I have 17GB free on 20GB). Very frustrating. Can anyone help? Thanks, Dave

  • IWeb will NOT talk to GO DADDY!

    I created a new web site using iweb, everything looks fine. I did this so I could manage and quickly change my videos/pics when I wanted. BUT naturally, it does NOT want to connect to my host (GO DADDY). GD says everything is fine on there end, but i

  • Maximum Number fields in a secondary index key

    Hello All, We created a secondary index on BSIS which we had to drop as system was hung up. My question is how many fileds SAP recommends in a secondary index key? Ours had 6 keys including mandt. Thanks

  • Office and Appleworks quit at start-up

    My daughter's MacBook (10.5.4) quits both Appleworks and MicroSoft Office for Mac almost immediately upon start-up. Both programs start and the opening screen appears but then she gets the pop-up that says the program has unexpectedly quit with the i

  • Adobe Captivate 3 Serial Number/Windows 7 Problem

    Hi, Wonder if anyone on here could help me.  We have a volume license for Adobe Captivate 3 and it is installed and working fine on several XP machines.  However when I try and install the same software, with the same serial number that has been acce