Re: [css-d] strange IEX behaviour

2010-12-18 Thread Thijs Hakkenberg
I've fixed with css validation :) Thanks! On 18-12-2010 2:36, Claude Needham wrote: On Fri, Dec 17, 2010 at 4:54 PM, Thijs Hakkenbergth...@ebrius.nl wrote: Dear list, My website looks fine except in IEX where behaves strange: http://kunstomhetlijf.nl/res2/ Anyone know why? A CSS issue?

[css-d] strange IEX behaviour

2010-12-17 Thread Thijs Hakkenberg
Dear list, My website looks fine except in IEX where behaves strange: http://kunstomhetlijf.nl/res2/ Anyone know why? A CSS issue? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] display 'filmstrip' at bottom of page

2010-09-30 Thread Thijs Hakkenberg
Dear list, I'm building a mockup for a magazine with jquery. The carousel generates a filmstrip in html (see below) on the page http://tijdschriftei.nl/ (user is jasper, pass is EImagazine (caps!)) But, I want the filmstrip seperated, on the bottom of the page, and with a grey background

[css-d] div won't overflow

2010-08-03 Thread Thijs Hakkenberg
List, I've got an page with an div with an scrollbar (it's an app mockup- that's why) with the overflow attribute: http://beta.vleeswijzer.nl/index.php?id=4 but it won't overflow. Anyone know why? __ css-discuss

Re: [css-d] background color of a with class

2010-07-21 Thread Thijs Hakkenberg
: css-d-boun...@lists.css-discuss.org [mailto:css-d- boun...@lists.css-discuss.org] On Behalf Of Tim Arnold Sent: Thursday, July 15, 2010 8:51 AM To: Thijs Hakkenberg Cc:css-d@lists.css-discuss.org Subject: Re: [css-d] background color of a with class On Jul 15, 2010, at 7:37 AM, Thijs

Re: [css-d] background color of a with class

2010-07-21 Thread Thijs Hakkenberg
, 2010 8:51 AM To: Thijs Hakkenberg Cc:css-d@lists.css-discuss.org Subject: Re: [css-d] background color of a with class On Jul 15, 2010, at 7:37 AM, Thijs Hakkenberg th...@hakkenberg.com wrote: Dear List, I made an menu based on ul's and li's (http://winkel.varkensinnood.nl

Re: [css-d] background color of a with class

2010-07-21 Thread Thijs Hakkenberg
#block-uc_catalog-0 a.active { background-color:#69F; } won't change a thing. #block-uc_catalog-0 li a.active { background-color:#69F; } did the trick! Thanks everyone. On 21-7-2010 17:32, Tim Arnold wrote: On Wed, Jul 21, 2010 at 11:29 AM, Thijs

[css-d] background color of a with class

2010-07-15 Thread Thijs Hakkenberg
Dear List, I made an menu based on ul's and li's (http://winkel.varkensinnood.nl) with an a:hover turning the a element white. However, when clicked the a element turns into a class=active. I want to change the background color and should work with the following css: #block-uc_catalog-0 a

Re: [css-d] css dropdown list strange behavior

2010-07-14 Thread Thijs Hakkenberg
I decided to go with your advice, this menu is *much* beter! Thanks! On 13-7-2010 19:00, David Laakso wrote: Thijs Hakkenberg wrote: David, My goal is like http://www.cssplay.co.uk/mozilla/dropdown.html In the current template: http://2010.dierenrecht.org/fileadmin/template/2010/SDR

Re: [css-d] css dropdown list strange behavior

2010-07-13 Thread Thijs Hakkenberg
selector to place it in. I tried #menu li ul li a { display:list-item; } but it still shows the blocks next to each other... Any advice? On 7-7-2010 23:16, David Laakso wrote: Thijs Hakkenberg wrote: Dear List, I'm making an template for a site: http://2010.dierenrecht.org/fileadmin

[css-d] css dropdown list strange behavior

2010-07-07 Thread Thijs Hakkenberg
Dear List, I'm making an template for a site: http://2010.dierenrecht.org/fileadmin/template/2010/SDR/concept/vertebrata/ The menu is generated as follows: div id=menu ul id=nav lia href=index.php?id=490De stichting/a ul li class=menu1-level2-noa href=index.php?id=520Doelstelling/a/li li

[css-d] images are misaligned

2010-06-15 Thread Thijs Hakkenberg
Dear list, I've got an an extension generating images in the CMS typo3, but the images won't align and I have no clue why. http://kunstomhetlijf.nl/index.php?id=181 Anyone know why the images are broken off? I generated 4 columns of images. Cheers,

Re: [css-d] images are misaligned

2010-06-15 Thread Thijs Hakkenberg
Ah, I see! the #main li {margin-left:20px;} was also affecting these images... On 15-6-2010 17:59, Bobby Jack wrote: --- On Tue, 6/15/10, Thijs Hakkenbergth...@hakkenberg.com wrote: I've got an an extension generating images in the CMS typo3, but the images won't align and I have no

Re: [css-d] css won't show in chrome, IEX

2010-06-14 Thread Thijs Hakkenberg
I've tried it, but no avail. I think the script is actually working, but for some reason chrome and IE still show no css... On 13-6-2010 23:03, Thierry Koblentz wrote: I made a site with a js which substitues css for different resolutions. But, IEX and Chrome won't show any css at all:

Re: [css-d] css won't show in chrome, IEX

2010-06-14 Thread Thijs Hakkenberg
Thanks, that did the trick! On 14-6-2010 18:11, Thierry Koblentz wrote: David is right, it's the script. Try these two lines: if(a.title == description){a.disabled = false;} else if(a.title != default){a.disabled = true;} I've tried it, but no avail. I think the script is

[css-d] css won't show in chrome, IEX

2010-06-13 Thread Thijs Hakkenberg
I made a site with a js which substitues css for different resolutions. But, IEX and Chrome won't show any css at all: http://kunstomhetlijf.nl/fileadmin/template/2010/index.html whilst firefox does show the css. Anyone know why?

[css-d] strange behaviour in chrome

2010-06-07 Thread Thijs Hakkenberg
Dear List, I have a strange occurence with an floating div. In Firefox and IE, on http://trouwvervoeronline.nl/bussen/rode-dubbeldekker/ the right div is embedded (because of the float:right attribute), but in Chrome it isn't. Anyone know why? Regards, Thijs

Re: [css-d] content in table won't align vertically

2010-03-16 Thread Thijs Hakkenberg
On 12-3-2010 16:46, Climis, Tim wrote: Any clues? Default top and bottom margins of 1em on H1 elements? It looks like it's top aligning to me in Firefox, IE8, and Chrome. The only space I see is the margin on the H1 which you didn't cancel out. ---Tim

Re: [css-d] content in table won't align vertically

2010-03-16 Thread Thijs Hakkenberg
I know, but because this template is meant for a newsletter I didn't fix the validity-- I also had to use a lot of inline css.. On 12-3-2010 21:53, Chris F.A. Johnson wrote: On Fri, 12 Mar 2010, Thijs Hakkenberg wrote: Dear list, In dreamweaver the 'Aan de lezer' content aligns

[css-d] content in table won't align vertically

2010-03-12 Thread Thijs Hakkenberg
Dear list, In dreamweaver the 'Aan de lezer' content aligns to the top of the TD element, but in Firefox/IE8 it won't: http://nieuwsbrief.varkensinnood.nl/fileadmin/template/mailings/nieuwsbrief_vin_2010/template.html Any clues?

[css-d] Strange line in Chrome

2010-03-02 Thread Thijs Hakkenberg
Dear list, In Chrome a vertical line appears because the content is wider then the frame. In FF and IE, the text breaks up nicely, but not in Chrome. http://www.lawandroar.nl/index.php?id=158 Anyone know why? __ css-discuss

Re: [css-d] Strange line in Chrome

2010-03-02 Thread Thijs Hakkenberg
On 2-3-2010 15:05, David Laakso wrote: Chrome*and* Safari are cut from the same cloth so both exhibit the problem. Adding a width seems to correct it on this end. p.bodytext {width: 550px;border: 1px solid red; } Best, ~d Thanks, that solved it. The problem is there is a link which is

[css-d] css for div which forces div aside

2010-02-18 Thread Thijs Hakkenberg
Dear List, I've got an template roughly like this: div id=main div id=menu_2content/div div id=contentcontent/div /div what I want to achieve is that the 'menu_2' div is hidden if there is no content in it, and fills 200 px wide if filled, and the content div musn't wrap around it: example

[css-d] center site horizontally and vertically

2008-12-20 Thread Thijs Hakkenberg
Dear list, I've got a site which I centered horizontally with the margin-left:auto; and margin-right: auto; declarations, but this won't work for vertical centering. Which hack would you reccomend? The template: http://passami-olio.nl/cms/fileadmin/template/template.html TIA, Thijs H

[css-d] Firefox 3 bug or template issue?

2008-07-24 Thread Thijs Hakkenberg
Dear List, I've got a template which I intent to use for our intranet, but in Firefox 3 there's a strange whitespace on top of the template: http://ebrius.nl/fileadmin/template/mem_don/3/ And I can't seem to fix it. Iexplore 7, 6 render it correctly. Anyone know what causes this whitespace?

Re: [css-d] Firefox 3 bug or template issue?

2008-07-24 Thread Thijs Hakkenberg
-weight:bold; line-height:normal; *- margin-top:25px; // Remove this rule or set margin-top: 0px;text-indent:20px; text-transform:none; } Regards, -- From: Thijs Hakkenberg [EMAIL PROTECTED] Sent: Thursday, July 24, 2008 2:35 PM To: css-d@lists.css

Re: [css-d] Several problems with template

2008-02-22 Thread Thijs Hakkenberg
Dear David, Yes, I fixed the header/footer isssues. Thanks for the suggestion, will do that! Regards David Hucklesby schreef: On Wed, 20 Feb 2008 15:30:32 +0100, Thijs Hakkenberg wrote: Dear List, For my site I use the following template, but there are serveral things that go awry

[css-d] Several problems with template

2008-02-20 Thread Thijs Hakkenberg
Dear List, For my site I use the following template, but there are serveral things that go awry in IEX (including 7): http://ebrius.nl/fileadmin/template/ebrius.nl/index.html 1. The footer and header are placed too much to the left 2. The footer overlays the content if the content

Re: [css-d] site distortion in IE6

2007-09-20 Thread Thijs Hakkenberg
Ah, the problem seems to be typo3's generated xml? Thanks, I'll try to exclude that in the generation of the html. Thanks for the speedy reply! David Laakso schreef: Thijs Hakkenberg wrote: Dear list, This site http://gerbrigseidel.nl/ and it's template http://gerbrigseidel.nl/fileadmin

[css-d] site distortion in IE6

2007-09-19 Thread Thijs Hakkenberg
for example. Any clues? Thijs Hakkenberg __ 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.html

Re: [css-d] template has strange whitespace in IE6

2007-01-07 Thread Thijs Hakkenberg
information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Thijs Hakkenberg, Voorzitter Stichting Ebriositas [kvk

[css-d] template has strange whitespace in IE6

2007-01-05 Thread Thijs Hakkenberg
Dear List, This template has a strange whitespace in IE6, which is absent in FF. Anyone got a clue? http://www.openwebdesign.org/viewdesign.phtml?id=3487referer=%2Fsearch.php%3Fsearchstring%3Dcorporatelike%26tab%3Dkeyword Regards, -- Thijs Hakkenberg

Re: [css-d] template has strange whitespace in IE6

2007-01-05 Thread Thijs Hakkenberg
~davidLaakso schreef: Thijs Hakkenberg wrote: Dear List, This template has a strange whitespace in IE6, which is absent in FF. Anyone got a clue? Maybe it does not have a doctype and is not valid html? http://www.openwebdesign.org/viewdesign.phtml?id=3487referer=%2Fsearch.php

[css-d] no scrollbar in internet explorer

2006-10-05 Thread Thijs Hakkenberg
using... Hope anyone has a clue, regards, -- Thijs Hakkenberg, Voorzitter Stichting Ebriositas www.ebriositas.nl http://www.ebriositas.nl Student Natuurkunde UvA www.uva.nl http://www.uva.nl Systeembeheerder Stichting Varkens