Help with my css

Right I making a site this one>
http://sheepskinshoestore.com/Library/Test/tesa.html
< And I'm using CSS to make it with. This is the home page. But
I need to have a content area its gonna sit where all the links in
the "top box" are, they have links to UGG EMU Koolaburra etc theres
lots of logos there. What I cant figure out is how to make a
template that will have everything on the outside stay in position
and push down the area under the "top box". When someone clicks on
a link. Because when they do they will be shown a lot more
information than can be contained in that small "top box". For
example This is another one of our site using the old method
"columns" >
https://sheepskinshoes.com/ecom/SearchResults.php?keywords=ugg+boots&Search.x=0&Search.y= 0
< as you can see the content is drop into the center of the page
and the template on the right has a repeating image that follows
down to the bottom. Kind of what I want. I just need the
information under the "top box" to be pushed all the way down and
have some sort of repeating image for the side of the box.
Can any one help? I'm new to CSS but I need to learn how this
is done because theres no point looking at the past.
Thanks for you time!

I have some ideas for you. Normally when divs stagger like
that its because they are overlapping by a pixel or so. Try adding
overflow: hidden; to your css for #content_home_quote. You might
also want to try making quote.gif a few less pixels wide.
PS I like your use of colors

Similar Messages

  • Background image seems to be applied twice Can someone help with this CSS issue....

    Can someone help with this CSS issue....
    http://66.162.81.144/cms400min/default.aspx
    If you view the main page you will see that our background is
    2 shades of
    orange.. if you look at the line that divides those colors to
    the right and
    left you wil notice that the line is higher
    if you notice that it seems that there is another background
    on top of the
    first one..its the only thing i can think of..
    the only place where the image is being referenced is in this
    CSS style
    html, body
    min-height:100%;
    margin-bottom:1px;
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/Background-Color2.jpg);
    background-color:#F74902;
    background-position:center;
    background-attachment:fixed;
    Is there something wrong with the above CSS that could or
    would cause this?
    is it because im applying the image to both the HTML and
    BODY?
    ASP, SQL2005, DW8 VBScript, Visual Studio 2005, Visual Studio
    2008

    You've attached the background to both the html and the body.
    I would do this:
    html, body {
    min-height:100%;
    margin-bottom:1px;
    body{
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/Background-Color2.jpg);
    background-color:#F74902;
    background-position:center;
    background-attachment:fixed;
    Having said that the image doesn't look any higher on the
    right than the
    left to me in Firefox. Is it just an optical illusion?
    Daniel wrote:
    > Can someone help with this CSS issue....
    >
    >
    http://66.162.81.144/cms400min/default.aspx
    >
    > If you view the main page you will see that our
    background is 2 shades of
    > orange.. if you look at the line that divides those
    colors to the right and
    > left you wil notice that the line is higher
    >
    > if you notice that it seems that there is another
    background on top of the
    > first one..its the only thing i can think of..
    >
    > the only place where the image is being referenced is in
    this CSS style
    >
    > html, body
    >
    > {
    >
    > min-height:100%;
    >
    > margin-bottom:1px;
    >
    > text-align:center;
    >
    > background-repeat:no-repeat;
    >
    > background-image:url(images/Background-Color2.jpg);
    >
    > background-color:#F74902;
    >
    > background-position:center;
    >
    > background-attachment:fixed;
    >
    >
    > }
    >
    > Is there something wrong with the above CSS that could
    or would cause this?
    > is it because im applying the image to both the HTML and
    BODY?
    >

  • Can you please help with Fancybox CSS?

    Hello. Someone helped me a while back on creating fancybox boxes that generate pop out boxes with more content in them by clicking on them. Here is what they look like. I deleted a lot of the other content because it would just much everthing up. http://www.bestmarketingnames.com/default.php
    Now that I've kind of figured it out I want to make changes to the CSS for these fancyboxes. For instance, I want to lower the margins on the top and bottom of these boxes. Anyway. When I try to edit the jquery.fancybox.css it says that they are "a remote files and can not be edited". So i downloaded the fancybox fancyapps program that gives me the coding but I have NO idea what to do now. I saved the default jquery.fancybox.css files into dreamweaver but im not sure if it's in the right place.
    So what I am saying is that I need to change the sizing in the fancybox boxes in this link, but have no idea how to do it. Can someone please help?
    http://www.bestmarketingnames.com/default.php

    Hey Nancy so everything seems to be working out until I hit another problem. So the website is basically set up but now when you click on the "Read More" and the fancy box pops out, it shifts the entire website to the right about 200px or so. The only browser where it doesn't do this is google chrome. I have no idea why this is happening. Do you have any suggestions on how to solve it? Here is the link...http://www.bestmarketingnames.com/default.php
    Thank you so much! I will out of your hair soon!

  • Help with rollover CSS

    At
    http://www.bbsjazzbluessoups.com,
    the text links along the bottom and along the right side aren't the
    color I wanted. I want the 'off' state to be #0099FF. Please help
    me achieve this

    On Wed, 5 Mar 2008 04:47:13 +0000 (UTC), "Bushido"
    <[email protected]> wrote:
    >Thanks Tim. I've looked at p7pm/p7pmv0.css, yet don't see
    the code snippet you reference -
    I think Tim is mistaken. He may have seen that snippet in a
    <style>
    block in the error page for the missing style sheet:
    http://www.bbsjazzbluessoups.com/Templates/p7pm/p7pmv0.css
    One guess about it is that you should *never* put any files
    in the
    Templates folder except for the actual .dwt templates.
    However, I'm not sure what's causing your IE issue. The code
    in the page
    is a bit of a maze of nested tables littered liberally with
    font tags
    and I don't have the time to dig into all of it right now.
    That said,
    you have an incomplete doctype in the page, so IE will render
    it in
    quirks mode, meaning it will render all the old bugs of prior
    versions.
    You'll get much more reliable rendering if the page is
    rendered in
    standards compliance mode. To accomplish that, change this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    To this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    That *may* help.
    Gary

  • Help with my css alignment

    Hello, Can someone take a look at the css for the homepage of
    a site I'm working on and give some advice on why myjboxes aren't
    lining up properly. It looks fine in Firefox, but seems to break up
    in Explorer.
    Here's the site:
    www.itfweb.com/kdhrc
    I've been struggling with this for days and would appreciate
    any help.
    Thanks,
    michelle

    I have some ideas for you. Normally when divs stagger like
    that its because they are overlapping by a pixel or so. Try adding
    overflow: hidden; to your css for #content_home_quote. You might
    also want to try making quote.gif a few less pixels wide.
    PS I like your use of colors

  • Ack!  need help with a CSS layout

    I've been struggling to layout a Dreamweaver template that
    does the following:
    You can see the files here:
    http://northfloridahealthcorps.org/Oct5/index.html
    First, I know there's way to much CSS going on here. I'm
    newer to CSS and there's a lot of code detritus that's probably
    compounding my problems. My apologies. I don't know if you need to
    anywise my code, I just want CSS that will solve the problem. Any
    suggestions that will help me set up a page that will do the
    following will be greatly appreciated.
    The layout:
    A centered 2 and 3 column layout with fixed width columns a
    footer and a header.
    I want to page to fill the browser in IE6 and 7, etc.
    regardless of the quantity of content.
    The footer needs to stay at the bottom; more content pushes
    the footer below the viewport but the footer's at the bottom even
    if the page has no text.
    There's a background image in the wrapper/container that
    helps delineate the columns. This needs to stretch vertically too.
    I've read a lot on Divs that stretch but sill can't see to
    figure out what I'm doing wrong. I have struggled and struggled
    this and I'm going nuts! Some CSS settings work for IE7 allowing
    the page to stretch but it doesn't work in IE6 or vice versa (and I
    can't get the footer to work!). What am I doing wrong?
    Thank's Thank's Thank's Thank's Thank's!
    Greg

    go here for a tutorial on keeping footers at the bottom of
    the page
    Text

  • I need Help with Some CSS

    I am in the process of making a new template for my site.
    I can't really provide any code and here's why, I need help finding the code that I need to change. The new template is actually being designed here.
    If you scroll over the home link you will find a sub-menu pops up, if you scroll over the menu items they get bigger and come 'at" you, if you hover over sub-2 and then hover over sub-3 you will notice there is a wild transition effect, I need to know how to get rid of those, it is a different CSS code from another template link to my site. I can't find out how, if somebody could please help me out it would be wonderful. Thank you a whole bunch in advance.

    Your menu moves for a couple of reasons first, you have a border in the hover, which is going to move all of the text.  You can get rid of the border in the hover or add a border of the same size/style in the active.
    The second reason it appears you have some paddng in the hover that moves the text.
    Find those and you can solve the issue.
    Gary

  • Help with 2 CSS/JAVA Questions

    Hey guys,
    I have recently started getting into Dreamweaver CS3 but i
    have a couple of questions and was wondering if anyone could help
    me out. I want to know how (or if some one could send me a
    tutorial) on how to Create a form on a webpage using Dreamwaver in
    which when the user fills it out and presses submit it will email
    me with the information he has entered. I would also like to know
    how to make it so when your mouse hovers over a picture it blows up
    and has a bigger image on the screen.
    Any help would be appreciated, Alex.

    > email me with the information he has entered
    There are only two ways to process form data -
    1. Use mailto:[email protected] as the action of the form
    2. Use a server-side scripting method to a) harvest the
    form's data, b)
    process it in some manner, e.g., enter it into a database, c)
    formulate and
    send an email to one or more email recipients, and d)
    redirect the visitor
    to some ending page
    Method 1 is quite simple, and is also the least reliable. It
    depends both
    on your visitor having an email client already installed on
    their computer -
    this eliminates public computers, or home users without email
    clients
    installed (more and more it seems) - and on the installed
    email client
    responding to
    the mailto call. It is not possible to use this method *and*
    send the
    visitor to a
    thank you page as well.
    Method 2a is the preferred method, since it eliminates the
    problems of
    method
    1, but it means that you have to grapple with
    server-scripting somehow (ASP,
    CF, PHP, perl, etc.).
    Method 2b would be to use some third-party form processing,
    like
    http://www.bebosoft.com/products/formstogo/.
    You would have to decide which of these methods is best for
    your needs,
    but if it's Method 2a, then start by asking your host what
    they provide for
    form
    processing. If it's 2b, then read their FAQ/instructions
    carefully.
    > I would also like to know how to
    > make it so when your mouse hovers over a picture it
    blows up and has a
    > bigger
    > image on the screen.
    Google "JQuery" or do a disjoint rollover (Google that, too).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Cryraxz" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hey guys,
    >
    > I have recently started getting into Dreamweaver CS3 but
    i have a couple
    > of
    > questions and was wondering if anyone could help me out.
    I want to know
    > how (or
    > if some one could send me a tutorial) on how to Create a
    form on a webpage
    > using Dreamwaver in which when the user fills it out and
    presses submit it
    > will
    > email me with the information he has entered. I would
    also like to know
    > how to
    > make it so when your mouse hovers over a picture it
    blows up and has a
    > bigger
    > image on the screen.
    >
    > Any help would be appreciated, Alex.
    >

  • Help with basic CSS positioning

    I am learning the rudiments of CSS positioning - I have gone
    through the good Macromedia docs and even bought a book which is
    useful (HTML Utopia). I am now applying some concepts to my first
    site.
    Oh how I thought I knew how to apply theory.
    The sily thing is I am stuck on a very basic stage. And I
    just cant figure out the solution. This is my problem.
    I want to centre my site on the page so I created a #wrapper
    <div> which works fine
    Then, I wanted to position two <div> 'boxes', each
    containing a logo within this wrapper, next to each other, left to
    right, with a small margin imbetween them.
    The first box on the left aligns fine, relatively positioned
    to the wrapper. Great.
    However, the next box 'jumps' down to the next line, even
    though there is space within the wrapper element for it. I assumed
    as <div> tag elements 'flow' after each other, it would
    continue right. But no, it flows onto the next line, a bit like
    this
    image 1
    image 2
    I was after
    image 1 image 2
    What am I doing wrong. Im sure Im missing the obvious. Should
    I be floating at this stage?
    Forgive me - Im grasping the concepts here
    Heres the code:
    CSS
    #master_wrapper {
    width: 760px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    #logo_box {
    width: 145px;
    height: 120px;
    position: relative;
    #banner_box {
    width: 580px;
    height: 120px;
    margin-top: 0;
    margin-left: 25px;
    position: relative;
    HTML
    <body>
    <div id="master_wrapper">
    <div id="logo_box"><img
    src="website_graphics/index_page/logo.jpg" alt="Logo" width="145"
    height="120" />
    </div>
    <div id="banner_box"><img
    src="website_graphics/index_page/banner_cityscape.jpg" alt="Banner"
    width="580" height="120"/>
    </div>
    </body>
    If you are feeling especially kind, could you let me know the
    correct code to position a further 2 boxes which sit under the logo
    and the banner respectively
    Yours, cap in hand
    Chris

    > The first box on the left aligns fine, relatively
    positioned to the
    > wrapper.
    > Great.
    Remove the relative positioning. You don't need it. Now,
    float that box
    left.
    > However, the next box 'jumps' down to the next line,
    even though there is
    > space within the wrapper element for it. I assumed as
    <div> tag elements
    > 'flow'
    > after each other, it would continue right. But no, it
    flows onto the next
    > line,
    > a bit like this
    Div tags are block tags - that means that unless told not to,
    the occupy the
    entire line within their container, thus forcing them to a
    new line, and all
    adjacent content above and below.
    Remove the position:relative from all your divs, and just
    make the first two
    float left.
    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
    ==================
    "socks_" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am learning the rudiments of CSS positioning - I have
    gone through the
    >good
    > Macromedia docs and even bought a book which is useful
    (HTML Utopia). I am
    > now
    > applying some concepts to my first site.
    >
    > Oh how I thought I knew how to apply theory.
    >
    > The sily thing is I am stuck on a very basic stage. And
    I just cant figure
    > out
    > the solution. This is my problem.
    >
    > I want to centre my site on the page so I created a
    #wrapper <div> which
    > works
    > fine
    >
    > Then, I wanted to position two <div> 'boxes', each
    containing a logo
    > within
    > this wrapper, next to each other, left to right, with a
    small margin
    > imbetween
    > them.
    >
    > The first box on the left aligns fine, relatively
    positioned to the
    > wrapper.
    > Great.
    >
    > However, the next box 'jumps' down to the next line,
    even though there is
    > space within the wrapper element for it. I assumed as
    <div> tag elements
    > 'flow'
    > after each other, it would continue right. But no, it
    flows onto the next
    > line,
    > a bit like this
    >
    > image 1
    > image 2
    >
    > I was after
    >
    > image 1 image 2
    >
    > What am I doing wrong. Im sure Im missing the obvious.
    Should I be
    > floating at
    > this stage?
    >
    > Forgive me - Im grasping the concepts here
    >
    > Heres the code:
    >
    > CSS
    > #master_wrapper {
    > width: 760px;
    > margin-top: 0px;
    > margin-bottom: 0px;
    > margin-right: auto;
    > margin-left: auto;
    > position: relative;
    > }
    >
    > #logo_box {
    > width: 145px;
    > height: 120px;
    > position: relative;
    > }
    >
    > #banner_box {
    > width: 580px;
    > height: 120px;
    > margin-top: 0;
    > margin-left: 25px;
    > position: relative;
    > }
    >
    >
    > HTML
    >
    > <body>
    > <div id="master_wrapper">
    >
    > <div id="logo_box"><img
    src="website_graphics/index_page/logo.jpg"
    > alt="Logo"
    > width="145" height="120" />
    > </div>
    >
    > <div id="banner_box"><img
    > src="website_graphics/index_page/banner_cityscape.jpg"
    alt="Banner"
    > width="580"
    > height="120"/>
    > </div>
    > </body>
    >
    > If you are feeling especially kind, could you let me
    know the correct code
    > to
    > position a further 2 boxes which sit under the logo and
    the banner
    > respectively
    >
    > Yours, cap in hand
    >
    > Chris
    >

  • Dark theme in Linux screws up Firefox 4.0, help with userContent.css file

    OS: Fedora 14 x86_64 / Gnome 2.3x
    Problem with: Firefox 4.0
    Using dark gtk themes changes the background color of common form controls (input boxes, text boxes, radio buttons, etc...) into the same dark color used in the theme, so you end up with dark controls with black text, which makes them unreadable.
    While searching I found that there's a way to make Firefox override the system colors, and that is by creating a userContent.cs file.
    Here's the userContent.css file:
    ===========================
    body {
    background-attachment: scroll !important;
    input {
    border: 2px inset white;
    background-color: white;
    color: black;
    -moz-appearance: none !important;
    textarea {
    border: 2px inset white;
    background-color: white;
    color: black;
    -moz-appearance: none !important;
    select {
    border: 2px inset white;
    background-color: white;
    color: black;
    -moz-appearance: none !important;
    input[type="radio"],
    input[type="checkbox"] {
    border: 2px inset white ! important;
    background-color: white ! important;
    color: ThreeDFace ! important;
    -moz-appearance: none !important;
    .*|*::-moz-radio {
    background-color: white;
    -moz-appearance: none !important;
    button,
    input[type="reset"],
    input[type="button"],
    input[type="submit"] {
    border: 2px outset white;
    background-color: #eeeeee;
    color: black;
    -moz-appearance: none !important;
    body {
    background-color: white;
    color: black;
    display: block;
    margin: 8px;
    -moz-appearance: none !important;
    ===========================
    This css code fixes text boxes, input boxes, etc... but I still have dark radio buttons, dark check boxes, and dark drop down menus, does anyone know what might be causing this problem?
    Examples:
    http://i901.photobucket.com/albums/ac211/0xGFX007/001.png
    http://i901.photobucket.com/albums/ac211/0xGFX007/002.png

    FWIW, an alternative to going back to a light theme for whatever reason: there is a theme with several variations called "Shiki-Colors", in which only half of the stuff is dark.

  • Help with some CSS layering

    So it took me a wile and some playing around to make the page
    centered. But I got what I needed. I put every thing inside a
    #wrapper to get it centered but I needed some elements to stretch
    out, so there width is 100%. And them being inside the #wrapper
    stop that. So I took the div's out of the #wrapper and put them
    back in after the </wrapper> line. That work great. In
    preview. So I upload and to my shock it looks very wrong live. The
    layer order is all out of whack. So I played with the z-index to
    make sure they were underneath everything they needed to be. And
    there was no change. Can some on have a look for me?>
    http://winterslippers.com
    there are 4 div's outside the #wrapper. You can see them way down
    at the bottom of the code.
    Thanks all!

    >>work's fine in Firefox the problem lies in good old
    IE7
    Not here. It's a disaster in FF2 & IE6. I don't think
    this site can be
    fixed. I can't believe the approach taken. The homepage is
    not huge it's
    humongous. Browser has to be 1300+ pixels wide to see the
    entire page and it
    doesn't create a horizontal scroll bar. Maybe some of this is
    due to the 168
    code errors.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwinterslippers.com%2FLibrary%2Fin dex.html
    As to size, the page is 1.5MB compared to a preferred target
    size of 40KB.
    IOW 40 times too big. You're selling consumer products.
    Consumers are likely
    to be using dial-up. On dial-up this page will take 5+
    minutes to load.
    Check out
    http://www.sitepoint.com/books/.
    I think their books are great.
    Buy a few, take a few weeks to study & learn and then
    start over.
    Remember the 1st Rule of Holes: When you find yourself in
    one, stop digging.
    Sorry...
    Walt
    "satrop" <[email protected]> wrote in
    message
    news:f4v5sb$3mp$[email protected]..
    >I should say it work's fine in Firefox the problem lies
    in good old IE7

  • Help with css 3 column layout with background

    So I'm really not much of a web designer and usually deal in
    print but a friend wanted help with her site so I'm taking a crash
    course in css. so I was wondering if anyone a little more web savvy
    than I can spot why my sites background Is sliding around.
    this is the site as it
    stands
    this is the
    main css i found a site to generate the codes to get around browser
    specific glitches
    what
    I see in Safari
    what
    i see in firefox
    what
    background should look like
    any help would be greatly appreciated thanks

    Peter Llamas posted in macromedia.dreamweaver:
    > So I'm really not much of a web designer and usually
    deal in print
    > but a friend wanted help with her site so I'm taking a
    crash
    > course in css. so I was wondering if anyone a little
    more web
    > savvy than I can spot why my sites background Is sliding
    around.
    >
    http://whiskeylemonade.x10hosting.com
    I have no idea what you mean by "sliding around", but could
    it have
    something to do with your missing old_break.css file?
    http://whiskeylemonade.x10hosting.com/css/old_break.css
    HTTP/1.x 404 Not Found
    Mark A. Boyd
    Keep-On-Learnin' :)

  • Help with CSS Style Code

    I believe there is a glitch in my style code for my webpage. When I open the page by itself it works fine but when the CSS style is added the page scrunches together. Can anyone help me determine what the problem is??

    I honestly don't have much information on how I got the problem or why. But I had a test file prior to this problem which held a file with the css style intact, so I copied that css style into the other pages and it returned to how it was prior to the problem.

  • Help with CSS (was: I AM CONFUSED)

    the tutorial has begin using the phrase "style sheet"  i take that means the code on the left when the screen is split?
    figure 28 on the tutorial shows a "style sheet" with 18 lines. 
    but on my computer the "style sheet" has 29 lines which includes a head and body.  but when i copy the code or "style sheet" and then print it here it comes out without a head and body like this - 
    @charset "utf-8";
    /* CSS Document */
    #container {
              width: 968px;
              background: #FFF;
              margin: 0 auto;
              padding-left: 10px;
              padding-right: 10px;
              overflow: hidden;}
    #header {
    #main_image {
    #left_column {
    #center_column {
    #right_column {
    #footer {
    #main_image {
              background-image: url(../images/main.jpg);
              background-repeat: no-repeat;
              height: 376px;
              width: 968px; }
    #left_column, #center_column, #right_column {
              width: 316px;
    #main_image {
              background-image: url(../images/main.jpg);
              background-repeat: no-repeat;
              height: 376px;
              width: 968px; }
    #left_column, #center_column, #right_column {
              width: 316px;

    Although you don't say which tutorial you're following (it would help others to help you), I recognize the code as being from my "Creating your first website" series in the Dreamweaver Developer Centre.
    The CSS is in an external file. What you see on the left of the Document window shows the contents of the external file like this:
    The CSS is displayed because check_cs6.css is selected in the Related Files toolbar. To see the HTML, you need to click Source Code.
    The errors with the CSS you have pasted here are in following section:
    #left_column {
              width: 316px;
              float: left
    #center_column {
              width: 316px;
              float: left
    #right_column {
              width: 316px;
              float: left          }
    There should be a semicolon after each style declaration. There should also be a closing curly brace for the #left_column and #center_column style rules:
    #left_column {
              width: 316px;
              float: left;
    #center_column {
              width: 316px;
              float: left;
    #right_column {
              width: 316px;
              float: left;

  • Need some help with Firefox and userChrome.css

    As you can see there is some space underneath the tabs. I used the addon 'Classic theme restorer' to hide the adressbar, but unfortnanly it left some space underneath the tabs. I've been trying to fix it with userChrome.css myself, but I really dont know what am I'm doing.
    Does anyone know how to remove it?

    *For Safari (4.0.2)* I just clicked help>installed_plug-ins and get this:
    http://www.easy-share.com/1908259228/Installed Plug-ins.html
    *Firefox (3.5.3)* tools>add-ons>extensions: Ad Block plus
    and tools>add-ons>Plug-ins: http://yfrog.com/6qnag2j
    Message was edited by: Jonnymont
    If I just delete these won't it make things worse? like not being able to go to any flash sites at all (majority of internet these days)
    Message was edited by: Jonnymont

Maybe you are looking for

  • Difference between the design of clusters PCLx and others like RFBLG etc .

    There are a few nagging questions which I was not able to find in the forum hence i have to post a new question. I am a little confused about the difference between the different clusters . If i start with RFBLG i.e. the cluster for BSEG BSEC etc ,I

  • How to display many Links like text with multi lines?

    I need to: 1)display many links in one container like text 2)each link have onClick event Handler Example: Link1 SomeLink2 Link3 \* Link4 AnatherLink5            \* AndOneMoreLink6              \* \* - right border of container i'v tried TileGroup, b

  • How do I book mark multiple tabs

    I've a page with 5 tabs, is there a way that I can book-mark this page with the 5 tabs so when I click on the saved book-mark it would bring up the 5 tabs?

  • Media player still not working

    Hi, I use a Bberry Curve 8520, v 5.0.0.592, BIS active... My media player, actually all audio function works one day, then not the following, then works, then not! Everytime is stops working I unplug battery, pull out memory card and switch on, place

  • Problems with focus traversal after moving to j2sdk_1.4.1_02

    Hi, Just moved to j2sdk_1.4.1_02 and we are having problems where focus stays on wrong UI component e.g. a user(user2) is taking edit/write permissions from another user(user1) that has write permissions. User1 is told that they will lose write permi