Having trouble displaying small image in Cart

Hello everyone. I have been having trouble displaying the small image in my cart. I know that the image is there, yet it wont display. Any help would be appreciated. Thanks
http://www.highestgoodclothing.com/men/stl-tee

.productitemcell { }
That in your css has no height.
Add height:auto; to your code.

Similar Messages

  • Having trouble displaying the Logged in Customer details.  The customer is able to register himself

    Having trouble displaying the Logged in Customer details.  The customer is able to register himself to my site but when he enters his username and password I don't know how to display the welcome username message and switch the login link to logout. Even afte the customer is logged in it still shows login. Please look at the image for more details.

    Thanks Sidney, that worked........I tried to change the css style of make the log out link to stay in same horizontal line as the Logged in but I can't.(Please see the image) Is it the module that is designed to work this way???
    And one more .....is there a way where I can change the message "No one logged in" to say LogIn.
    Thank you

  • I am new to Mac and am having trouble with uploading images from my pictures folder to Facebook and other share sites- some of my images are accessible while others are seemingly locked....

    I am new to Mac and am having trouble up loafing images from my pictures folder to photography sites and Facebook. Some of the saved images are accessible, while others are not, ( they are light colored and cannot be uploaded) I am not saving them any differently.

    Hi Robodisko,
    Thanks for your prompt reply...... 
    I often proof my work in preview then edit images in photoshop and rename from there.  The dsc images are renamed to correlate the name of the class etc.  i.e. dcs_001 is saved as the file name required 7A.jpeg etc.
    The file names are required to correlate what is what and so on..........

  • TS3276 Having trouble sending jpeg images as attachments in Mac email.....they go thru as images and PC users can't see the SAVE or QUICK LOOK boxes that Mac mail has.  One friend scrolled over the image, right clicked on it and saved as a PNG file.

    Having trouble sending jpeg images as attachments in Mac email.....they go thru as images and PC users can't see the SAVE or QUICK LOOK boxes that Mac mail has.  One friend scrolled over the image, right clicked on it and saved as a PNG file.

    Apple Mail isn't going to change the format of any of your attachments. it isn't going to corrupt them either.
    Exchange is a transport protocol and server. The issue you describe is not related to Exchange.
    There are many different versions of Microsoft Outlook in use and they all have e-mail bugs. Different versions have different bugs. Some Apple Mail hack to get around a bug in Outlook 2003 may cause the same message to be problematic in Outlook 2000. Fix them both and another issue will cause trouble in Outlook 2007. You can't fix this. Apple can't fix this. Microsoft can and has but that is irrelevant if your recipients are using older versions.
    One specific problem is that Apple Mail always sends image attachments inline, as images, not as iconized files. You can change this with Attachment Tamer. Just be aware that use of this software will break other things such as Stationery. E-mail is just a disaster. To date, no one outside of Apple has ever implemented the e-mail standards from 1993. Apple has continually changed its e-mail software to be more compatible with the de-facto standards that Netscape and Microsoft have unilaterally defined and people documented as "standards" after the fact. The e-mail messages that Apple Mail sends are 100% correct and do not violate any of the original standards from 1993 or the Microsoft/Netscape modifications. The problem is entirely bugs and limitations in various versions of Outlook.

  • Having trouble displaying a JPanel on a JFrame

    Hello all,
    I'm fairly new to Java and I am having trouble displaying a JPanel on a JFrame. Pretty much I have a class called Task which has a JPanel object. Everytime the user creates a new task, a JPanel with the required information is created on screen. However, I cannot get the JPanel to display.
    Here is some of the code I have written. If you guys need to see more code to help don't hesitate to ask.
    The user enters the information on the form and clicks the createTask button. If the information entered is valid, a new task is created and the initializeTask method is called.
    private void createTaskButtonMouseClicked(java.awt.event.MouseEvent evt) {                                             
        if (validateNewTaskEntry())
         String name = nameTextField.getText().trim();
         Date dueDate = dueDateChooser.getDate();
         byte hourDue = Byte.parseByte(hourFormattedTextField.getText());
         byte minuteDue = Byte.parseByte(minuteFormattedTextField.getText());
         String amOrPm = amPmComboBox.getSelectedItem().toString();
         String group = groupComboBox.getSelectedItem().toString();
         numberTasks++;
    //     if (numberTasks == 1)
    //     else
         Task newTask = new Task(mainForm, name, dueDate, hourDue, minuteDue,
             amOrPm, group);
         newTask.initializeTask();
         this.setVisible(false);
    }This is the code that I thought would display the JPanel. If I put this code in anther form's load event it will show the panel with the red border.
    public void initializeTask()
         taskPanel = new JPanel();
         taskPanel.setVisible(true);
         taskPanel.setBorder(BorderFactory.createLineBorder(Color.RED));
         taskPanel.setBounds(0,0,50,50);
         taskPanel.setLayout(new BorderLayout());
         mainForm.setLayout(new BorderLayout());
         mainForm.getContentPane().add(taskPanel);
    }I was also wondering if this code had anything to do with it:
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new AddTaskForm(new MainForm()).setVisible(true);
        }As you can see I create a new MainForm. The MainForm is where the task is supposed to be drawn. This code is from the AddTaskForm (where they enter all the information to create a new task). I had to do this because AddTaskForm needs to use variables and methods from the MainForm class. I tried passing the mainForm I already created, but I get this error: non-static variable mainForm cannot be referenced from a static context. So to allow the program to compile I passed in new MainForm() instead. However, in my AddTaskForm class constructor, I pass the original MainForm. Here is the code:
    public AddTaskForm(MainForm mainForm)
       initComponents();
       numberTasks = 0;
       this.mainForm = mainForm;
    }Is a new mainForm actually being created and thats why I can't see the JPanel on the original mainForm? If this is the case, how would I pass the mainForm to addTaskForm? Thanks a ton for any help/suggestions!
    Brian

    UPDATE
    While writing the post an idea popped in my head. I decided to not require a MainForm in the AddTaskForm. Instead to get the MainForm I created an initializeMainForm method.
    This is what I mean by not having to pass new MainForm():
        public static void main(String args[])
         java.awt.EventQueue.invokeLater(new Runnable()
             public void run()
              new MainForm().setVisible(true);
        }Even when I don't create the new MainForm() the JPanel still doesn't show up.
    Again, thanks for any help.
    Brian

  • Having trouble displaying images on a page in APEX through IE.

    I'm trying to conditionally display images (used as toggle buttons) in a tabular report in APEX. This is for our Benefits application where an employee can include or exclude his/her dependents from the plan. For each row, in one column I want to show only 'Include' button if an individual is not already a member, and in another column show only 'Remove' button if already included. I'm using the button images as links and passing information to a page process.
    I was able to come up with the SQL query which works perfectly fine in Firefox. But the images won't display in Internet Explorer. Does anyone have any idea how to make this work in IE?
    Below is my query. This code will display 'Include in plan' image only if the member is not already added to the plan. If 'Y' is the result of the query, then the member is already included and no image is displayed. Otherwise display the image. Pass the member_id to an application item and process the record in a Before Header process.
    select elected_member_id, member_type, last_name, first_name, middle_name, gender,date_of_birth,student_flag,trunc(months_between(sysdate ,date_of_birth)/12) AGE,
    decode((select 'Y'
    from eben_elected_plan_info epi
         where plan_name not in ('Delta', 'Vision', 'HEALTH_FLEX', 'DEP_FLEX')
         and epi.elected_member_id = emi.elected_member_id
         and transaction_type <> 'END'), null,'<a href="f?p=&APP_ID.:70:&SESSION.::::F_APP_MEMBER_INCLUDE:'||elected_member_id||'<img src="&WORKSPACE_IMAGES.include.png"></a>') elected_member_id_include,
    elected_member_id elected_member_id_exclude
    from eben_elected_members_info emi
    where emp_person_id = :f_app_person_id
    and member_type <> 'Employee'

    I was able to resolve this issue by creating the SQL statement from scratch in IE. It then recognized the images.

  • Having trouble displaying image in JPanel

    I want to display an image in jpanel making it to scale to the size of the panel.
    And later i should be able to draw on that image , i am really new to all this , but i have to finish it soon.
    This is the code i am compiling and getting error
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class LocaterClient extends JFrame
         JPanel panel;
         public LocaterClient()
              super("LocaterClient");
              panel = new JPanel();
              panel.setSize(374,378);
              panel.setOpaque(false);
              panel.setVisible(true);
         getContentPane().add(panel);
         /*JFrame f = new JFrame();
         f.setSize(374,378);
         f.getContentPane().add(panel);*/
         public void paintComponent(Graphics g)
              super.paintComponent(g);
              ImageIcon img = new ImageIcon("World_MER.jpg");
              ImageIcon fillImage = new ImageIcon(img.getImage().getScaledInstance
    (getWidth(), getHeight(),Image.SCALE_REPLICATE));
              g.drawImage(fillImage.getImage(), 0,0, this);
         public static void main(String args[])
              LocaterClient lc = new LocaterClient();
              lc.setDefaultCloseOperation( EXIT_ON_CLOSE );
              lc.pack();
              lc.setVisible(true);
    This is the error i am getting
    LocaterClient.java:24: cannot resolve symbol
    symbol : method paintComponent (java.awt.Graphics)
    location: class javax.swing.JFrame
    super.paintComponent(g);
    ^
    1 error
    If i remove super.paintComponent(g); line it compiles and runs but i get a tiny panel without the image.
    PLease help me , i am not evn sure is this is the procedure should i follow , because i should be able to draw on that image later on .
    Please provide me with some sample code.

    import javax.swing.*;
    import java.awt.*;
    public class ImagePainter extends JPanel{
      private Image img;
      public ImagePainter(){
        img = Toolkit.getDefaultToolkit().getImage("MyImage.gif");
      public void paintComponent(Graphics g){
        g.drawImage(img,0,0,getSize().width,getSize().height);
      public static void main(String[]args){
        JFrame frame = new JFrame();
        frame.getContentPane.add(new ImagePainter());
        frame.setSize(500,500);
        frame.show();

  • Having trouble displaying images on my results page

    I have tried placing the following code (<img src="*<?php echo $row_rsppleresults['picture_upload']; ?>*>) BOLDED AREA (see code below very last entry) in hopes that it would display the image. However, what happens after I place the code in that location is that I get an invalid code error that there is something wrong with the Italic BOLDED area (see below very last entry). In addition, to that it changes the html formatting on my page when I try to view the page and no image shows up.  As of right now when someone fills out the input form the photo automatically get uploaded into the following directory-/public_html/rescuealerts/fomdata/uploads_missing_person_form.  I am clueless how to connect the correct image with the correct input information in the search display table. Below you will find the following- my code for the results page and my dynamic table.  Everything else in the dynamic table displays correctly. It the images that I can seem to get displayed. Any help would be greatly appreciated.
    Results page:
    <?php require_once('../Connections/rescue.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    $currentPage = $_SERVER["PHP_SELF"];
    $maxRows_rsppleresults = 10;
    $pageNum_rsppleresults = 0;
    if (isset($_GET['pageNum_rsppleresults'])) {
      $pageNum_rsppleresults = $_GET['pageNum_rsppleresults'];
    $startRow_rsppleresults = $pageNum_rsppleresults * $maxRows_rsppleresults;
    mysql_select_db($database_rescue, $rescue);
    $query_rsppleresults = "SELECT missing_name, `description`, picture_upload, missing_person_form.missing_name, missing_person_form.`description`, missing_person_form.picture_upload FROM missing_person_form";
    $query_limit_rsppleresults = sprintf("%s LIMIT %d, %d", $query_rsppleresults, $startRow_rsppleresults, $maxRows_rsppleresults);
    $rsppleresults = mysql_query($query_limit_rsppleresults, $rescue) or die(mysql_error());
    $row_rsppleresults = mysql_fetch_assoc($rsppleresults);
    if (isset($_GET['totalRows_rsppleresults'])) {
      $totalRows_rsppleresults = $_GET['totalRows_rsppleresults'];
    } else {
      $all_rsppleresults = mysql_query($query_rsppleresults);
      $totalRows_rsppleresults = mysql_num_rows($all_rsppleresults);
    $totalPages_rsppleresults = ceil($totalRows_rsppleresults/$maxRows_rsppleresults)-1;$maxRows_rsppleresults = 10;
    $pageNum_rsppleresults = 0;
    if (isset($_GET['pageNum_rsppleresults'])) {
      $pageNum_rsppleresults = $_GET['pageNum_rsppleresults'];
    $startRow_rsppleresults = $pageNum_rsppleresults * $maxRows_rsppleresults;
    $colname_rsppleresults = "-1";
    if (isset($_POST['missing_name'])) {
      $colname_rsppleresults = $_POST['missing_name'];
    mysql_select_db($database_rescue, $rescue);
    $query_rsppleresults = sprintf("SELECT missing_name, `description`, picture_upload FROM missing_person_form WHERE missing_name LIKE %s", GetSQLValueString("%" . $colname_rsppleresults . "%", "text"));
    $query_limit_rsppleresults = sprintf("%s LIMIT %d, %d", $query_rsppleresults, $startRow_rsppleresults, $maxRows_rsppleresults);
    $rsppleresults = mysql_query($query_limit_rsppleresults, $rescue) or die(mysql_error());
    $row_rsppleresults = mysql_fetch_assoc($rsppleresults);
    if (isset($_GET['totalRows_rsppleresults'])) {
      $totalRows_rsppleresults = $_GET['totalRows_rsppleresults'];
    } else {
      $all_rsppleresults = mysql_query($query_rsppleresults);
      $totalRows_rsppleresults = mysql_num_rows($all_rsppleresults);
    $totalPages_rsppleresults = ceil($totalRows_rsppleresults/$maxRows_rsppleresults)-1;
    $queryString_rsppleresults = "";
    if (!empty($_SERVER['QUERY_STRING'])) {
      $params = explode("&", $_SERVER['QUERY_STRING']);
      $newParams = array();
      foreach ($params as $param) {
        if (stristr($param, "pageNum_rsppleresults") == false &&
            stristr($param, "totalRows_rsppleresults") == false) {
          array_push($newParams, $param);
      if (count($newParams) != 0) {
        $queryString_rsppleresults = "&" . htmlentities(implode("&", $newParams));
    $queryString_rsppleresults = sprintf("&totalRows_rsppleresults=%d%s", $totalRows_rsppleresults, $queryString_rsppleresults);
    ?>
    Here is my code for the dynamic table (this is also where I have been trying to edit the code to look for the images that were uploaded with the initial form.
    Dynamic Table:
        <tr>
          <td style="font-weight: normal; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><div align="left"><?php echo $row_rsppleresults['missing_name']; ?></div></td>
          <td style="font-weight: normal; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><div align="left"><?php echo $row_rsppleresults['description']; ?></div></td>
          <td style="font-weight: normal; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><div align="left"><?php echo $row_rsppleresults['picture_upload']; ?></div></td>
        </tr>
        <?php } while ($row_rsppleresults = mysql_fetch_assoc($rsppleresults)); ?>
    </table>
    Thank you,
    hjohnson2011

        <tr>
          <td style="font-weight: normal; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><div align="left"><?php echo $row_rsppleresults['missing_name']; ?></div></td>
          <td style="font-weight: normal; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><div align="left"><?php echo $row_rsppleresults['description']; ?></div></td>
          <td style="font-weight: normal; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><div align="left"><?php echo $row_rsppleresults['picture_upload']; ?></div></td>
        </tr>
        <?php } while ($row_rsppleresults = mysql_fetch_assoc($rsppleresults)); ?>
    </table>
    First off, you should style the table, rows and cells by using CSS. Also, there is no need for a div within the cell because, again, you can use CSS to do the styling for you. Not only that, depending on the DOCTYPE that has been used, tou will get an invalid markup when using align=left.
    Depending on what is included in the picture_upload field (just the name and extension or the complete path and file name) your markup should look like
    <table>
      <tr>
        <td><?php echo $row_rsppleresults['missing_name']; ?></td>
        <td><?php echo $row_rsppleresults['description']; ?></td>
        <td><img src="<?php echo $row_rsppleresults['picture_upload']; ?>"></td>
      </tr>
    </table>
    if the picture_upload field contains all of the info, or if it only contains the filename+extension
    <table>
      <tr>
        <td><?php echo $row_rsppleresults['missing_name']; ?></td>
        <td><?php echo $row_rsppleresults['description']; ?></td>
        <td><img src="escuealerts/fomdata/uploads_missing_person_form/<?php echo $row_rsppleresults['picture_upload']; ?>"></td>
      </tr>
    </table>
    Gramps

  • Anyone having trouble sharing large images via email with Aperture 3 and OSX 10.7.2?

    I am having trouble sharing images via email with Aperture 3. No matter what size I have in the preferences, the image is thumbnail size. The requested size flashes on the email a couple of times but the small size remains and is sent. I am using OSX 10.7.2. Any suggestions how I may send larger sizes?
    oldgranddad

    I have taught many how to use GUI-based computers.  The number of controls they are aware of on the screen always progresses, usually linearly with the amount of time they spend actively learning the GUI.  Beginners are totally flummoxed that windows can hide other windows.  A step beyond that, they are amazed that they can resize windows using the mouse cursor.  Those two are trivial to most users today, but they illustrate 1. that there is nothing "intuitive" about the GUI, and 2. that the amount one perceives is dependant on the amount one knows. IME, this has nothing to do with age, and everything to do with experience using a GUI.
    Here is a good hint:  if you are using a Mac and can't figure out how to do something, look for something to click.    If you find something that seems promising, try "{Option}+clicking".
    The interface is richer than any one person can master.  Frank's statement "most times we all fail to see everything " is, imho, _always_ true.  We never see everything, even in the grossly limited resolution of our computer screens.

  • Having  trouble displaying images on TV

    I am able to show my movies on TV (version 2)but am unable to see images
    I tried the advanced  option but I only see a couple of imahes in my download folder
    How do I get photos and other images to to sho up or to load into iTuunes?

    When yo go to that option it lets you browse your whole computer so i'm not sure I understand. If you have all of your pictures in one folder (no matter where they are on your system) you should be able to find them.
    Navigate to the correct spot or put your photos in one place (folder) if they are not already

  • Having trouble inserting my images

    Hello! I need to find a solution to this problem as soon as possible, because I'm working on my website design final that's due next Monday (12/08/2014).
    I am having a really difficult time inserting my images. I don't understand why, that's something that should be the easiest thing to do. Whenever I insert an
    image, it appears larger than it should. I've updated my software, and now I don't know how to scale the image.  Whenever I scaled it before, it would always
    squish it.
    So if anyone knows Anything, I would really appreciate any help I can get.
    Thank you!

    I pasted both of the codes for HTML and CSS below. It'll be a miracle if anyone can find a solution. I've been at this for days and I haven't gotten anywhere. I've
    compared the code below with the code used in previous assignments, and I've reviewed it numerous times.. I can't find anything.
    So, good luck!
    And thanks for the help!
    HTML:
    <!doctype html>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="content" class="fluid"><img src="assets/banner-france.jpg" alt="Banner" class="header_div"/>
    <div class="fluid intro_paragraph">
      <p>
      <nav class="fluid menu_bar">
           <ul>
             <li><a href="index.html">Home</a></li>
             <li><a href="things_to_do.html">Things to Do</a></li>
             <li><a href="events.html">Events</a></li>
             <li><a href="accomodation.html">Accomodations</a></li>
             <li><a href="food_and_wine.html">Food and Wine</a></li>
           </ul>
      </nav>
      <h1>The Top Five Things to do in France</h1>
      <p>France is, without a doubt, one of the most fascinating countries in Europe. Every little corner of the country is worth visiting, regardless of season. Listed below are the top five places you will want to see when you visit France.</p>
      <h3>#1 Visit the Eiffel Tower</h3>
      <img src="assets/eiffel-tower.jpg" alt="Eiffel Tower" class="img_float"/>
    <p>The Eiffel Tower was designed by one of France's greatest 19th century engineers, Gustave Eiffel. It was built in commemoration of the French Revolution. The structure took more than two years to complete. It is built of about 12,000 iron pieces, all of which were designed separately to give them the exact shape they needed. The Eiffel Tower welcomes more visiters than any other paid monument in the world, estimating to 7 million a year. The tower has three levels, and there are restaurants on the first and second.</p>
      <p>If you want to plan your visit to the Eiffel Tower, <a href="http://www.viator.com/Paris-attractions/Eiffel-Tower-tours-tickets/d479-a89">click here</a>.</p>
      <h3>#2 Visit the Louvre Museum</h3>
      <img src="assets/paris_attractions2.jpeg" alt="The Louvre Museum" class="img_float"/>
      <p>The Louvre Museum is one of the largest and most important museums in the world. The museum has a collection of over one million works of art - 35,000 of which are on display, spread out over three wings of the former palace. Some of the most famous works of art in the Louvre Museum are the Venus of Milo, the Nike of Samothrake, the Dying Slave by Michelangelo, and of course Leonardo da Vinci's Mona Lisa. </p>
      <p>If you want to plan your visit to the Louvre Museum, <a href="http://www.louvre.fr/en">click here</a>.</p>
      <h3>#3 Visit the Catacombs</h3>
      <img src="assets/catacombs2.jpg" alt="Catacombs" class="img_float"/>
    <p>The Paris Catacombs holds the remains of some six million Parisians, whose bones were transferred from unhygienic and overcrowded cemeteries between the late eighteenth and mid nineteenth centuries. </p>
    </div>
    </div>
    <div class="fluid footer_div"><span class="small_text">Copyright 2002 - 2016<br>
    Last updated on
        <!-- #BeginDate format:Am1 -->December 3, 2014<!-- #EndDate -->
    </span></div>
    </div>
    </body>
    </html>
    CSS:
    @charset "utf-8";
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
      max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
      width:100%;
      Dreamweaver Fluid Grid Properties
      dw-num-cols-mobile: 4;
      dw-num-cols-tablet: 8;
      dw-num-cols-desktop: 12;
      dw-gutter-percentage: 25;
      Inspiration from "Responsive Web Design" by Ethan Marcotte
      http://www.alistapart.com/articles/responsive-web-design
      and Golden Grid System by Joni Korpi
      http://goldengridsystem.com/
    .fluid {
      clear: both;
      margin-left: 0;
      width: 100%;
      float: left;
      display: block;
      background-color: #FFFFFF;
    .fluidList {
        list-style:none;
        list-style-image:none;
        margin:0;
        padding:0;       
    /* Mobile Layout: 480px and below. */
    .gridContainer {
      margin-left: auto;
      margin-right: auto;
      width: 86.45%;
      padding-left: 2.275%;
      padding-right: 2.275%;
      clear: none;
      float: none;
    .header_div {
      height: 150px;
      margin-top: 10px;
      background-image: url(assets/banner-france.jpg);
    .nav_div {
      width: 30%;
      float: left;
      border-top-width: thin;
      border-top-style: solid;
      border-right-width: thin;
      border-right-style: solid;
      border-left-style: solid;
      border-left-width: thin;
      text-indent: 3px;
    .nav_ul {
      width: 100%;
      background-color: #A1D7E5;
      list-style-type: none;
      font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
      margin-left: 0;
    .fluid.nav_div .fluid.fluidList.nav_ul li {
      border-bottom: thin solid #211E1E;
    .intro_paragraph {
      width: 100%;
      float: none;
      clear: none;
      font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    .paragraph_text {
      width: 50%;
      display: block;
      float: right;
      vertical-align: top;
      clear: right;
    .footer_div {
      text-align: center;
      font-size: small;
      background-color: #D3C08C;
      font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
      margin-top: 10px;
    .img_div {
      margin-top: 10px;
      text-align: center;
    .list_headings {
      color: #000033;
      font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
      font-weight: bold;
      font-size: large;
    h1 {
      /* [disabled]font-family: source-sans-pro; */
      font-size: x-large;
      /* [disabled]font-style: normal; */
      /* [disabled]font-weight: 200; */
    h2 {
      font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: large;
    h3 {
      font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    .img_float {
      float: none;
      border: thin solid #312E2E;
    .img_float_right {
      margin-top: 10px;
      margin-right: 10px;
      margin-bottom: 10px;
      margin-left: 10px;
      float: none;
      border: thin solid #312E2E;
    .img_float_right {
      margin-top: 10px;
      margin-right: 10px;
      margin-bottom: 10px;
      margin-left: 10px;
      float: right;
      border: thin solid #272525;
      background-color: #FFFFFF;
    .menu_bar {
      text-align: center;
      background-color: #DDC88E;
      width: 100%;
      margin-right: 0px;
      text-decoration: none;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      right: 0px;
    .insert_logo {
      height: 0px;
      width: 983px;
      display: inline;
      margin-top: 10px;
      float: left;
    ul li a {
      width: 100%;
      text-decoration: none;
      padding-left: 4%;
      padding-right: 4%;
    li {
      display: inline;
    ul li a:hover {
      color: #0025FF;
      background-color: #AF913F;

  • Having trouble making background image editable in template

    Hello this is my first time so here goes...
    I would like to make a template from a page I have created,
    the trouble is the background image is url background image placed
    in css with text over the image, the problem I have is on further
    pages I would like to keep same divs
    but would like the freedom to change text and bground image.
    I have tried to make text an editable region which works and
    bground image make attribute editable but I do not really
    understand how this works any ideas would be much appreciated here
    is my site address
    http://www.andysite.prohost4u.co.uk
    cheers

    I'm confused, I dont see that you have a background image in
    your css.
    "WILLO THE WISP" <[email protected]> wrote
    in message
    news:[email protected]...
    >
    Hello this is my first time so here goes...
    > I would like to make a template from a page I have
    created, the trouble is
    > the
    > background image is url background image placed in css
    with text over the
    > image, the problem I have is on further pages I would
    like to keep same
    > divs
    > but would like the freedom to change text and bground
    image. I have tried
    > to
    > make text an editable region which works and bground
    image make attribute
    > editable but I do not really understand how this works
    any ideas would be
    > much
    > appreciated here is my site address
    http://www.andysite.prohost4u.co.uk
    > cheers
    >
    >
    > Here is my css
    > * {
    > margin : 0 auto;
    > padding : 0;
    > }
    > body {
    > background-color : #ffffff;
    > text-align : center;
    > font-family : "Square721 BT", "Staccato222 BT", Courier;
    > font-size : 100%;
    > background-position : center center;
    > }
    > #container {
    > font-family : "Square721 BT", "Staccato222 BT", Courier;
    > background-color : #ffffff;
    > width : 780px;
    > }
    > #header {
    > width : 780px;
    > height : 280px;
    > margin-top : 10px;
    > margin-bottom : 10px;
    > }
    > #content {
    > background-image: url(images/content_bground.gif);
    > float: left;
    > height: 400px;
    > width: 430px;
    > }
    > #content h1 {
    > font-size : 115%;
    > width : 390px;
    > color : #00ccff;
    > text-align : left;
    > padding-left : 60px;
    > padding-top : 40px;
    > padding-bottom : 10px;
    > }
    > #content p {
    > font-size : 80%;
    > width : 310px;
    > text-align : justify;
    > text-indent : 20px;
    > color : #66FFFF;
    > }
    > #content h2 {
    > font-size : 80%;
    > width : 420px;
    > color : #00ccff;
    > text-align : left;
    > padding-left : 60px;
    > height : 70px;
    > padding-top : 10px;
    > }
    > #sidebar {
    > background-image : url(images/sidebar_bground.gif);
    > width : 340px;
    > height : 400px;
    > float : right;
    > }
    > #sidebar ul {
    > font-size : 60%;
    > line-height : 22px;
    > list-style-image : url(images/bullet.gif);
    > list-style-position : outside;
    > text-align : left;
    > color : #66FFFF;
    > padding-top : 45px;
    > padding-left : 62px;
    > }
    >
    > #clear {
    > clear : both;
    > }
    > #footer {
    > background-image : url(images/footer_bground.gif);
    > width : 780px;
    > height : 80px;
    > margin-bottom : 10px;
    > margin-top : 10px;
    > position: fixed;
    > }
    > #footer p {
    > text-align : center;
    > font-size : 75%;
    > color : #66ffff;
    > padding-top : 24px;
    > }
    > #footer ul {
    > margin : 2px;
    > }
    > #footer li {
    > display : inline;
    > margin : 0;
    > }
    > #footer a:link, #footer a:visited {
    > color : #00ccff;
    > margin : 2px;
    > }
    > #footer a:hover, #footer a:active {
    > color : #00FFFF;
    > text-decoration : none;
    > background-color : #33cccc;
    > }
    > a:link {
    > color : #00ccff;
    > text-decoration : none;
    > }
    >
    > a:visited {
    > text-decoration : none;
    > color: #00CCFF;
    > }
    > a:hover {
    > text-decoration : underline;
    > color: #00FFFF;
    > }
    > a:active {
    > text-decoration : none;
    > color: #006699;
    > }
    >

  • Trouble displaying small MP4 file

    I am ready to pull my hair out.  There should be a small MP4 file on the upper right hand side of the home page.  I have triple checked the file name in the code and have triple checked that the file has been uploaded onto the server.  But I can't get anything to display in firefox.  If I right click and tell firefox to open the video using windows media player, it does come up in the media player system.  What gives?
    http://www.simiyouthsoccer.org/

    If it's basically a slide-show, but in video format, I would...
    1. Run the video on my computer screen in the largest possible size and take screen captures of each of the main "frames".
    2. Take those screen captures into Photoshop to crop and resize to the appropriate pixel width/height (using a uniform h/w is best)
    3. Use Save for Web & Devices in PS (Ctrl + Shift + Alt + S)
    4. Use the 4 up feature of the Save for web... dialogue to find the "lowest good" setting.
    5. Click the lowest setting's frame to highlight it and choose Save (save to your site's local root folder)
    6. Bring the images to your site definition in DW and use something like jQuery Cycle2, Nivo Slider or WOW Slider to turn them into a slide show

  • Having trouble with Aperture images in a slideshow in iMovie

    I've searched for answers to this but can't seem to find out what I'm doing wrong....
    I'm trying to put together a slideshow in iMovie with my images from Aperture. They look horrible, color is way off and they're grainy. It was my understanding that iMovie uses the preview images from Aperture for making the movie so I have my settings in Aperture set to the best quality for previews. Is that right? Is there something else I should be doing?
    Thanks for any help.

    No, thats the right way I do it with my images. I use iMovie 09 and the preview size of my iLife previews are set to 1680 pixel. I do mostly some slideshows in iMovie for displaying on the web and for iPhone, so the output from iMovie will be most times at 480 pixel wide. The colors are fine and images look best as in Aperture.
    What I found sometimes is, some outwashed colors - unsaturated - after I export my movie from iMovie. This comes when I use other settings for exporting the movie than the presets for iPhone or Apple TV. The same behavoir did I recognize when exporting a movie from Final Cut Express or Keynote. This behavoir may be outdated in Snow Leopard, because Quicktime X should use Colormanagement the first time.

  • Anyone else with a Wordpress site having trouble displaying type in 7.0.1?

    Hi,
    After the latest Wordpress minor update (3.8.1) Safari 7.0.1 is not displaying type properly.
    All other browsers are ok (Firefox,Chrome,Explorer). Anyone with a similar problem?
    Website is tomarma.com.
    Thanks,
    Tom

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Advanced
    and uncheck the box marked
    Never use font sizes smaller than...

Maybe you are looking for

  • How to invoke BASH shell and execute a command in that shell in Windows 98

    Hello, I have a problem and if somebody will help me, I will be very glad. Thank you. I am using BASH shell on Windows 98 OS by means of CYGWIN. And I want to invoke this BASH shell and execute a preprogrammed command in the shell (./scan fileName.tx

  • Question about byte code instructions

    Dear All, A method invocation (e.g., invokevirtual) needs its arguments to be prepared by the instructions above the method invocation instruction. As we know, some instructions pop objects out of the stack (eg, putfield), some instructions push obje

  • Time Machine - which old backups are deleted?

    Hi,      Apologies if the answer is obvious - just wanted a second opinion.      I'm backing up a 500GB MBP and a 2TB external to a 4TB Time Machine. If I complete a backup right now, can I be sure that everything on both drives is contained on the T

  • Registration problems

    I recently downloaded the free trial with which I am very impressed. I have started cataloguing past photos and have ordered the full version (shh from Amazon - sorry!). Whilst waiting for it to arrive I want to keep working on my pictures - I assume

  • Old deleted pics always reinstalled after an update

    Hi Every time I update my phone I always do a back up first via iTunes and have to do the update via iTunes because I have a 5C with 8GB and can only update through iTunes because of lack of storage space. The problem is, after the update, when my ph