RE: [WSG] Layout problem

2006-04-27 Thread Helmut Granda
You can either make the headings transparent Gifs or PNGs or you also make the text actual text instead of images, kind of how you are doing with Home and Web Design Services. helmut From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Taco Fleur Sent:

[WSG] RE: IE 1PX off problem

2006-05-22 Thread Helmut Granda
I have been looking around for a while trying to solve a little problem I have. I have a background titled in the middle and a container holding 2 divs as columns. Everything works as expected but just with one glitch. When I resize the browser in IE there is a pixel that throws things

[WSG] IE 1PX off problem

2006-05-23 Thread Helmut Granda
I have been looking around for a while trying to solve a little problem I have. I have a background titled in the middle and a container holding 2 divs as columns. Everything works as expected but just with one glitch. When I resize the browser in IE there is a pixel that throws things

RE: [WSG] IE7 Flash

2006-05-30 Thread Helmut Granda
You dont have to train your users to click on flash content twice, with a little of JS magic everything is solved: http://blog.deconcept.com/swfobject/ I have used and I know a lot of people have used too, it validates and works like a charm. helmut From:

[WSG] Resetting properties after *

2006-08-01 Thread Helmut Granda
I set up my css like this: *{ margin: 0px; padding: 0px; } It all works well until my all my lists loose their margin and padding power (which is the expected behavior) Does anyone knows how to re-set the margin and padding for certain sections of the site only? I know I can go

RE: [WSG] Resetting properties after *

2006-08-01 Thread Helmut Granda
Thanks Drake, this is really useful information. I was familiar with the site but I didnt know you had that extra information in there. Good to know. helmut From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Ted Drake Sent: Tuesday, August 01, 2006 1:32

RE: [WSG] Resetting properties after *

2006-08-01 Thread Helmut Granda
From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Helmut Granda Sent: Tuesday, August 01, 2006 2:05 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Resetting properties after * Thanks Drake, this is really useful information. I was familiar

[WSG] #div #div

2006-12-27 Thread Helmut Granda
Hi, I just got a template that wasn't rendering properly in IE but it was fine in FF. After looking at the CSS the problem was that IDs where defined as such #id #id changing this to #id #id fixed the issue. I tried to do a search in Google to figure out what the issue was but I couldnt

Re: [WSG] #div #div

2006-12-28 Thread Helmut Granda
Andy, Thanks for your explanation, it made a lot of sense and there was a lot of information in your reply. As I was waiting for some more responses I found this: Multiple level menus require a different approach though. This is because IE lacks support for the child selector, which would be

[WSG] Print stylesheet and flash content

2006-12-28 Thread Helmut Granda
I have a small flash header that needs to be done with flash (that is how the client requested). everything works great but now I am doing the print style and i would like to show some text instead of the flash square when the user prints the page. I dont think this is possible without hidding

Re: [WSG] Print stylesheet and flash content

2006-12-28 Thread Helmut Granda
with whatever text or image you want incase if there's no flash support and in your case for print original article: http://www.ambience.sk/flash-valid.htm on 12/29/2006 12:54 AM Helmut Granda said the following: I have a small flash header that needs to be done with flash (that is how the client

[WSG] CSS SWF Stacking...

2007-02-17 Thread Helmut Granda
Hello, I hope this question is in line with the guidelines of the list. I have 2 movies that represent the following... div swfmovie1 /div div swfmovie2 /div when I switch pages for some reason swfmovie2 jumps on top of swfmovie1 in IE. I have searched google/google.groups/yahoo and such

Re: [WSG] CSS SWF Stacking...

2007-02-17 Thread Helmut Granda
, 2007, at 10:50 AM, Helmut Granda wrote: Hello, I hope this question is in line with the guidelines of the list. I have 2 movies that represent the following... div swfmovie1 /div div swfmovie2 /div when I switch pages for some reason swfmovie2 jumps on top of swfmovie1 in IE. I have