Using BrowserLab, comment conditional CSS [for ie7] on a local WordPress set up using MAMP

Hiya,
I have asked this on the BrowserLab forum but thought I'd ask here as well [you never know].
Trying to fix some IE7 issues on my WordPress site within Dreamweaver CS5/MAMP, I can't get BrowserLab to show any changes I make to the CSS file for IE7.
To test this MAMP set up and BrowserLab, I changed the body bg colour in the IE7 CSS file [to a turquoise like colour instead of gray] and it didn't render in BrowserLab - even after refreshing in BrowserLab [just got a white square].
After restarting the Mac Pro, it did render correctly - turquoise! At least I now know the link to the IE7 CSS file works. I'd prefer to not have to restart after every CSS change so is there something I've overlooked to get BrowserLab to render in IE7 after I've edited the IE7 specific CSS file?
Dreamweaver doesn't 'see' the IE7 CSS in the long list of CSS, PHP, JS and XML files in Live View but I can live with that.
Thanks
steve
http://www.stevedrake.net

Fixed [I think]. See: http://forums.adobe.com/message/3856510#3856510
steve
P.S. A sneaky PS; any ideas on how to get the side bar to the top of the page [level with left content] would be welcome - I've got it to sit on the right with a large left margin but it sits, vertically, after the left content but above the footer.

Similar Messages

  • Using BrowserLab, conditional CSS [for ie7] on a local WordPress set up using MAMP

    Hiya,
    A rare post on the Adobe forums though I'm a frequent reader.
    Sorry about the long title.
    Trying to fix some IE7 issues on my WordPress site within Dreamweaver CS5/MAMP, I can't get BrowserLab to show any changes I make to the CSS file for IE7.
    To test this MAMP set up and BrowserLab, I changed the body bg colour [to a turquoise like colour instead of grey] and it didn't render in BrowserLab - even after refreshing in BrowserLab.
    After restarting the Mac Pro, it did render correctly - turquoise! I'd prefer to not have to restart after every CSS change so is there something I've overlooked to get BrowserLab to render in IE7 after I've edited the IE7 specific CSS file [Dreamweaver doesn't 'see' the IE7 CSS in the long list of CSS, PHP, JS and XML files in Live View but I can live with that]?
    Thanks
    steve
    http://www.stevedrake.net

    Hi Amit,
    Thanks for the reply:
    The link is: <!--[if IE 7 ]> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/styleIE7.css" media="screen" type="text/css" /> <![endif]--> This folows the normal CSS link. I obtained the basic code for the link from the WordPress 'Conditional Comment CSS' codex page [http://codex.wordpress.org/Conditional_Comment_CSS].
    In DW/BrowserLab panel I'm using Local Network.
    The URL in BrowserLab begins with dreamweaver: if I use http, I see a 403 authentication message [never noticed that before!].
    However, I think it works. What I was doing wrong is not selecting Preview in the DW/BrowserLab panel: just hitting refresh within BrowserLab after any changes to the IE7 CSS file. I've just triple checked this by changing the body bg colour to yellow [it worked] then to pink [it worked] and now pale blue [it worked].
    This problem was me being dim; now to get things to work in IE7 [there's a part of me that says don't worry about IE7!].
    Thanks again Amit and Bruce.
    steve

  • I have an apple ID which I use to sign into icloud for my iPad and iPhone.But when I use the same ID for setting up iCloud on my Macbook it says INCORRECT ID or password, try again. I tried changing my passwords but it does not work for the macbook.

    I have an apple ID which I use to sign into icloud for my iPad and iPhone.But when I use the same ID for setting up iCloud on my Macbook it says INCORRECT ID or password, try again. I tried changing my passwords several times but it does not work for the macbook.

    You will have to provide the correct password to delete the existing account, if you have tried but are not getting the password reset email, contact Apple for assistance by going to https://expresslane.apple.com, then click More Products and Services>Apple ID>Other Apple ID Topics>Lost or forgotten Apple ID password.

  • How Do I Use a SINGLE Custom CSS for My Project?

    How do I set a single CSS for a project?
    Currently, I have linked (I checked, they are actually linked) FM files. The project is Responsive HTML 5 Single Source Layout. It is set up this way:
    Project Files
    Each FM file has a folder that contains a CSS, an FPJ, any baggage (PNG, for example) and an HTM.
    So, for my project, I have 31 such folders.
    Above them is RHStyleMapping.css.
    That's it
    To map my project to a custom CSS, I did this:
    1) Created the custom CSS (let's call it TheSingleCSS-sb01.css) and put it in the same location as RHStyleMapping.css.
    2) Right-clicked Responsive HTML5 (Primary Layout) in the Single Source Layouts pane.
    3) Selected Properties. The Responsive HTML5 Properties dialog box opens.
    4) Click Content, select  the Apply to all Topics check box, select CSS, and choose my CSS, TheSingleCSS-sb01.css.
    5) Click Save and Generate. Generating happens.
    6) When prompted, click View Result.
    7) Double-click one of the resulting topics, and choose the HTML tab.
    8) Notice the following CSS files are referenced, NOT the one I want:
    <link rel="stylesheet" href="Configuration_ChangeWorkflow.css" type="text/css" />
    <link rel="stylesheet" href="..\..\RHStyleMapping.css" type="text/css" />
    <image>
    So:
    1) How can I replace 32 individual CSSes with one single custom CSS?
    2) Also note that Project Manager does not display my custom CSS, even though it is in the same location as RHStyleMapping.css and referenced in the Properties dialog box.
    Thanks all,
    Sean

    Hi, so as I mentioned before, I have used Apply to all and this doesn't work. The resulting HTML still uses a specific CSS for that one HTML file.
    1) I put the CSS I want to use, Sean01.css, in the top level of my project using Windows Explorer.
    2) I Save and Generate.
    3) But, my settings for styles in the CSS are not used. For example, FM_GlossaryDefinition is defined with a 0 left indent but actually uses a 144pt indent (that mirrors the print FM document and that I do not want).
    4) And, you can see from the actual HTML, that the Sean01.css file that I applied to all topics (see the first image) is not referenced. What am I doing wrong?
    What am I doing wrong? Again, these are imported FM files; this is not linked.
    Thanks,
    Sean

  • I am updating content in an old site and am using an old extension to close a child page.  It has worked fine up until I started using CS6.  The code for this is in a template I am using and the code has not changed.

    So the site is www.fulcrumcwi.com and the page URL is: FulcrumCWI Rebecca Morgan Operations Strategy Consulting Newsletters.
    if you choose the first HTML link to the current newsletter when you try to use the close buttons neither of them work.  Yet if you go down to the issue from January, and go to the HTML version, it works just fine.  This is the code that the extension puts in:
    <form>
              <input name="Close" onclick="self.close();return false" type="button" value="Close" />
            </form>
    I haven't changed it in any way.  The only change is that I'm using Dreamweaver CS6 to make these changes.  Anyone have a fix for me?
    As always, thanks in advance.  (and yes, I know this site needs major updating)
    GraphicEdge

    Boy, that didn't really come out very well.
    On the archive_newsletters.html page, the "HTML" links are supposed to have target="_blank" in them...
    <a href="newsletters_html/2014_03.html" target="_blank">HTML</a>
    so a new tab is opened with the info. That new tab is then closed by the this.close() javascript.
    On the newsletters that don't close correctly, there is no target="_blank" to open them in a new window initially, so they can't close with that method.

  • If I am using my external hard-drive for my time capsule backup can I also use it to additionally store all of my photos and videos?

    I need to clear some space on my MacBook and my other 3TB hard drive is formatted for Windows.  So far, My 2 TB SP Armor has only been used for my back-ups. Now I am hoping to also house my iPhoto library on there permanently. I am unsure if this is even possible.

    If you store your "working" photo library on the Armor drive.......how do you plan to back up the "working" library?
    In other words, if the Armor drive failed.......you are planning to have a backup copy of the photo library on another drive, correct?
    If not, and the Armor drive fails, you lose your photo library.....because you have no backup on another drive.
    So, before you do anything.......it would be wise to ask yourself this question.......if the drive fails that I am working on.....do I have a backup copy on another drive?
    A backup plan means that you have two copies of your data......on two different drives.  If one fails, you still have the other one.

  • HT201303 How can you tell which devices used the Apple ID? For example: "twoPads, 2 iPhones and 1 computer used your Apple ID ?"

    I believe my kid gave somebody my password to download something. And I want to know who? Can it say  For example: "2 iPads, 2 iPhones and 1 computer used your Apple ID ?"

    Only if they went to the trouble of setting their device up as a "Managed Device" on your ID.
    Change your password.

  • FM or BAPI for creating/deleting condition records for an output type

    Hi all,
               what is the FM or BAPI for creating and deleting the condition records for a Z(custom) output type.

    You can use trasaction SXDA_TOOLS.....
    object type BUS3003
    program type BINP
    program/method RM06IBI0
    but the fields must be sequentially written in the txt, with every space inclusive....

  • WAD 7 and Custom CSS for a single Web Template

    Hell GURUs,
    We were used to create custom CSS for every template (WAD 3.x).
    We could not find a way to do the same with WAD 7.
    We don’t want to create many Portal Themes in order to overcome this problem; moreover certain objects like hierarchies can not be formatted correctly spoiling the theme editor.
    As I said our goal is to have the maximum flexibility like before; hence, can you please suggest us a way to create a custom CSS for a single template?
    Thank you very much
    Matteo Mariniello

    Hi,
    You can create CSS style sheet in BI 7 as MIME object and use the same in your web templates.
    go to the transaction SE80 -> MIME Repository -> SAP -> BW -> Customer ( path may different as per the system setting.
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/d8e0a488ef05f6e10000000a11466f/content.htm
    Hope this will help you.
    Shakeel.
    Edited by: Shakeel Ahmed on Feb 23, 2008 10:42 AM

  • Family account for contacts but with same apple ID - iCloud use

    Hi, I am writing to ask what the best way to setup a multiple contacts account using the same apple ID for iCloud.  My wife and I both use the same apple ID for our iPhones as well as our iMac and iPad.  I would like to be able to have my contacts on my iPhone and iPad and have my wife's contacts on her iPhone (and obviously having both our contacts on our iMac for backup and reference).  I have read some forums suggesting creating a "family" apple ID accout for some iCloud stuff where I could have my contacts linked to and then having our existing apple ID for her to use.  We share calenders, downloaded apps/purchases and some Documents and Data (Money app) - all of which I would like to keep the way I have described.  I would just like to be able to have my contacts and her contacts separate for iCloud purposes.  I read something about the primary and second account settings in the Mail/Contacts/Calenders but it isn't very clear.  I seem to
    I have yet to venture creating such another apple ID account as I don't really know how to go about doing it. 
    Thanking you in advance,
    Bill Cooley

    bill.nymus wrote:
    Hi, I am writing to ask what the best way to setup a multiple contacts account using the same apple ID for iCloud.  My wife and I both use the same apple ID for our iPhones as well as our iMac and iPad.
    Much easier to manage if you each have your own AppleIDs and computer logins.
    You can easily share contacts and calendars through iCloud while still keeping them separate.
    You keep this AppleID.
    She creates a new one and adds it on her iPhone in Setttings > Mail, Contacts & Calendars
    These are your primary iCloud accounts
    Now each of you go to Setttings > Mail, Contacts & Calendars and add an iCloud account.
    Add the other's account (as a secondary iCloud account). You can select to use Mail, Contacts, Calendars, Reminders, Bookmarks, Notes, Find My iPhone.
    I have my daughter's iCloud account this way and I use Contacts, Calendars, Reminders. This way I can view or update her info from my iPhone/computer.

  • I have been using Adobe Photoshop Elements 11 for two years. I got a new printer and installed it although I did not remove my old printer from my computer. I used this program and my new printer for quite a few months, but today I deleted my old printer

    I have been using Adobe Photoshop Elements 11 for along time now. When I first used the program I had a different printer than I have now. Although I changed printers I never removed the software from my old one. Now this was never a problem until today. When I choose a printer I still had option to use the old one but always chose my new HP Envy 5530 and Adobe never had a problem printing from that new printer. However today I decided to remove my old printer from my computer and now my Adobe cannot find my new printer.  How can I make it find the HP printer?

    Try this --
    Go to the bottom of the link I gave you, and you will see
    click that link and then click the chat button to talk to an Adobe agent

  • Using 27" iMac as display for a gaming PC

    Before anyone rips me to ribbons for wanting to use an iMac as a display for a windows PC, let me explain my situation: I need to upgrade my 2007 iMac and I was looking at the 27" iMac. I would like use it as a monitor for my gaming PC when I'm not using it as a Mac because I barely have enough room on my desk for my old iMac and gaming PC monitor as it is. A 27" iMac will take up my whole desk and won't fit with any other monitor. I'd just get a bigger desk, but my studio apartment is too small and cluttered for one.
    I know there is the Atlona DVI to Mini DisplayPort Converter, but after hours of searching, I could only find articles saying "it should work with PC" not "I tested it and it does work with PC. Here are some pictures as proof". I'm not willing to spend that much on something that might work.
    I was wondering if anyone knew of a site that gave proof that the Atlona DVI to Mini DisplayPort Converter worked the way I hope it does? or does someone know of something coming out in the near future that would allow what I need?

    I have exactly the same problem and have been scouring the forums to find an answer. Hoping to use my shiny big iMac as a display for my gaming PC which only has a DVI output. From what I've read I get the impression the answer is currently no (some problem specific to the 27" iMacs from what I can make out), but out of interest have you had any luck with this??
    The only answer I can find round this at the moment (if the converter you mention doesn't work) is to get a new graphics card with a DisplayPort output - still weighing up whether to splash out on a new one and what the chances are of me screwing up my PC if I try installing it myself!!

  • Using Hibernate as a CacheStore for Coherence

    I am trying understand the coherence function for my project new requirement.
    I've developed small application Using Hibernate as a CacheStore for Coherence
    (http://wiki.tangosol.com/display/COH34UG/Using+Hibernate+as+a+CacheStore+for+Coherence)
    I tried to remove the object from cache Using NamedCache.remove(Object) method.But object got removed from database and cache as well.
    I don't want to remove from database table.
    Is there way to remove the object only from cache and retain in the table???
    Thanks
    Kaleem

    Sure -- you can extend built-in HibernateCacheStore and override erase/eraseAll methods as no-ops.
    - Aleks

  • What is the best display setting to use with a sanyo projector for Mac OS x 10.8.3

    What is the best display setting to use with a sanyo projector for Mac OS x 10.8.3

    You would use whatever the native settings for the projector are.
    Regards.

Maybe you are looking for

  • Acrobat Pro & Reader 9.1 unexpectedly quitting.

    Acrobat Pro & Reader 9.1 is crashes before it loads. I was able to isolate the issue to my user account, both applications load and open perfectly with another user account. Other steps: 1. Uninstalled: (with uninstaller) both applications and reinst

  • Bluetooth mouse & keyboard login problem

    When I boot my G4 PowerBook running tiger 10.4.3 I can't type my user name or password - neither my Apple bluetooth mouse or keyboard function. I have to login using the PowerBook's mouse and keyboard - then once the login is complete my bluetooth mo

  • ITunes recognizes all Iron Maiden songs but IPod only 3

    Hi there! I have this issue with many artist in my IPod, i.e. Iron Maiden. ITunes sees all the songs of every artist. They all have the same name (no extra spaces, etc). But IPod only finds couple of them when playing. Can anyone help me with this? T

  • How to query in two tables

    Hi all How to query in two different tables? Should i use the following SET_BLOCK_PROPERTY('ins1', ONETIME_WHERE, 'serial = ''' || :GLOBAL.CODE || ''''); this is working but for one table if i want for both tables and and it display the related infor

  • How to force Functional Module to use Batch-Process ?

    Hello all, I am calling a FM via synchronous RFC. No matter what I try the functional module is started in a dialog process in the remote system. This is inconvinient because sometimes the process takes too long and a timeout occurs. I also tried tra