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
...
User Profile
Collapse
-
CSS hover behavior with embedded Flash object
-
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! -
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;}
*/...Leave a comment:
-
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;}...Leave a comment:
-
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"...Leave a comment:
-
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,... -
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!
No activity results to display
Show More
Leave a comment: