Re: [css-d] My website doesn't display in IE

2011-10-25 Thread Karl Bedingfield
Well I cleaned up the validation a little. As far as I can see the other code is auto-generated and beyond my control. I still think there is a CSS issue I am missing. Just don't know what. What could be causing IE to just show background and nothing else? Thanks, Karl Now it may be that I have

[css-d] My website doesn't display in IE

2011-10-25 Thread Karl Bedingfield
Hello all, Now it may be that I have spent too many hours at the laptop but for some reason my new Tumblr theme design just does not show in IE. All I get is the background and no content. My site displays just fine in Chrome and Firefox. Can anyone see what might be causing this? I changed docty

Re: [css-d] Border radius for nested image: works in chrome but not firefox

2010-10-10 Thread Karl Bedingfield
Thanks for the heads-up Rob :) On 10 October 2010 12:44, Rob Crowther wrote: > On 10/10/10 12:36, Karl Bedingfield wrote: >> >> I am creating a logo to work with chrome and firefox browsers but am >> running into a little problem with firefox. >> > https://bugzil

[css-d] Border radius for nested image: works in chrome but not firefox

2010-10-10 Thread Karl Bedingfield
Morning all, I am creating a logo to work with chrome and firefox browsers but am running into a little problem with firefox. This is the log as viewed in chrome: http://img84.imageshack.us/img84/2600/logory.gif but when this is viewed in firefox the nested image (the avatar head) has square corn

Re: [css-d] How do I create a + style box ?

2010-05-31 Thread Karl Bedingfield
Thanks Chris, Just what I was looking for! Many thanks, Karl On 31 May 2010 21:10, David Laakso wrote: > Karl Bedingfield wrote: >> >> Sorry about the subject title but essentially, I am trying to create a >> cross (4 quarters that are divided by a cross +). Is ther

Re: [css-d] How do I create a + style box ?

2010-05-31 Thread Karl Bedingfield
Thank you David, I wasn't sure how to approach this. So thank you for your time. Kind regards, Karl On 31 May 2010 21:10, David Laakso wrote: > Karl Bedingfield wrote: >> >> Sorry about the subject title but essentially, I am trying to create a >> cross (4 quarters t

[css-d] How do I create a + style box ?

2010-05-31 Thread Karl Bedingfield
Sorry about the subject title but essentially, I am trying to create a cross (4 quarters that are divided by a cross +). Is there anyone who could possible help me with this. I just don't appear to have the logic to work this out today :) Not sure if it is best to use border lines or images to cre

[css-d] Relative paths for images not working

2010-01-17 Thread Karl Bedingfield
Hi all, Having a little problem with image paths. I want to use: .header h2 a { background: url(/library/images/linkArrow.gif) right no-repeat; } but this does not work. But when I use the following below, it does work. .header h2 a {

[css-d] Negative Margins: Are they acceptable for layout?

2009-12-13 Thread Karl Bedingfield
- Regards Karl -- Regards Karl Bedingfield __ css-discuss [cs...@lists.css-discuss.org] 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] CSS & JavaScript question for IE6

2009-06-13 Thread Karl Bedingfield
Hi all, Not sure if this is a CSS or JavaScript question really. I use this for my main navigation: http://paste-it.net/public/r7e79ba/ Now this works just dandy for my main browsers but in IE6 it does not. A friend of mine gave me this JavaScript: http://paste-it.net/public/w3c8159/ Combined w

Re: [css-d] IE6 Nvigation woes

2009-06-10 Thread Karl Bedingfield
Thanks for the advice. Tried your suggestions but still no joy. Thanks anyway :) Karl __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/

[css-d] IE6 Nvigation woes

2009-06-10 Thread Karl Bedingfield
Hi all, I have coded a template in which I am having some problems with IE6. It is only the navigation that does not play fair in IE6. Everything else seems fine (apart from jcycle - but that's another group!) . Here is my link: http://www.nuveautek.com/beta/ This is my navigation CSS: http://pa

[css-d] Help Please: Image floats, without the text wrap

2009-05-24 Thread Karl Bedingfield
Hi all, I am sure I am doing something very wrong here and wondered if you can assist? I think I have spent too long looking at this. I am trying to have an image float left while heading and content to the right does not text wrap. This is what I have done so far and all that happens is the ima

[css-d] Guidance on positioning please.

2009-04-20 Thread Karl Bedingfield
Hi all, I have created the header below: http://img14.imageshack.us/img14/9526/grabq.gif What I want is to do is position a paragraph (company phone number and email) above the navigation to the top right corner. But so far I have been unsuccessful. I wondered if anyone had any pointers for me. W

[css-d] Gallery padding problems between IE & Mozilla

2009-01-18 Thread Karl Bedingfield
Hi all, I have thus far successfully coded my css without any hacks apart from this set where I have to use !important to adjust bottom padding on some thumbnails. This is my codeL http://paste-it.net/public/v1ad1e9/ Am I doing something wrong? Many thanks

[css-d] Removing margin from photo gallery end boxes

2008-08-21 Thread Karl Bedingfield
ackground: #fff; } .pp-thumbs li.active a { border-color: #383d44; } -- Regards Karl Bedingfield __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

[css-d] CSS Opacity with tags. Can this be done in CSS?

2008-08-04 Thread Karl Bedingfield
Did you try adding a height/width to the element in question? Seems > like the usual hasLayout issue in IE. > http://www.quirksmode.org/css/opacity.html > > Not sure about Moz, the listed code works in FF3 at least. > > Regards, > Svend > -- Regards Karl B

Re: [css-d] CSS Opacity with tags. Can this be done in CSS?

2008-08-04 Thread Karl Bedingfield
Did you try adding a height/width to the element in question? Seems > like the usual hasLayout issue in IE. > http://www.quirksmode.org/css/opacity.html > > Not sure about Moz, the listed code works in FF3 at least. > > Regards, >

[css-d] CSS Opacity with tags. Can this be done in CSS?

2008-08-03 Thread Karl Bedingfield
kground to fade. It is always a solid balck. I just wondered if there was a way to do this in CSS or am I doing something wrong? -- Regards Karl Bedingfield __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/list

[css-d] Styling Unordered Lists question

2008-07-21 Thread Karl Bedingfield
Hi all, I have been reading with interest this page (http://www.cssnewbie.com/example/style-unordered-lists/#five) and would love to achieve example 5 (it uses :hover pseudo-class) to work with IE6. Does anyone know of a way to create this effect that would also work with IE6? -- Kind Regards Ka

Re: [css-d] Width problems with IE7 & FF (Content wider in FF)

2008-07-10 Thread Karl Bedingfield
> HTH > J. M. W. Turner > > > > -- > http://chelseacreekstudio.com/ > > -- Regards Karl Bedingfield __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- ht

Re: [css-d] Width problems with IE7 & FF (Content wider in FF)

2008-07-09 Thread Karl Bedingfield
Philippe, so much - you wouldn't imagine just how long I was trying to fix this. Thanks Karl Thank you 2008/7/10 Philippe Wittenbergh <[EMAIL PROTECTED]>: > > On Jul 10, 2008, at 5:49 AM, Karl Bedingfield wrote: > >> I've run into another problem. I wondered w

[css-d] Width problems with IE7 & FF (Content wider in FF)

2008-07-09 Thread Karl Bedingfield
I've run into another problem. I wondered why my main #content displays correct in IE7 but the #content is wider in FF2/3. I have tried different variations of the code but when I fix one the other displays incorrectly. Can anyone see what I am doing wrong? I also wondered why my image box border

Re: [css-d] Font sizing - Is there a definative method?

2008-07-09 Thread Karl Bedingfield
Thanks for all the help guys, that was very informative :) Karl __ 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-discus

[css-d] Font sizing - Is there a definative method?

2008-07-09 Thread Karl Bedingfield
I'm getting confused. There appears to be many ways of font resizing and I cannot make my mind up which is the best method. In the body style some use use 12px and pixel font sizes there after. Some use body style of 100% and percentages there after and finally some use 101% in body with ems there

Re: [css-d] Why is my img padding & margin collapsing in IE?

2008-07-08 Thread Karl Bedingfield
time. Karl 2008/7/8 David Laakso <[EMAIL PROTECTED]>: > Karl Bedingfield wrote: >> >> I have the following styles for my images but in IE 6 & 7 the padding >> & margin collapses. Any idea why this is happening and any suggested >> fixes? >> > &

[css-d] Why is my img padding & margin collapsing in IE?

2008-07-08 Thread Karl Bedingfield
Hi all, I have the following styles for my images but in IE 6 & 7 the padding & margin collapses. Any idea why this is happening and any suggested fixes? #content img { background-color: transparent; border:2px solid #c5c2a8; clear: left;

[css-d] Weird footer problem in IE7

2007-12-23 Thread Karl Bedingfield
Hi there, I am currently working on a photography site that has a mootools hidden layer vertical slide triggered by #info. When the link is clicked some content slides down. Now the problem is that in IE7 whitespace appears at the footer, this white space appears to be the amount of space needed f

Re: [css-d] IE7 & Opacity - Why don't it work?

2007-12-23 Thread Karl Bedingfield
is too small to say. > > Ingo > > ps. wondering what will become my standard reply to this list once > haslayout is history in IE 8. > > -- > http://www.satzansatz.de/css.html > -- Regards Karl Bedingfield

[css-d] IE7 & Opacity - Why don't it work?

2007-12-22 Thread Karl Bedingfield
Hi all, I am a little confused as to why the following style does not give me opacity in IE7. Is there anything you can see I have done wrong? All I get is solid black! li.thumbBlock h3 span { padding:3px; color:#BBB; background-color:#000; filter:alpha(opacity=80)

[css-d] Navigation problems. Can you help?

2007-11-27 Thread Karl Bedingfield
Hi there, I am working on a menu and am having a brain freeze (bbrrr!!). Here is my menu: http://www.discoverely.co.uk/nav/ What I need to do is have the menu on the right side and not the left. I thought float right would do this on #nav li. It does float right but reverses the order of the l

[css-d] IE6 Problem: Logo won't show

2007-11-22 Thread Karl Bedingfield
Hi all, This is my first post :) I have a problem with my logo.gif not showing in ie6. I am using this code in my page: These are my logo styles: #logo { position: absolute; top: 5px; right: 15px; margin: 0; padding: 0; } #logo a img { background: #CCE181; margin: 2px 5px 0 0; } #logo a:hov

[css-d] Photo grid with captions in CSS. Any ideas?

2007-08-08 Thread Karl Bedingfield
Hi all, I have been asked to do a page with about 18 image thumbnails with captions underneath. Now I know it would be easy to do with tables but is there a way to do this in CSS? I have done some searching and a lot seem to position the captions with javascript. Is there a complete CSS solution?

[css-d] Conditional Comments: Help with order please in IE

2007-04-03 Thread Karl Bedingfield
Hi all, I'm having somewhat of a nightmare with conditional comments in IE. Could someone please tell me what order I need to have the following call the correct style sheets without any influence from the other IE specific style sheets. I need a conditional comment to call both, IE5.01 and IE5.

[css-d] IE7: Conditional Statement needed?

2007-04-01 Thread Karl Bedingfield
Hi there, I have just 4 styles that need some attention for ie7, these are: *:first-child+html .mainWrapper { right: -1px; } *:first-child+html #copyright p { padding: 10px 10px 20px; } *:first-child+html #c-front-page #l-col, *:first-child+html #c-front-page #c-col { overflow: hidden; } I hav

[css-d] conditional statements question.

2007-03-31 Thread Karl Bedingfield
Hi all, I have a style sheet that works for IE5.01 & 5.5. How do I put up one link to cover both of these browsers or do I need to add 2 statements? By the way, I take it that using conditional statements means I have to use a full css file for each browser unlike hacks where I only need to add t

[css-d] IE 7 Horizontal Scrollbars : Your opinion please

2007-03-26 Thread Karl Bedingfield
Hi there, I have been trying to rid myself of unwanted horizontal scrollbars in IE6 & 7, after a couple of hours I tried my last resort which was: overflow: hidden; now is this permitted as valid css as it did indeed fix my IE horizontal scrollbar problems. #c-front-page #l-col { float:left; marg

[css-d] problems with design in IE6

2007-03-24 Thread Karl Bedingfield
Hi there, I seem to be having major problems with my design in IE6 (thus far fine in IE7 and Firefox, though I imagine IE5.5 will have the same problems). I have a DIV named: #latest that has the following: /* Latest News Style --- */ #latest { width:

Re: [css-d] IE7 Hacks?

2007-03-23 Thread Karl Bedingfield
Thanks for the advice guys :) So what do these 'hacks' actuall do@ /* trigger hasLayout and target ie5+6/win only */ * html #nav ul { height: 1%; } /* trigger hasLayout and target ie7/win only */ *:first-child+html #nav ul { min-height: 1px; } I am squite new to this and just wondered what

[css-d] IE7 Hacks?

2007-03-23 Thread Karl Bedingfield
Hi all, Is there a simple hack to adjust certain styles? In some instances I need to adjust padding and margin that act differently from IE6. -- Regards Karl __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/li

[css-d] My page breaking in IE - Any suggestions?

2005-08-20 Thread Karl Bedingfield
anyone see what is pushing the design out slightly? I'd appreciate it. Many thanks Karl Bedingfield __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http:

[css-d] Some styling help please

2005-05-21 Thread Karl Bedingfield
: http://phpfi.com/62734 I need the text to be inline with the 'Away From Home' image text. So it looks roughly like this: http://www.bedingfield.org.uk/looks.gif Many thanks Karl Bedingfield __ css-disc

[css-d] Am I missing something? forcing a class on h3 tag

2005-05-15 Thread Karl Bedingfield
; } But everytime I try and apply them they are always overridden by the global H3 classes. What am I doing wrong? Many thanks Karl Bedingfield __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

[css-d] feeding different body tag to different pages. How

2005-05-13 Thread Karl Bedingfield
; padding: 0; margin: 0; } Can I have different body tags based on page requirements? Many thanks Karl Bedingfield __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

FW: [css-d] H5 Styles not showing in IE

2005-05-05 Thread Karl Bedingfield
Sorry about that. This is the markup for my comments: At 8:43 pm on April 25th, 2005, Dale Green wrote: Some stuff here Regards Karl __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

RE: [css-d] H5 Styles not showing in IE

2005-05-05 Thread Karl Bedingfield
Hi Chris, Sorry about that. This is the markup for my comments: At 8:43 pm on April 25th, 2005, Dale Green wrote: Some stuff here Regards Karl -Original Message- From: Christian Heilmann [mailto:[EMAIL PROTECTED] Sent: 05 May 2005 10:22 To: Karl Bedingfield Subject: Re: [css-d

[css-d] H5 Styles not showing in IE

2005-05-05 Thread Karl Bedingfield
thanks Karl Bedingfield __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] Can you help me code this?

2005-04-30 Thread Karl Bedingfield
Hi there, I need to code an area like this: http://www.bedingfield.org.uk/example.gif Can anyone comment? I am having problems getting the H4 to sit to the right of the image. Many thanks Karl Bedingfield