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
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:
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
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
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
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
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
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
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