[css-d] image border hover states

2007-06-17 Thread Jason Chan
thanks all for answering my first question regarding the image border. i have take your advice and used the display: block property for the image. however, i ran into another problem regarding the hover state. basically i want the border of the image to change colors when hovered over and so fa

[css-d] Simple Border around image question

2007-06-15 Thread Jason Chan
what is the best way to wrap a border around an image. i thought it would be pretty basic but i ran into some issues. the border doesnt wrap completely around the image, leavin a bottom 2-3 pixel gap in IE6. here's what i have:

Re: [css-d] display:inline necessary with float: left/right ???

2007-06-15 Thread Jason Chan
From: James Gadrow <[EMAIL PROTECTED]> To: Jason Chan <[EMAIL PROTECTED]> CC: CSS Mailing List Subject: Re: [css-d] display:inline necessary with float: left/right ??? Date: Fri, 15 Jun 2007 08:10:55 -0400 Jason Chan wrote: hey all, Is it just me or is display:inline ne

[css-d] display:inline necessary with float: left/right ???

2007-06-14 Thread Jason Chan
hey all, Is it just me or is display:inline necessary when floating with columns bc the double margin bug in IE6. I ask this because i have seen many sites, that do not require the display inline for it to appear properly in IE and yet still float columns: ie. #mid-one, #bottom-one { f

Re: [css-d] Locked on hover effect with CSS horizontal drop down

2007-06-12 Thread Jason Chan
7 tools as well? Send From: "Hixson, Bert (Web Considerations)" <[EMAIL PROTECTED]> To: "Jason Chan" <[EMAIL PROTECTED]> Subject: Re: [css-d] Locked on hover effect with CSS horizontal drop down Date: Tue, 12 Jun 2007 06:12:38 -0400 Hello Jason, I am sure som

[css-d] Locked on hover effect with CSS horizontal drop down

2007-06-11 Thread Jason Chan
I am trying to create a navigation such as this one: http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm (NOT the tutorial but the main navigation itself. ie Home/Products/Tutorials/Extensions/Support) For example, the horizontal list items appear when the user hovers over an

[css-d] USING RELATIVE AND ABSOLUTE POSITIONING

2007-05-22 Thread Jason Chan
When do you use relative, absolute, and/or fix positioning ? I mean I understand the concepts but I am mainly floating div containers to construct a layout for a site. The only time that I see myself using relative or absolute is in this case: HTML: CSS: #header { position: relativ

[css-d] IE6 Hover States not working / Firefox top margin displays a shorter width

2007-05-03 Thread Jason Chan
I ran into some issues while redesigning this site and i can't figure out what the issue is. http://anbexpress.com/redesign/ 1. The hover states work fine in Firefox but it is not working in IE6 for some reason. Also the class = "active " doesnt appear in IE 6. 2. The white width of the bord

[css-d] IE 6 ignoring bottom margin for very last list item

2007-04-22 Thread Jason Chan
Jason Chan <[EMAIL PROTECTED]> wrote: hi, i ran into an issue trying to display some list items with images. the bottom margin for the last list item does not show in ie 6. is this a bug for floated list items with images? if so, what needs to be done so that it shows correctly