HighDots Forums  

CSS Table issue, Table resizes on a button's mouseover

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss CSS Table issue, Table resizes on a button's mouseover in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Brendan
 
Posts: n/a

Default CSS Table issue, Table resizes on a button's mouseover - 02-15-2005 , 11:59 AM






My table resizes just once when there is a mouseover on any of the
Update or delete buttons. This app is being developed in CF 6.1 with a
fusebox 4.1 framework just an FYI

I have put the two problem files:
http://brendan.aciwebs.com/test/css_table_issue.cfm
http://brendan.aciwebs.com/test/warbucs.css

I have tried to make a fixed width for a table and everything else I
could think of. Any ideas?


Reply With Quote
  #2  
Old   
mscir
 
Posts: n/a

Default Re: CSS Table issue, Table resizes on a button's mouseover - 02-15-2005 , 04:34 PM






Brendan wrote:
Quote:
My table resizes just once when there is a mouseover on any of the
Update or delete buttons. This app is being developed in CF 6.1 with a
fusebox 4.1 framework just an FYI

I have put the two problem files:
http://brendan.aciwebs.com/test/css_table_issue.cfm
http://brendan.aciwebs.com/test/warbucs.css

I have tried to make a fixed width for a table and everything else I
could think of. Any ideas?
- Validate your CSS & HTML:
http://jigsaw.w3.org/css-validator/v...able_issue.cfm
http://validator.w3.org/check?verbos...able_issue.cfm

- I'd change the font sizes from NNpx to em or % so the user can resize
them with the browser. e.g.

- I don't know why, but if you comment out the hover code it stops
happening. This looks better to me than the hover background color change:
/*
#button a:hover {
background-color:#91C787;
border: 1px solid;
width: 50px;
font-size: 90%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
border-color: #FFFFFF #666666 #666666 #FFFFFF;
}
*/

Mike


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.