Re: [css-d] ie6 float problem in list (extra space)

2008-02-23 Thread vwf
browsers (15+) work fine. The page validates. Does anyone have a suggestion about what is wrong, or how I can fix it? http://opeform.nl/test/ http://opeform.nl/test/screen00.css Thank you, vwf __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] one pixel line to much, and a serious ie6/ie7 problem

2008-02-22 Thread vwf
The URL: http://www.opeform.nl/test/ Sorry!! __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.htm

[css-d] one pixel line to much, and a serious ie6/ie7 problem

2008-02-22 Thread vwf
, firefox shows what I intended (not yet what I want). IE6 and IE7 show something very unwanted with repect to the background under the navigation bar. Can this be fixed? Thank you. vwf __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] problem with borders

2008-02-21 Thread vwf
On Wed, Feb 20, 2008 at 07:42:46PM +, vwf wrote: > Hello, > > I try to make new layout for my website. The first hurdle is a > horizontal navigation bar that does not behave like I want: I get > unwanted borders, and the background does not shift on hover. > Can someone he

[css-d] problem with borders

2008-02-20 Thread vwf
Hello, I try to make new layout for my website. The first hurdle is a horizontal navigation bar that does not behave like I want: I get unwanted borders, and the background does not shift on hover. Can someone help? One sketch can be seen at http://www.opeform.nl/test/schets.png The page as I mad

Re: [css-d] font :wqx-height

2007-09-12 Thread vwf
Hello, Thank you all for your information. This seems to be an issue not resolved yet. There is one thing that asks for a reply. I know that fonts should not be set to a fixed value, but a size has to be set to make it look 'nice'. After that the user can change that to whatever he likes or need

[css-d] font :wqx-height

2007-09-12 Thread vwf
Hello, Different font-series have different x-heights. Normally you give list of font-names to choose from. Unfortunately, some fonts will show bigger than others on the list. This can have a negative effect on readability. Is it possible to set the size of a font, based on the font selected by th

Re: [css-d] It won't work in IE6

2007-09-04 Thread vwf
On Tue, Sep 04, 2007 at 08:44:51PM +0100, Richard Brown wrote: > Hi > > Why won't this site work in IE6 please? > > > It works in all the other IEs. It fails in Opera too, but IE6 i

Re: [css-d] sitecheck request

2007-09-01 Thread vwf
On Fri, Aug 31, 2007 at 11:47:12AM +, vwf wrote: [...] > The new site renders fine on Opera 9.23, Firefox 2.0.0.6, and > IE6 (on wine), but fails on Konqueror 3.5.5 and IE7 (on wine). [...] > http://www.umantec.nl/test/ > http://www.umantec.nl/test/layoutn.css > http://www.

[css-d] sitecheck request

2007-08-31 Thread vwf
Hello, I'm in the process of converting a table/frame site to CSS. The new site renders fine on Opera 9.23, Firefox 2.0.0.6, and IE6 (on wine), but fails on Konqueror 3.5.5 and IE7 (on wine). The html and css are valid according to the W3C validator. Can someone give a hint on might be wrong? The

[css-d] equal spaced images in list

2007-08-30 Thread vwf
Hello, I want to make a list of clickable images (button-bar). The images are of unequal size, and I want to spread them evenly over the width of the bar (spread the centres of the images evenly). Is there a trick to do this? Using a table, this is rather easy, but my attempts were unsuccessful

Re: [css-d] css frames problem [2nd attempt]

2007-08-23 Thread vwf
On Thu, Aug 23, 2007 at 06:26:28PM +1000, Fred Boulton wrote: > > The URLs mentioned are coming up with 404s. Please send the exact URLs and > I'll make some more suggestions. > I'm very sorry, a simple but stupid typo > >new: > >http://www.umantec.nl/test/producs.html http://www.umantec.nl/test

[css-d] css frames problem [2nd attempt]

2007-08-23 Thread vwf
Hello, My first posting may not have been clear. The problem is still there, so I give it another try. I have an old website, using tables and frames. I want a CSS version. The frames are gone already, tables will be removed soon. When I view my new CSS version using Firefox and Opera it looks as

[css-d] css frames problem

2007-08-22 Thread vwf
Hello, I am trying to convert my (very) old website from a frames-site to a css version. http://www.umantec.nl/test/ With Firefox 2.0.0.6 and Opera 9.23 it looks as intended. With IE6 it is big mess (I do not have IE7). The number of validator-reported errors is limited, and they are not grave

[css-d] changing backgrounds in list items

2006-09-13 Thread vwf
On 13/09/2006 10:58, vwf wrote: > I have a list of 6 items, and I want to associate a different image > with > each of the 6 items. Is there a smart/correct way to do this? Does > someone know an example that has this implemented? Thank you all for the various suggestions. It se

[css-d] changing backgrounds in list items

2006-09-13 Thread vwf
Hello, I have a list with a backgound that appears when I hover over it: #navlist ul li a:hover { background: url(image1.png); background-repeat: no-repeat; } I have a list of 6 items, and I want to associate a different image with each of the 6 items. Is there a smart/correct way to do

[css-d] konqueror/safary image problem

2006-09-08 Thread vwf
Hello, A website I'm working on works fine with Opera/Firefox/IE6, but fails with Konqueror (3.3.2) and Safary (v?). The most dominant problem is that the images are not shown. http://www.umantec.nl/olland/ Can anyone point me in the right direction? Thank you, Fulko ___

[css-d] justified horizontal list

2006-09-03 Thread vwf
Hello, I have a column of text with a set width, and I want a horizontal list with the same width. The font is unknown (I provide a selection of fonts), and I don't want to use images. Is it possible to make a horizontal list that spreads to a set width in CSS? Thank you. Fulko ___

[css-d] positioning problems with IE6

2006-08-31 Thread vwf
Hello, I try to learn CSS2. I made my first pages, and they render as intended with Firefox 1.5 and Opera 9. Unfortunately, in IE6 it is a mess. Can someone tell me what I do wrong? http://www.umantec.nl/olland/ Thank you for your time. Fulko PS. I know about the IE6 PNG-transparency problems