User Profile

Collapse

Profile Sidebar

Collapse
skoggins
skoggins
Last Activity: Jun 5 '08, 10:51 AM
Joined: Feb 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • skoggins
    started a topic CSS hover behavior with embedded Flash object

    CSS hover behavior with embedded Flash object

    Hi All,

    I have a page with a horizontal navbar running across the top and an embedded Flash object directly underneath taking up the entire width of the page. I am using CSS to style the rollovers with a:hover but the problem is when you mouse over a nav button and then move the mouse down, the button stays highlighted.

    Check it out here:
    http://web.connectnote.com/accounts/.../54/KXBHqkTw/u
    ...
    See more | Go to post

  • Ok I have a web address to see this behavior now.

    http://web.connectnote .com/

    Refresh your browser (Firefox) a couple times and you will see the vertical white line disappears seemly at random.

    Anyone know what's going on?

    Thanks!
    See more | Go to post

    Leave a comment:


  • skoggins
    replied to Table cell border appears intermittently
    Css

    Sorry, should've validated first. Here is the valid CSS:


    /* CSS Document */
    *{margin:0;padd ing:0}
    table {
    border-collapse: collapse;
    }
    img {vertical-align:bottom}
    /*#header a:link {color: #464646; text-decoration: none;}
    #header a:visited {color: #464646; text-decoration: none; }
    #header a:hover {color:#FFFFFF; text-decoration: none;}
    */...
    See more | Go to post
    Last edited by skoggins; Mar 11 '08, 06:10 PM. Reason: can't get CSS to work inside Code tags

    Leave a comment:


  • skoggins
    replied to Table cell border appears intermittently
    And here is the CSS:

    /* CSS Document */
    /*Styles for the homepage of ConnectNote.com

    /*for p and h1, etc. tags: The default margin among browsers is different. It's best just to start by setting all margins and padding to zero.*/
    *{margin:0;padd ing:0}
    table {
    border-collapse: collapse;
    }
    img {vertical-align:bottom}
    /*#header a:link {color: #464646; text-decoration: none;}...
    See more | Go to post
    Last edited by drhowarddrfine; Mar 11 '08, 03:15 AM. Reason: Please use code tags

    Leave a comment:


  • skoggins
    replied to Table cell border appears intermittently
    Oh ok, sorry. Here is the HTML:

    [HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="Pragma"...
    See more | Go to post

    Leave a comment:


  • skoggins
    started a topic Table cell border appears intermittently

    Table cell border appears intermittently

    Hi all,

    On this page http://69.80.211.183/ in my FF 2.0.0.12 browser, the issue is the vertical white border I am trying to use to separate the right sidebar from the main content. The border sometimes appears and sometimes does not--seemingly at random when I refresh the page. If you use the forward button and then the back button on the browser the border always appears. Sometimes using Firebug will cause it to appear. Also,...
    See more | Go to post

  • Constrain resizable table to a certain width in IE6?

    Hi all,

    I am using an Ajax based resizable table on this page:

    http://connectnote-dev.com/accounts/testpage


    Works great in FF but in IE6, if the column widths are increased too much then the table spills over into the gray nav column on the left.

    Any ideas how to prevent this?

    Thanks!
    See more | Go to post
No activity results to display
Show More
Working...