Re: [css-d] Roll over highlight

2008-12-16 Thread Jukka K. Korpela
Tony Kay wrote: > I am trying to set up a style that puts a 2 pixel border around a set > of images. Then when the image is rolled over, I want the border to be > 5 pixels. How is this done? Please explain the idea more concretely. As usual, a URL would help. Do you want a single border around a

Re: [css-d] height of an element in ie/6.0

2008-12-16 Thread Gunlaug Sørtun
Mustafa Quilon wrote: > Does IE6 read the height as max-height in quirk's mode? Or does it > apply the padding before applying the width? IE/win (any version) in quirks mode reads 'height' as 'min-height'. IE/win (any version) in quirks mode also _includes_ any paddings in 'width' and 'height',

Re: [css-d] height of an element in ie/6.0

2008-12-16 Thread Gunlaug Sørtun
As Philippe kindly pointed out off-list... > * html html body #suspense {height:150px;} ...copying verbatim can sometimes lead to strange constructions, as IE is now given 2 root-element. One of those 'html' must be deleted... * html body #suspense {height:150px;} Georg -- http://www.

Re: [css-d] height of an element in ie/6.0

2008-12-16 Thread Mustafa Quilon
Hey Georg, Does IE6 read the height as max-height in quirk's mode? Or does it apply the padding before applying the width? Also, does the XMLdeclaration before the doctype put IE into quirks mode? I've faced this bug sometimes too and fixed it using an IE6 specific hack or using another div. Ho

Re: [css-d] height of an element in ie/6.0

2008-12-16 Thread Gunlaug Sørtun
David Laakso wrote: > In compliant browsers, and even IE/7.0, the height of #suspense is > 150px. Not so in IE/6.0. What to do? > html > Make the IE-correction... * html html body #suspense {height:150px;} ...to take height for IE6 in qui

[css-d] height of an element in ie/6.0

2008-12-16 Thread David Laakso
In compliant browsers, and even IE/7.0, the height of #suspense is 150px. Not so in IE/6.0. What to do? html css Thanks. ~d __

Re: [css-d] SWF file has huge blank space in IE6

2008-12-16 Thread Gunlaug Sørtun
Anne McKinsey wrote: > Thanks very much for your quick reply. Your fix has corrected the > page in IE6 and it looks fine in all browsers except Firefox on PC > (Firefox on mac is fine). In Firefox PC the entire main content is > pushed over to the very edge of the browser window with about 200

Re: [css-d] SWF file has huge blank space in IE6

2008-12-16 Thread Gunlaug Sørtun
Anne McKinsey wrote: > Just uploaded a Flash file and it looks great in all browsers except > IE6 where there is about 300 px of blank space just above it. Help! > Any ideas of what I can do to repair this? > > http://www.amckwebandprint.com/ You can isolate the container and hide the overflow

[css-d] SWF file has huge blank space in IE6

2008-12-16 Thread Anne McKinsey
Greetings, Just uploaded a Flash file and it looks great in all browsers except IE6 where there is about 300 px of blank space just above it. Help! Any ideas of what I can do to repair this? http://www.amckwebandprint.com/ http://www.amckwebandprint.com/Flash/AC_RunActiveContent.js Thanks ve

Re: [css-d] strange problem with float in IE6

2008-12-16 Thread Gunlaug Sørtun
Martijn Adler wrote: > On some pages in IE6 however the text is moved underneath the image, > like on this page: > http://www.fdesign.eu/opSicilie-css/NL/balestrate.html. > I thought this might have something to do with the text taking up > more space in height than the image, but then it shou

Re: [css-d] Roll over highlight

2008-12-16 Thread Peter Hyde-Smith
- Original Message - From: "Wade Smart" Sent: Tuesday, December 16, 2008 2:25 PM Subject: Re: [css-d] Roll over highlight > Tony Kay wrote: >> I am trying to set up a style that puts a 2 pixel border around a set >> of images. Then when the image is rolled over, I want the border to be

Re: [css-d] strange problem with float in IE6

2008-12-16 Thread David Laakso
Martijn Adler wrote: > > On some pages in IE6 however the text is moved underneath the image, like on > this page: http://www.fdesign.eu/opSicilie-css/NL/balestrate.html. > > Martin > IE/6 needs a little room horizontally. She does not do well with tight tolerance. One method for correction

[css-d] strange problem with float in IE6

2008-12-16 Thread Martijn Adler
I have several pages on my site which are constructed in the same way. Text on the left and an image on the right. For example: http://www.fdesign.eu/opSicilie-css/NL/castellammare-del-golfo.html. On some pages in IE6 however the text is moved underneath the image, like on this page: http://ww

Re: [css-d] Roll over highlight

2008-12-16 Thread Wade Smart
Tony Kay wrote: > I am trying to set up a style that puts a 2 pixel border around a set > of images. Then when the image is rolled over, I want the border to be > 5 pixels. How is this done? > > Thanks for any help. > Tony 20081216 1425 GMT-5 a:hover { border:

[css-d] Roll over highlight

2008-12-16 Thread Tony Kay
I am trying to set up a style that puts a 2 pixel border around a set of images. Then when the image is rolled over, I want the border to be 5 pixels. How is this done? Thanks for any help. Tony __ css-discuss [cs...@lists.css

Re: [css-d] IE6 Win list-style problem

2008-12-16 Thread Brett
After further research I discovered that: Regardless of any declarations, IE6 will not display bullets on list items set to display: inline or floated. That is clearly my problem. I will try using a background-image bullet. __

Re: [css-d] how to check for embedded styles when using external style sheet?

2008-12-16 Thread Ray Leventhal
I need to eliminate all embedded styles from my site, but it would be >> tedious to do it manually. I'm using Dreamweaver CSS3 and don't see a way >> for DW to do it. Can anyone point me to an easier way than manual? >> >> Sorry for chiming in so late with this suggestion, but if you can do

Re: [css-d] Form styling

2008-12-16 Thread Mike Davies
On Tue, 2008-12-16 at 12:36 +0100, Gunlaug Sørtun wrote: > Mike Davies wrote: > > > I am trying to style the layout of a form for a search box on a > > website at www.deveron-arts.com. The client has asked for it to > > resemble the google search box in a browser. > > Which browser? There is qu

Re: [css-d] Form styling

2008-12-16 Thread Gunlaug Sørtun
Mike Davies wrote: > I am trying to style the layout of a form for a search box on a > website at www.deveron-arts.com. The client has asked for it to > resemble the google search box in a browser. Which browser? There is quite a spread across browser-land. > I have got the text input and the

[css-d] Form styling

2008-12-16 Thread Mike Davies
Hi, I am trying to style the layout of a form for a search box on a website at www.deveron-arts.com. The client has asked for it to resemble the google search box in a browser. I know that forms are notoriously difficult to style but I thought this would not be too problematic. I have got the tex