Ad Blocking via CSS

It doesn't seem that Safari 3 works when you go into Edit>Preferences>Advanced and then load up a custom CSS file to block the banner ads, et cetera on certain websites.
Is this a universal problem, or is it just me?

I don't think it depends on the name. I tried both, custom name and the name you suggested (stemming from a popular ad-blocking script) but no difference. In my opinion, custom stylesheet support is broken in safari3 for windows at the moment. file a bug.

Similar Messages

  • Spry Photo Gallery Image Size via CSS

    Hello!
    I´ve been customizing the spry photo gallery for a couple of time, but got my little problem when viewing it on a mobile phone. When you load up the pictures with a size of 450 x 300 px for example, put up the right xml file with it´s width and height, so the gallery shows the pictures in that size. So what I want to do is that you can specify the image size with css depending on the device you´re watching the site with. There is div in the css called "mainImage" where the size is in %. When you change it to 75% for example. The pictures are correctly shown with 75% of it´s original size, but the outline (grey background) is still in 100%. When you make this grey background transparent it´s still there and moves the caption down. I guess there have to be done some changes within the SpryImageViewer.js, but I just know very little things about JavaScript. Do you have any clues how to change this to specify the image size via CSS?
    Thank you for your help!!!
    Kind regards,
    Joerg

    I see you are still using Spry 1.5. Have you considered upgrading to 
    Spry 1.6.1?
    Also your XML is broken, if you open up your xml in a normal standards 
    complaint browser such as firefox, you will see that it doesn't render
    a normal tree view as it would do with other xml files. So i suggest 
    checking those errors out.
    Its mainly because you  forgot to close your starting tag of the 
    gallerys node. (<gallery
    base = ""
    background = "#FFFFFF"
    banner = "#F0F0F0"
    text = "#000000"
    link = "#0000FF"
    alink = "#FF0000"
    vlink = "#800080"
    before your xml starts.

  • Can table cell vertical alignment be defined via CSS?

    In a table cell (ie, "td") is there a way to define "valign" via CSS, instead of the table cell proper?
    In other words, instead of...
    <table>
    <tr>
    <td valign="top">
    ...is it possible to do :
    <table>
    <tr>
    <td class="top">
    ...and somehow let the stylesheet define the vertical alignment?
    I'm asking because none of the attribute presets in Dreamweaver CS4 seem to provide for vertical alignment. Everything else on God's green earth seems to be there, but table cell vertical alignment seems to be the ONLY thing CSS forgot about.

    How about giving the class "top": text-align:center. Or even the tag "td" in your stylesheet. Does that help?
    John

  • Link styles via CSS...

    Hi,
    I would like to control my link styles within my CSS panel,
    but if I set up one set (up, over, blah, blah)...how about if I
    want yet another style set for link text that's within a different
    color cell? Is it possible? How?
    Also, I have controlled background imagery and copy via CSS.
    But I would like to add ALT tags to portions of the background
    image. My properties inspector won't bring it up as an option due
    to the CSS. Do I just have to work with the HTML instead of the
    visuals?
    -- Same situation for the 'hot spot' tool, and I really need
    to use it but my bg image is unselectable due to it being inserted
    via CSS. The Properties doesn't "see it". How do I get around that?
    thank you!!
    thanks!

    Pseudo-classes and container styles are what you need - here
    are some
    tutorials.
    http://www.thepattysite.com/linkstyles1.cfm
    http://www.projectseven.com/tutorials/pseudoclasses/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "r_tist" <[email protected]> wrote in
    message
    news:fafjlv$q28$[email protected]..
    > Hi,
    >
    > I would like to control my link styles within my CSS
    panel, but if I set
    > up
    > one set (up, over, blah, blah)...how about if I want yet
    another style set
    > for
    > link text that's within a different color cell? Is it
    possible? How?
    > Also, I have controlled background imagery and copy via
    CSS. But I would
    > like
    > to add ALT tags to portions of the background image. My
    properties
    > inspector
    > won't bring it up as an option due to the CSS. Do I just
    have to work with
    > the
    > HTML instead of the visuals?
    > -- Same situation for the 'hot spot' tool, and I really
    need to use it but
    > my
    > bg image is unselectable due to it being inserted via
    CSS. The Properties
    > doesn't "see it". How do I get around that?
    >
    > thank you!!
    >
    > thanks!
    >

  • Set textinput height via css

    Hi,
    Is it possible to set the textinput fields height via css or
    any other global means? I don't want to have to speficially assign
    a height parameter to every textinput field in my app.
    Cheers

    If your were to remove all positioning (highly recommended) and just let the normal document flow determine your page height, you would have far fewer problems.  Suggest you start your project with a pre-built CSS Layout that has all the columns and containers you need.  This will save you many hours of needless frustration, too.
    DW Starter Pages (free)
    http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.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/

  • Style Table via CSS

    Hi there. It looks like I’m going to need your help
    again with a vexing table issue.
    Check this out:
    http://www.fastventures.co.uk/en/sec_test.html
    Take a close look at the table that includes the main
    navigation bar and you will notice that to the right, the last cell
    is off by 1 px although the entire table was consistently styled
    via CSS to match the following criteria:
    .hspacer_36 /* height spacer **/
    background-color: #999999;
    height: 36px;
    The odd thing is, that the table right next to (to the left)
    was styled exactly like that and displays perfectly. Any ideas?
    As you can imagine, resolving this issue is critical as we
    otherwise may not be able to adopt this design.
    Thanks a million for your time and help.

    What browser are you using becuase I dont see the width diff
    (FF2.0 on win)?
    In general though I have had this issue appear when I have a
    table that has
    an odd number width and then two cells that are width=50% ...
    "HTML-Newbie" <[email protected]> wrote in
    message
    news:fcgv2m$h9$[email protected]..
    > Hi there. It looks like I?m going to need your help
    again with a vexing
    > table
    > issue.
    >
    > Check this out:
    >
    >
    http://www.fastventures.co.uk/en/sec_test.html
    >
    > Take a close look at the table that includes the main
    navigation bar and
    > you
    > will notice that to the right, the last cell is off by 1
    px although the
    > entire
    > table was consistently styled via CSS to match the
    following criteria:
    >
    > .hspacer_36 /* height spacer **/
    >
    > {
    >
    > background-color: #999999;
    >
    > height: 36px;
    >
    > }
    >
    > The odd thing is, that the table right next to (to the
    left) was styled
    > exactly like that and displays perfectly. Any ideas?
    >
    > As you can imagine, resolving this issue is critical as
    we otherwise may
    > not
    > be able to adopt this design.
    >
    > Thanks a million for your time and help.
    >
    >

  • Button Width Via CSS?

    Hi -
    I tried setting a button <mx:Button> width via CSS but
    the "width" tag does
    not effect the button.
    Rich

    "width" is not a style. It is a property, so you can't set it
    via CSS.
    Depending on where your Button is located and why you want to
    use a
    style, you could set the "left" and "right" constraints,
    which will
    indirectly set the width based on the size of the Button's
    container.
    -- Greg
    -- Adobe Flex Builder Team
    Richard Morey wrote:
    > Hi -
    >
    > I tried setting a button <mx:Button> width via CSS
    but the "width" tag does
    > not effect the button.
    >
    > Rich

  • Remove controls/buttons from OfficeWebApps 2013 via CSS?

    Hi,
    I know from the SharePoint side that you can hide controls/buttons via CSS. Is this possible with Office Web Apps, too? If yes, where is the CSS file stored?
    Thanks
    Sven

    Hi Sven,
    According to your description, my understanding is that you want to hidden the buttons from Office Web Apps.
    Similar to the ribbon controls in our desktop version of Office 2013, we can hide the ribbon in the Office Web Apps by clicking the Minimize the Ribbon button on the far right side of the Ribbon.
    To get better support on Office Web Apps, I would like suggest you to give a new thread to Office IT Pro forum:
    http://social.technet.microsoft.com/Forums/office/en-US/home?forum=officeitpro&filter=alltypes&sort=lastpostdesc , more experts will assist you .
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • TS3899 How can I block an e-mail address on iPhone 5s? My ISP is unable to help. I can block via Outlook on my laptop, but they still come through on my iPhone

    How can I block an e-mail address from sending me spam on my iPhone 5s? My ISP is unable to help. I can block on my laptop via Outlook, but they still come through on my iPhone 5s. Thank you very much.

    You can "Move to Junk" and it should start doing it automatically after a few times:
    http://blog.mailup.com/2013/09/mail-app-in-ios-7-our-first-tests/

  • QM Quality  Module - error in transfer insp to blocked via move type 350

    QM Notification - Additional Functions in Action bar  - error in Insp to blocked (movement type 350)
    We are trying to implement the movement of goods from inspection to
    blocked stock through QM. We have added an item to the action bar and
    are using movement type 350.
    We have implemented several inventory transactions via the action  bar in Quality notifications.  All the transactions work except  this one.  We get the message "Must change Inspection Quantity  in QM system".  This is Movement type 350.  The Inspection to  Free (Movement type 321) works fine, as do Blocked to Inspection  (type 349) and Free to Inspection (320).
    Has anyone encountered and resolved this?

    Dear LudovicBento
    You cannot run this FM as QM stock can be  moved only by QA11 tcode. You may try to create a BDC to post the material
    from Quality
    Regards
    Gajesh

  • How to pass client IP address via CSS with SSL offload?

    Hello,
    We use Cisco CSS 11501S to do the SSL offload of web servers in one-armed mode. So we have to SNAT client IP in order to guaranty correct return path via the CSS. In this case web server can see only the IP address of the VIP used for SNAT. If there is a way to pass customer?s IP to the web server - i.e insert customized HTTP HEADER something like HTTP_REMOTEADDRESS:<IP address of the client> - similar to what is possible with BIG IP device for instance?
    Second question if there is a way to get from the CSS access log data similar to what we have in Apache access.log file to be used by Webalizer or similar application to analyze web traffic.

    Scott,
    if you're not doing src nat, the css will spoof the client ip and therefore, there is no need to save the client ip in the http header.
    Gilles.

  • Execute anonymous PL/SQL block via JDBC - OUT parameter not available

    I have a simple proc on the database:
    CREATE PROCEDURE TEST(X OUT BINARY_INTEGER, Y IN VARCHAR) AS
    BEGIN
      X := 33;
    END; I am trying to invoke it via JDBC using an anonymous PL/SQL block:
            try {
                Connection connection =
                  DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:ORCL",
                    "scott", "tiger");
                CallableStatement stproc_stmt = connection.prepareCall(
                    "DECLARE\n" +
                    " X_TARGET BINARY_INTEGER;\n" +
                    " Y_TARGET VARCHAR(20) := :2;\n" +
                    "BEGIN\n" +
                    " TEST(X=>X_TARGET, Y=>Y_TARGET);\n" +
                    " :1 := X_TARGET;\n" +
                    "END;"
                stproc_stmt.registerOutParameter(1, Types.NUMERIC);
                stproc_stmt.setString(2, "test");
                stproc_stmt.executeUpdate();
                Object o = stproc_stmt.getObject(1);
            catch (Exception e) {
                e.printStackTrace();
            } No exceptions are thrown, but the Object o does not get the value '33' - it is NULL.
    Any ideas?
    thanks in advance,
    Mike Norman

    I think the issue may be in how JDBC parameter binding is being managed throughout the block's lifecycle.
    The slightly-different TEST2 works:
    CREATE PROCEDURE TEST2(Y IN VARCHAR, X OUT BINARY_INTEGER) AS
    BEGIN
      X := 33;
    END;
    try {
        Connection connection =
          DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:ORCL",
         "scott", "tiger");
        CallableStatement stproc_stmt = connection.prepareCall(
         "DECLARE\n" +
         " Y_TARGET VARCHAR(20) := :1;\n" +
         " X_TARGET BINARY_INTEGER;\n" +
         "BEGIN\n" +
         " TEST2(Y=>Y_TARGET, X=>X_TARGET);\n" +
         " :2 := X_TARGET;\n" +
         "END;"
        stproc_stmt.setString(1, "test");
        stproc_stmt.registerOutParameter(2, Types.NUMERIC);
        stproc_stmt.executeUpdate();
        Object o = stproc_stmt.getObject(1);
    catch (Exception e) {
        e.printStackTrace();
    }The order of the bind indices ':1' and ':2' are reversed in the above anonymous block - we are returning via ':2'.
    I am wondering if 'under the covers' there isn't perhaps a cursor issue. When the original block is parsed and the first bind index is found to be position 2, somehow we can't go back to position 1 - a forwards-only cursor?

  • Is it possible to style texts via CSS file?

    I have the feeling that AS3.0 will not work with complex CSS styling, correct? I'm creating some div tag and I want to style the div tag. Will AS3 work with div tag?

    no.  these are the supported tags:
    CSS property ActionScript property Usage and supported values
    text-align
    textAlign
    Recognized values are left, center, right, and justify.
    text-decoration
    textDecoration
    Recognized values are none and underline.
    margin-right
    marginRight
    Only the numeric part of the value is used. Units (px, pt) are not parsed; pixels and points are equivalent.
    kerning
    kerning
    Recognized values are true and false.
    letter-spacing
    letterSpacing
    Only the numeric part of the value is used. Units (px, pt) are not parsed; pixels and points are equivalent.
    font-family
    fontFamily
    A comma-separated list of fonts to use, in descending order of desirability. Any font family name can be used. If you specify a generic font name, it is converted to an appropriate device font. The following font conversions are available: mono is converted to _typewriter, sans-serif is converted to _sans, and serif is converted to _serif.
    display
    display
    Supported values are inline, block, and none.

  • Available assignment blocks via personalization on account screen

    Hi
    On the account overview screen in WEB UI (crm version 6.0), via the personalize icon, some users have 40 available assignment blocks and some only have 15. We want to give everyone access to all 40 and then choose which blocks they want to display.
    The users who have 15 have a different business role & a different PFCG role to those who have 40. I think its controlled by an object within the PFCG role. Can anyone please help with identifying the object?
    Thanks a lot
    Lesley

    Hi PP
    Thank you for your reply.
    The configuration for the business role that has 40 blocks and the one that has 15 blocks is alike in every single way except for the PFCG role i.e. same role config key, nav bar profile etc... The PFCG role is the only thing that is different.
    I can see that the technical info is component BSP_DLC_PERS view TablePers but I dont know what within the coding to display this assignment block pop up is read to influence the number of assignment blocks made available to the user.
    Thanks a lot
    Lesley

  • It's not seen available component in assignment block via UI Configuration

    Hi, SAP Experts.
    I met a some problem in Webui Configuration (via Tcode : BSP_WD_CMPWB)
    I wanna diplay or undisplay particular component in UI Configuration.
    I move to left section (available assignment blocks) from right section(Displayed assignment blocks) some component.
    but, It's not seen some component in left section completely.
    It's not displayed components in ui configuration (available assingment block)
    I don't know why occurs this problem.
    Let me know or explain how to solved this problem.

    Hi Chang,
                       I actually dint understand the problem your are facing , but still can tell you the standard behaviour.
                 Generally we have a set of assignment blocks available in two sections i.e Available List at left side and Dispalyed List at right hand side.All the AB's present at the right hand side would be displayed on Web UI. IF they are not gettting displayed then check your personalisation settings and do reset to default and save once the configuration.
    In case you need to bring any of the AB's at left hand side to right ...................do that and save the configuration.  You should be able to see all the AB's whcih are at the right hand side.
    Sometimes few AB's are hidden at runtime, though they appear in the displayed list. In the controller class of the overview AB, there are two methods namely 'DETACH_STATIC_OVW_VIEWS' and 'REATTACH_STATIC_OVW_VIEWS'. Dettach is used to hide few AB's at runtime and Reattach is to add them. Keep a break-point in these methods and check is they at being hidded based on some condition at runtime. Check the outgoing parameter rt_return.
    Hope this helps .
    Regards,
    Ruby.

Maybe you are looking for

  • One cheque for multiple vendors

    hi, is it possible to generate one cheque for multiple vendors ? cheque will be sent to bank and bank will deposit the amounts into vendor banks. Can you anybody help me? regards, kalyan

  • OS X Yosemite as a new install?

    I have to do a fresh install on a new hard drive for my laptop, and was hoping to use Mavericks as a new install.  I know it's reported as an upgrade, but has anyone used a new OS X as a new install for a new system?

  • Trouble stopping Time Machine backup.

    Recently I have been unable to stop time machine from the menu bar. I tried force quit with no avail. So I resorted to kill -9 to stop it. But could not shut the machine down without using the power button. Any ideas or help appreciated. Thanks

  • Save number to file

    I need save a 3D array to file.What i do is to change every three number to string and save.But i does't work.Can someone suggest ideal solution. Regards

  • Why should we create index on  the table after inserting data ?

    Please tell me the Reason, why should we create index on the table after inserting data . while we can also create index on the table before insertion of the data.