Width Percentage problem for IE6?

I have a CSS navigation bar with buttons defined in percentage, placed in a 100% width container.  The buttons add up to 100% in their widths.  This works fine for every browser except IE 6, which seemingly sets all the widths and heights of the buttons to width:auto.  What I'm left with are oddly shaped buttons with terrible spacing throughout the container.  I tried using the following to force hasLayout:
<!--[if IE 6]>
wrapper {
zoom: 1;
Did I do something wrong or is there a better way to do it?  This did not solve my IE 6 rendering problem.

It would be so much easier if you posted a URL to your test page.  Without seeing your page and surrounding code (HTML and CSS), it's impossible to guess what you have going on.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
www.alt-web.com/
www.twitter.com/altweb
www.alt-web.blogspot.com

Similar Messages

  • Hack for IE6 and below needed

    Hi,
    my website is http://mysafety.be and although the site displays perfect in Firefox and IE7 and IE8, there is a problem with the display in IE6. The layout has a header, a left column (for a flyout menu) and a main content body to the right of the left column.
    The pages are deisgned with fluid design; I use some specific rules for IE7 and IE6 to get the dropdown and flyout menus work. The dropdownmenu is formatted "menu" and the flyout menu is formatted "menu1". The dropdown and flyout menus have each specific rules for IE6.
    What happens in IE6 is that the main content body drops to below the left column.
    Following style rules are applied:
    1. the main body style:
    width: 90%
    margin right: 5%
    margin left: 5%
    max-width: 1200px
    min-width: 900px
    2. the left column (menu1) style:
    float: left
    height: 920px
    width: 200px
    3. the main content style:
    height: 900px
    overflow: auto
    padding: 10px
    4. in the main body style (main.css) I also have following specific IE hacks:
    * html #body {margin-top:0px}
    *:first-child+html {margin-top:27px}
    5. the IE6 only style for the left menu specifies no dimensions other then this:
    display: block
    left: 105px
    position: absolute
    top: 0
    width: 105px
    There are no IE6 only stylings for the main content, which is why I am puzzled that in IE6 the main content drops below the left column.
    Any clues please?
    Thank you!
    Erik

    yes, it is fixed; sorry I did not give an update yet. I will now.
    I discovered several things wrong.
    1. I used a styling for the flyout menu that was not correct; this is the page I got my flyout from: http://www.cssplay.co.uk/menus/flyout_4level.html and I discovered that I used two stylings (one regular, and one for IE), while the styling included with this menu had the IE instructions included. Conflicts.
    2. I found another error in the positioning of the picture below the ol in the page; IE would read the styling in such a way that the "maincontent" was wider then allowed.
    3. I had two hack lines that assigned values for IE7 on one line, and on the other values for IE6, this last one was incorrect.
    So, solved now. Thanks for the follow up, Murray.
    Kind regards,
    Erik

  • Problems with ie6

    Hi,
    i develop page with visual web pack, it contain many buttons with actions etc.
    it work fine with ie7 and firefox but have problems with ie6, sometimes i click the button i see the progrss bar of the browser but it does not occur anything, sometimes i click three or four times and in the next it works, sometimes i click another button and it return the result of two action, sometimes nothing change
    this occur with all buttons or submitted value of checkbox for example
    i have ie version : 6.0.2900.2180.xsp_sp2_qfe.070227-2300
    Walid

    In addition to what Elizabeth said, you have a ton of HTML errors of bad tags and other issues which could cause serious issues in the way your site is viewed and functions:
    http://validator.w3.org/
    Your CSS is fairly valid.  Only one problem.  Anything element that is floated MUST have a width declared to be valid:
    http://jigsaw.w3.org/css-validator/

  • How to set percentage size for layout? for example : VBox,HBox,AnchorPane,.

    how to set percentage size for layout? for example : VBox,HBox,AnchorPane,......
    like HTML
    &lt;div width=&quot;640px&quot; height=&quot;480px&quot;&gt;
    &lt;div widht=&quot;50%&quot; height=&quot;60%&quot;/&gt;
    &lt;div widht=&quot;30%&quot; height=&quot;60%&quot;/&gt;
    &lt;div widht=&quot;20%&quot; height=&quot;60%&quot;/&gt;
    &lt;/div&gt;
    -----

    This is not supported. You can file a feature request at http://javafx-jira.kenai.com

  • How to fix site display for IE6

    Hello,
    I posted this last week, but the issue is not yet resolved,
    so I'm hoping someone else might be able to assist me. Basically, I
    am troubleshooting a site that was created by someone else that
    uses Javascript includes and 2 CSS files for the navigation and
    presentation.
    All but the Home Page does not display correctly in IE6 on
    Windows XP, that is, the main content of the page wraps
    left-justified and below the left-side navigation.
    I've included the html code below because when you visit the
    page "live", the html is different. The CSS on the sub main pages
    are generated from "includes", and the correct CSS are supposedly
    linked, but for some reason the tag does not display when viewing
    the source code in a browser window.
    The test site is: Home -
    http://www.usm.maine.edu/sb/sb_12.21.07/
    Sub Pages:
    Degree Programs -
    http://www.usm.maine.edu/sb/sb_12.21.07/degree/index.html
    Prospective Students -
    http://www.usm.maine.edu/sb/sb_12.21.07/prospective_students/index.html
    Current Students -
    http://www.usm.maine.edu/sb/sb_12.21.07/current_students/index.html
    Alumni & Friends -
    http://www.usm.maine.edu/sb/sb_12.21.07/alumni/index.html
    Below is the HTML from the index.html files for the various
    sections (Degree Programs, Prospective Students, Current Students,
    etc.):
    ------ code below ---------
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN"
    http://www.w3.org/TR/REC-html40/loose.dtd">
    <html lang="en">
    <head>
    <!--ENTER PAGE TITLE HERE-->
    <title>USM School of Business</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <!--DO *NOT* DELETE-->
    <!--#include virtual="/includes/default_hf.htm"-->
    </head>
    <BODY bgcolor="#FFFFFF" text="#000000" leftmargin="0"
    topmargin="0" marginwidth="0" marginheight="0" ID="inside">
    <!--DO *NOT* DELETE OR ALTER: code for page header-->
    <!--#include virtual="/includes/header_hf.htm"-->
    <!--end code for page header-->
    <!--Enter page content here-->
    <STYLE TYPE="text/css"> @import
    url("../css/usmbiz_styles.css"); </STYLE>
    <!-- ActiveX fix for IE7 -->
    <script src="../js/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <script src="../js/random_horizontal.js"
    type="text/javascript"></script>
    <script src="../js/random_vert.js"
    type="text/javascript"></script>
    <!-- DROP MENU JAVASCRIPT MANDATORY FOR WIND IE -->
    <script
    type="text/javascript"><!--//--><![CDATA[//><!--
    startList = function() {
    if (document.all&&document.getElementById) {
    navRoot = document.getElementById("horizontal");
    for (i=0; i<navRoot.childNodes.length; i++) {
    node = navRoot.childNodes;
    if (node.nodeName=="LI") {
    node.onmouseover=function() {
    this.className+=" over";
    node.onmouseout=function() {
    this.className=this.className.replace(" over", "");
    window.onload=startList;
    //--><!]]></script>
    <div align="center">
    <!-- wrapper -->
    <div id="wrapper"><a name="top"></a>
    <!-- header -->
    <div id="header">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','widt h','775','height','155','id','banner_home','align','middle','src','../banner_home','wmode' ,'transparent','quality','high','flashvars','scale','noscale','pluginspage','http://www.ma cromedia.com/go/getflashplayer','movie','banner_home'
    ); //end AC code
    </script>
    <!-- ******** MANDATORY NOSCRIPT FOR IE6 WIN ************
    -->
    <noscript>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
    width="775" height="155" id="banner_home" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="banner_home.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <embed src="../banner_home.swf" quality="high" width="775"
    height="155" name="banner_home" align="middle"
    allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    wmode="transparent"/>
    </object>
    </noscript>
    </div>
    <!-- end header -->
    ------ end code -----------------------
    If anyone has additional thoughts/advice, I am most
    appreciative. Thanks so much for your help!!
    RH

    You can try refreshing PPR programmatcly on that table.
    Bind that table with bean and when u displaying table using some button or you navigating to that page.call this method before navigation to that page.it will re refresh the table.
    Like this AdfFacesContext.getCurrentInstance().addPartialTarget(this.getOrderLinesTableBinding());

  • Interesting problem for all students and programmers Have a look!

    Hello. This is a very interesting problem for all programmers and students. I have my spalsh screen class which displays a splash when run from the main method in the same class. However when run from another class( in my case from my login class, when user name and password is validated) I create an instance of the class and show it. But the image in the splash is not shown. Only a squared white background is visible!!!.
    I am sending the two classes
    Can u tell me why and propose a solution. Thanks.
    import java.awt.*;
    import javax.swing.*;
    public class SplashScreen extends JWindow {
    private int duration;
    public SplashScreen(int d) {
    duration = d;
    // A simple little method to show a title screen in the center
    // of the screen for the amount of time given in the constructor
    public void showSplash() {
    JPanel content = (JPanel)getContentPane();
    content.setBackground(Color.white);
    // Set the window's bounds, centering the window
    int width = 300;
    int height =400;
    Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
    int x = (screen.width-width)/2;
    int y = (screen.height-height)/2;
    setBounds(x,y,width,height);
    // Build the splash screen
    JLabel label = new JLabel(new ImageIcon("logo2.gif"));
    JLabel copyrt = new JLabel
    ("Copyright 2004, Timetabler 2004", JLabel.CENTER);
    copyrt.setFont(new Font("Sans-Serif", Font.BOLD, 16));
    content.add(label, BorderLayout.CENTER);
    content.add(copyrt, BorderLayout.SOUTH);
    Color oraRed = new Color(100, 50, 80, 120);
    content.setBorder(BorderFactory.createLineBorder(oraRed, 10));
    // Display it
    setVisible(true);
    // Wait a little while, maybe while loading resources
    try { Thread.sleep(duration); } catch (Exception e) {}
    setVisible(false);
    public void showSplashAndExit() {
    showSplash();
    // System.exit(0);
    // CLASS CALLING THE SPLASH
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.JMenu;
    import javax.swing.*;
    import java.applet.*;
    import java.applet.AudioClip;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.net.URL;
    import java.net.MalformedURLException;
    import java.awt.Dimension;
    import java.awt.Toolkit;
    import java.net.URL;
    public class login extends JDialog
    String username;
    String password;
    JTextField text1;
    JPasswordField text2;
    login()
    //super("Login To TIMETABLER");
    text1=new JTextField(10);
    text2 = new JPasswordField(10);
    text2.setEchoChar('*');
    JLabel label1=new JLabel("Username");
    JLabel label2=new JLabel("Password");
    label1.setFont(new Font("Garamond",Font.BOLD,16));
    label2.setFont(new Font("Garamond",Font.BOLD,16));
    JButton ok=new JButton(" O K ");
    ok.setActionCommand("ok");
    ok.setOpaque(false);
    ok.setFont(new Font("Garamond",Font.BOLD,14));
    ok.setBackground(SystemColor.controlHighlight);
    ok.setForeground(SystemColor.infoText);
    ok.addActionListener(new ActionListener (){
    public void actionPerformed(ActionEvent e)
    System.out.println("ddddd");
    //validatedata();
    ReadText mytext1=new ReadText();
    ReadText2 mytext2=new ReadText2();
    String value1=mytext1.returnpassword();
    String value2=mytext2.returnpassword();
    String user=text1.getText();
    String pass=text2.getText();
    System.out.println("->"+value1);
    System.out.println("->"+value2);
    System.out.println("->"+user);
    System.out.println("->"+pass);
    if ( (user.equals(value1)) && (pass.equals(value2)) )
    System.out.println("->here");
    // setVisible(false);
    // mainpage m=new mainpage();
    // m.setDefaultLookAndFeelDecorated(true);
    // m.callsplash();
    /// m.setSize(640,640);
    // m.show();
    //m.setVisible(true);
    SplashScreen splash = new SplashScreen(5000);
    // Normally, we'd call splash.showSplash() and get on with the program.
    // But, since this is only a test...
    splash.showSplashAndExit();
    else
    { text1.setText("");
    text2.setText("");
    //JOptionPane.MessageDialog(null,
    // "Your Password is Incorrect"
    JButton cancel=new JButton(" C A N C E L ");
    cancel.setActionCommand("cancel");
    cancel.setOpaque(false);
    cancel.setFont(new Font("Garamond",Font.BOLD,14));
    cancel.setBackground(SystemColor.controlHighlight);
    cancel.setForeground(SystemColor.infoText);
    cancel.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e)
    dispose();
    System.exit(0);
    JPanel pan1=new JPanel(new GridLayout(2,1,20,20));
    JPanel pan2=new JPanel(new GridLayout(2,1,20,20));
    JPanel pan3=new JPanel(new FlowLayout(FlowLayout.CENTER,20,20));
    pan1.setOpaque(false);
    pan2.setOpaque(false);
    pan3.setOpaque(false);
    pan1.add(label1);
    pan1.add(label2);
    pan2.add(text1);
    pan2.add(text2);
    pan3.add(ok);
    pan3.add(cancel);
    JPanel_Background main=new JPanel_Background();
    JPanel mainpanel=new JPanel(new BorderLayout(25,25));
    mainpanel.setOpaque(false);
    // mainpanel.setBorder(new BorderLayout(25,25));
    mainpanel.setBorder(BorderFactory.createCompoundBorder(BorderFactory.createTitledBorder
    ("Login To Timetabler Vision"),BorderFactory.createEmptyBorder(10,20,10,20)));
    mainpanel.add("West",pan1);
    mainpanel.add("Center",pan2);
    mainpanel.add("South",pan3);
    main.add(mainpanel);
    getContentPane().add(main);
    void validatedata()
    ReadText mytext1=new ReadText();
    ReadText2 mytext2=new ReadText2();
    String value1=mytext1.returnpassword();
    String value2=mytext2.returnpassword();
    String user=text1.getText();
    String pass=text2.getText();
    System.out.println("->"+value1);
    System.out.println("->"+value2);
    System.out.println("->"+user);
    System.out.println("->"+pass);
    if ( (user.equals(value1)) && (pass.equals(value2)) )
    SplashScreen splash = new SplashScreen(5000);
    splash.showSplashAndExit();
    dispose();
    else
    { text1.setText("");
    text2.setText("");
    //JOptionPane.MessageDialog(null,
    // "Your Password is Incorrect"
    public void callsplash()
    {SplashScreen splash= new SplashScreen(1500);
    splash.showSplashAndExit();
    public static void main(String args[])
    { login m=new login();
    Dimension screenSize=Toolkit.getDefaultToolkit().getScreenSize();
    int screenPositionX=(int)(screenSize.width/2-390/2);
    int screenPositionY=(int)(screenSize.height/2-260/2);
    m.setLocation(screenPositionX, screenPositionY);
    //m.setResizable(false);
    m.setSize(600,500);
    m.setSize(390,260);
    m.setVisible(true);

    Hi Luis,
    Use tcode XK99 for vendor mass change, select the Fax no field. You have to take note that this changes will be only 1 fax number for all vendors.
    Else you have to use BAPI for mass change.
    regards,
    maia

  • Hack for IE6 messed up IE7

    I need immediate help on this problem. I have tried every
    trick on the forums but the problem just changes. The hack code in
    v1.6 made my horizontal menu submenus jump up too high in both IE6
    & IE7. They also move to far to the right in IE7. You can view
    the problem at www.yearsley.us/bannock. Thanks for any help you can
    give me. Ann Yearsley

    yes, it is fixed; sorry I did not give an update yet. I will now.
    I discovered several things wrong.
    1. I used a styling for the flyout menu that was not correct; this is the page I got my flyout from: http://www.cssplay.co.uk/menus/flyout_4level.html and I discovered that I used two stylings (one regular, and one for IE), while the styling included with this menu had the IE instructions included. Conflicts.
    2. I found another error in the positioning of the picture below the ol in the page; IE would read the styling in such a way that the "maincontent" was wider then allowed.
    3. I had two hack lines that assigned values for IE7 on one line, and on the other values for IE6, this last one was incorrect.
    So, solved now. Thanks for the follow up, Murray.
    Kind regards,
    Erik

  • Help with Error: Jcarousel: No width/ height set for items....

    Hey everyone.  I have a user that is using a Tour and everytime he opens up a site like ESPN he receives the following error:  Jcarousel: No width/ height set for items. This will cause and infinite loop. Aborting…  I had him pull his battery but this did not work.  I have tried to search the forums and google, but I have yet to find anything concerning Blackberrys.  He is on V 4.7.140.  I'm not sure what the current version of the Tour software is, but I can definately try updating it to see if this solves the problems.  Before I do this though I wanted to see if anyone here had any ideas or has ran into the same problem.  Thanks for the help.

    What are you talking about? The width/height of what? Is this some sort of error message? If so from what?

  • Illustrator will not allow a stroke width of 1pt for some objects.

    AI overrides the stroke width I enter for only some objects. I can't figure out why a shape would have a minimum stroke. Attached is an image that illustrates the problem:
    The thin lines are .25pt and the others are stuck at 1pt. I can make them 0pt, or >=1pt.
    No clue why.

    Ask in the Illustrator forum and provide more details. This has something to do with overprint settings and/or possibly the pixel grid - in a 72dpi document for web, 1pt equals 1pixel and no perpendicular line can be thinner than that. it only works for angled lines, because the antialiasing would translate them to multiple pixels per point...
    Mylenium

  • Width of MBR for each polygon

    I need to create a view that is being used in a jsp. It needs to select from a series objects : the centrex, centrey and a "zoom width" in meters for each object. The centre x and y is not a problem as it is in the underlying tables. However i need to generate the zoom width in the view. The zoom width being the width of the polygon , therefore the view/jsp shows the entire polygon on the web page. However the jsp will only display the zoom width as a number field therefore i do not know if i generate the view using a sdo_geom function or a nother function. Is it possible to use several functions (and if so what would they be) e.g sdo_mbr or sdo_adrea to achieve this zoom width as a number field (in meters) or should i be going about it another way.

    you could use the SDO_GEOM.SDO_MAX_MBR_ORDINATE and
    SDO_GEOM.SDO_MIN_MBR_ORDINATE function for this.
    (http://download.oracle.com/docs/html/B14255_01/sdo_objgeom.htm#i866249)
    width: delta x of the MBR:
    select SDO_GEOM.SDO_MAX_MBR_ORDINATE(geometry, 1) - SDO_GEOM.SDO_MIN_MBR_ORDINATE(geometry, 1)
    from table_name
    height: delta y of the MBR:
    select SDO_GEOM.SDO_MAX_MBR_ORDINATE(geometry, 2) - SDO_GEOM.SDO_MIN_MBR_ORDINATE(geometry, 2)
    from table_name
    Maybe you need the max of the delta's as your width in order to have the geometry completly in your map area when zoomed to it, but this can be dependant from your application
    select ID, MAX(delta)
    from
    select ID, SDO_GEOM.SDO_MAX_MBR_ORDINATE(geometry, 1) - SDO_GEOM.SDO_MIN_MBR_ORDINATE(geometry, 1) as delta
    from table_name
    union
    select ID, SDO_GEOM.SDO_MAX_MBR_ORDINATE(geometry, 2) - SDO_GEOM.SDO_MIN_MBR_ORDINATE(geometry, 2) as delta
    from table_name
    group by id
    Luc

  • Only seeing Blank Pages for IE6 & IE7

    Currently testing a site in development and this is my first try of Browser Lab, and am getting blank views for IE6 and IE7.
    I am using the online version (not through Dreamweaver).
    Any suggestions on how to get it to work?
    Thanks Steve.

    Hi steve@mcpd,
    Thank you for your interest in BrowserLab.  We are currently looking into a similar issue another customer has encountered, but have not established a root cause.  If you don't mind sharing, I'd be grateful if you would Private Message me the URL that you are testing (so far the problem seems to be specific to a certain type of web server or domain name convention).
    Regards,
    Josh

  • Need Help Fixing Site for IE6

    Hello.
    I've been working on a CSS drop down menu for my website
    which works fine in Internet Explorer 7 and all other modern
    browsers. But I used Browsershots.org to have a look at the site in
    IE6 and it was terrible. I am using Windows Vista so there is no
    way of me getting IE 6 on this machine (MultipleIE's doesn't work).
    So I need some help fixing for IE6. Page url is
    http://runecentral.net/index.php
    HTML Code and CSS Code;
    First the list
    <div class="menu">
    <ul id="nav">
    <li id="fi"><a href="
    http://www.runecentral.net/">Home</a></li>
    <li id="fi"><a href="
    http://forum.runecentral.net/">Forums</a></li>
    <li id="fi"><a href="
    http://chat.runecentral.net/">Chat</a></li>
    <li id="fi">Guides
    <ul>
    <li id="si"><a href="/skills.php">Skill
    Guides</a></li>
    <li id="si"><a href="/quests.php">Quest
    Guides</a></li>
    <li id="si"><a href="/minigames.php">Mini Game
    Guides</a></li>
    <li id="si"><a href="/guilds.php">Guild
    Guides</a></li>
    <li id="si"><a href="/cities.php">City
    Guides</a></li>
    <li id="si"><a
    href="/monsterhunting.php">Monster Hunting
    Guides</a></li>
    <li id="si"><a href="/moneymaking.php">Money
    Making Guides</a></li>
    <li id="si"><a
    href="/miscellaneous.php">Miscellaneous
    Guides</a></li>
    </ul>
    </li>
    <li id="fi">Databases
    <ul>
    <li id="si"><a href="/items.php">Item
    Database</a></li>
    <li id="si"><a href="/monsters.php">Monster
    Database</a></li>
    <li id="si"><a href="/npcs.php">NPC
    Database</a></li>
    <li id="si"><a href="/shops.php">Shop
    Database</a></li>
    </ul>
    </li>
    <li id="fi">Tools
    <ul>
    <li id="si"><a href="/skillcalcs.php">Skill
    Calculators</a></li>
    <li id="si"><a href="/skillplanners.php">Skill
    Planners</a></li>
    <li id="si"><a href="/maxhit.php">Max Hit
    Calculator</a></li>
    <li id="si"><a href="/combatcalc.php">Combat
    Calculator</a></li>
    </ul>
    </li>
    <li id="fi">Maps
    <ul>
    <li id="si"><a href="/worldmap.php">Official
    World Map</a></li>
    <li id="si"><a href="/dungeons.php">Dungeon
    Maps</a></li>
    </ul>
    </li>
    <li id="fi">Archives
    <ul id="nav">
    <li id="si"><a href="/newsarchive.php">News
    Archive</a></li>
    <li id="si"><a href="/pollarchive.php">Poll
    Archive</a></li>
    </ul>
    </li>
    <li id="fi"><a
    href="/contact.php">Contact</a></li>
    </ul>
    </div>
    Now the main CSS code
    .menu ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    .menu {
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    .menu a {
    text-decoration: none;
    color: #FFFFFF;
    ul#nav {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    ul#nav li {
    position: relative;
    float: left;
    #fi {
    width: 75px;
    height: 30px;
    cursor: pointer;
    #si {
    width: 170px;
    float: left;
    height: 25px;
    line-height: 25px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    background-color: red;
    ul#nav li:hover {
    background-color:#00FFCC;
    ul#nav li ul {
    display: none;
    ul#nav li:hover ul {
    display: inline;
    float: left;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: left;
    ul#nav li:hover ul li {
    display: block;
    margin: 0;
    padding: 0 0 0 5px;
    height: 100%;
    ul#nav li#fi a {
    display: block;
    height: 100%;
    ul#nav li#fi:hover {
    background-image: url(/img/fixedbar_over.png);
    If you need any more code just check the page source.
    I know this is quite a lot to ask but I am really stuck as I
    cannot do it myself so any help would be greatly appreciated.
    Many thanks and regards,
    Perry Roper

    However, if it's
    http://www.runecentral.com/
    then you need to fix some of
    the 150 validation errors here:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.runecentral.com%2F
    Jo
    "josie1one" <[email protected]> wrote in message
    news:[email protected]...
    >>
    http://runecentral.net/index.php
    > Appears to be a bad link
    >
    > --
    > Jo
    >
    >
    >
    > "Perry|" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> Hello.
    >>
    >> I've been working on a CSS drop down menu for my
    website which works fine
    >> in
    >> Internet Explorer 7 and all other modern browsers.
    But I used
    >> Browsershots.org
    >> to have a look at the site in IE6 and it was
    terrible. I am using Windows
    >> Vista
    >> so there is no way of me getting IE 6 on this
    machine (MultipleIE's
    >> doesn't
    >> work). So I need some help fixing for IE6. Page url
    is
    >>
    http://runecentral.net/index.php
    HTML Code and CSS Code;
    >>
    >> First the list
    >>
    >> <div class="menu">
    >> <ul id="nav">
    >> <li id="fi"><a href="
    http://www.runecentral.net/">Home</a></li>
    >> <li id="fi"><a href="
    http://forum.runecentral.net/">Forums</a></li>
    >> <li id="fi"><a href="
    http://chat.runecentral.net/">Chat</a></li>
    >> <li id="fi">Guides
    >>
    >> <li id="si"><a href="/skills.php">Skill
    Guides</a></li>
    >> <li id="si"><a href="/quests.php">Quest
    Guides</a></li>
    >> <li id="si"><a
    href="/minigames.php">Mini Game Guides</a></li>
    >> <li id="si"><a href="/guilds.php">Guild
    Guides</a></li>
    >> <li id="si"><a href="/cities.php">City
    Guides</a></li>
    >> <li id="si"><a
    href="/monsterhunting.php">Monster Hunting
    >> Guides</a></li>
    >> <li id="si"><a
    href="/moneymaking.php">Money Making Guides</a></li>
    >> <li id="si"><a
    href="/miscellaneous.php">Miscellaneous
    Guides</a></li>
    >>
    >> </li>
    >> <li id="fi">Databases
    >>
    >> <li id="si"><a href="/items.php">Item
    Database</a></li>
    >> <li id="si"><a
    href="/monsters.php">Monster Database</a></li>
    >> <li id="si"><a href="/npcs.php">NPC
    Database</a></li>
    >> <li id="si"><a href="/shops.php">Shop
    Database</a></li>
    >>
    >> </li>
    >> <li id="fi">Tools
    >>
    >> <li id="si"><a
    href="/skillcalcs.php">Skill Calculators</a></li>
    >> <li id="si"><a
    href="/skillplanners.php">Skill Planners</a></li>
    >> <li id="si"><a href="/maxhit.php">Max
    Hit Calculator</a></li>
    >> <li id="si"><a
    href="/combatcalc.php">Combat Calculator</a></li>
    >>
    >> </li>
    >> <li id="fi">Maps
    >>
    >> <li id="si"><a
    href="/worldmap.php">Official World Map</a></li>
    >> <li id="si"><a
    href="/dungeons.php">Dungeon Maps</a></li>
    >>
    >> </li>
    >> <li id="fi">Archives
    >> <ul id="nav">
    >> <li id="si"><a
    href="/newsarchive.php">News Archive</a></li>
    >> <li id="si"><a
    href="/pollarchive.php">Poll Archive</a></li>
    >>
    >> </li>
    >> <li id="fi"><a
    href="/contact.php">Contact</a></li>
    >>
    >> </div>
    >>
    >> Now the main CSS code
    >>
    >> .menu ul, li {
    >> margin: 0;
    >> padding: 0;
    >> list-style-type: none;
    >> }
    >> .menu {
    >> text-align: center;
    >> font-size: 14px;
    >> height: 30px;
    >> line-height: 30px;
    >> }
    >> .menu a {
    >> text-decoration: none;
    >> color: #FFFFFF;
    >> }
    >> ul#nav {
    >> width: 100%;
    >> height: 30px;
    >> margin: 0 auto;
    >> }
    >> ul#nav li {
    >> position: relative;
    >> float: left;
    >> }
    >> #fi {
    >> width: 75px;
    >> height: 30px;
    >> cursor: pointer;
    >> }
    >> #si {
    >> width: 170px;
    >> float: left;
    >> height: 25px;
    >> line-height: 25px;
    >> border-right-width: 1px;
    >> border-bottom-width: 1px;
    >> border-left-width: 1px;
    >> border-right-style: solid;
    >> border-bottom-style: solid;
    >> border-left-style: solid;
    >> border-right-color: #000000;
    >> border-bottom-color: #000000;
    >> border-left-color: #000000;
    >> background-color: red;
    >> }
    >> ul#nav li:hover {
    >> background-color:#00FFCC;
    >> }
    >> ul#nav li ul {
    >> display: none;
    >> }
    >> ul#nav li:hover ul {
    >> display: inline;
    >> float: left;
    >> height: auto;
    >> padding: 0;
    >> margin: 0;
    >> text-align: left;
    >> }
    >> ul#nav li:hover ul li {
    >> display: block;
    >> margin: 0;
    >> padding: 0 0 0 5px;
    >> height: 100%;
    >> }
    >> ul#nav li#fi a {
    >> display: block;
    >> height: 100%;
    >> }
    >> ul#nav li#fi:hover {
    >> background-image: url(/img/fixedbar_over.png);
    >> }
    >>
    >> If you need any more code just check the page
    source.
    >>
    >> I know this is quite a lot to ask but I am really
    stuck as I cannot do it
    >> myself so any help would be greatly appreciated.
    >>
    >> Many thanks and regards,
    >>
    >> Perry Roper
    >>
    >
    >

  • Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Reboot the machine holding Command and r keys down, you'll boot into Lion Recovery Partition
    In there will be Disk Utility, use that to select your Lion OS X Partition and Repair Permissions.
    After that is done reboot the machine and see if you can log in.
    If not repeat the above steps to get into Lion Recovery, get online and reinstall Lion again, it will overwrite the installed version and hopefully after that it wil work.
    Reboot and try again.
    If not follow my steps to create a Snow Leopard Data Recovery drive, then option boot from it and grab a copy of your files off the machine.
    Then reinstall all your programs onto the external drive like setting up a new machine, then use Disk Utility to erase the entire internal boot drive (select the drive media on the far left, not the partiton slightly indented) format Option: GUID , 1 partition OS X Extended and then use Carbon Copy Cloner to clone the external to the newly formatted internal drive. Once that is finished reboot and disconnect the external drive.
    Once you go that, boot into Snow Leopard and update to 10.6.8, use the AppStore and option click on Purchases and download Lion again and install.
    Lots of work, but there is no Lion disks.
    https://discussions.apple.com/message/16276201#16276201

  • Hi team , I have some questions/Problem for my product apple (iPad,iPhone) , I want to employee speak and type thai language

    Hi team , I have some questions/Problem for my product apple (iPad,) , I want to employee that can  speak  or response me in thai language
    1. ผม อาคเนย์  พำนักอยู่ประเทศไทย กรุงเทพฯ  มีปัญหาสอบถาม ดังต่อไปนี้
       - กระผมได้ทำการตัดบัตร เครดิต เพื่อซื้อเกมส์ผ่าน itune store ผ่าน apple itune ID : misskor.yaprom@*** เพื่อซื้อเกมส์ Eleves Realm ในวันที่18 ก.ค. 56 เวลา 17.07น. ซึ่งทางบัตรเครดิตได้แจ้งเรียกเก็บเงินมายอดเงิน 39.99$ ซึ่งในระบบจริงๆ ทางกระผมต้องการตัดในยอด 99.99$ แต่พอได้ประสานงานไปยังธนาคาร ได้รับการแจ้งกลับมาว่า ได้ทำการตัดบัตรในยอดเงิน 39.99$ ซึ่งในความเป็นจริงนั้น กระผมไม่ได้สั่งซื้อเกมส์ในยอด 39.99$ ซึ่งในยอด 99.99$ นั้นพยายามตัดในระบบบัตรเครดิตอยู่ แต่ทางกระผมได้ยืนยันกลับไปว่าไม่ให้ระบบตัดนะครับ เพราะว่าเนื่องจากมีปัญหาในการชำระเงินระหว่าง Apple itune store อยู่
       - ทั้งนี้ขอให้ทางเจ้าหน้าที่ประสานงานตรวจสอบ apple itune ID : misskor.yaprom@*** เพื่อซื้อเกมส์ Eleves Realm ตามที่ได้ให้รายละเอียดโดยด่วนว่าเป็นเพราะว่าระบบมีปัญหาหรือว่ามีอะไรเกิดขึ้นในข ั้นตอนการชำระเงินครับ
    รบกวนประสานงานกลับมายังกระผม อาคเนย์ ที่หมายเลขโทรศัพท์มือถือ +**** / reply feedback  email : lekod1@*** โดยด่วน ในวันศุกร์ที่ 19 ก.ค. 2556 ครับ
    ขอบคุณครับ
    อาคเนย์  อุดปิน
    กด
    <Edited By Host>

    Google translation:
    พนักงานของ iTunes Store จะไม่ได้อ่านข้อความในเว็บบอร์ดนี้ ถ้าคุณต้องการความช่วยเหลือสำหรับปัญหาที่มีใน iTunes Store, คุณจะต้องติดต่อกับพวกเขาผ่านทางแบบฟอร์มเว็บนี้:
    http://www.apple.com/emea/support/itunes/contact.html

  • Problem for releasing  blocked sales order on Creditlimit

    Hi Gurus,
            I a   hve a problem for releasing blocked sales orders
             what i have done: 1)i have blocked sales order based on exceeded creditlimit
             (i have change SDType in 'OVAK' is 'C')
                      2)now i have to release for furthur processing so i have done following steps
                      3)Goto VKM3/VKM1 T.Code and then release what order that is blocked.
                      4) order will appear in the list.
                      5)Select that one.
                      6)Click on the green flag that appears on the left hand side.
                      7)Click on save.
                      8)click on back it will ask for "Leave list".
                      9)Click on yes.
                      10)It said that Sales orer has been released
    Still what my problem is:
    Problem: 1)So i'm trying to create deliver for Sales order but it shows an error
             2)"Sales order is blocked for delivery: Credit limits" Even it was released    
    Plz kindly help  me what i do....
    Thanks In Advance
    sivakumar

    sorry   i was  unfotunately put this thread here  over in SD

Maybe you are looking for