Re: [css-d] Fixed up Style sheets !!!

2008-07-28 Thread Christopher
Alan K Baker wrote: > If you're going to self-indulge in such utter childishness, then it's > unlikely you will get any help. :-( > Or is this just another sneaky way of posting the same question twice? > You really don't have to quote the entire body of the previous message, even > if it's your

Re: [css-d] Fixed up Style sheets !!!

2008-07-28 Thread Alan K Baker
If you're going to self-indulge in such utter childishness, then it's unlikely you will get any help. :-( Or is this just another sneaky way of posting the same question twice? You really don't have to quote the entire body of the previous message, even if it's your own. Regards, Alan. www.

Re: [css-d] Generic table styling (possibly using multi-class attributes)?

2008-07-28 Thread Michael B Allen
On Mon, Jul 28, 2008 at 9:23 PM, David Hucklesby <[EMAIL PROTECTED]> wrote: > On Mon, 28 Jul 2008 15:02:52 -0400, Michael B Allen wrote: >> When I generate a table, occasionally I'd like to style it in column, row >> and/or cell >> specific ways. Rather than emit application specific style informa

Re: [css-d] Fixed up Style sheets !!!

2008-07-28 Thread Christopher
Christopher wrote: > Hello, I have fixed some of my problems I have encountered on my site, > there are a few more issues and I have > done some over view of the styles and so forth. I'd like to know if you > take a look at the page at > http://www.walkfar.ca/test/productionsite18.html >

Re: [css-d] Generic table styling (possibly using multi-class attributes)?

2008-07-28 Thread David Hucklesby
On Mon, 28 Jul 2008 15:02:52 -0400, Michael B Allen wrote: > When I generate a table, occasionally I'd like to style it in column, row > and/or cell > specific ways. Rather than emit application specific style information on a > case-by- > case basis, can someone recommend a method or best practi

Re: [css-d] a:hover with images and IE6

2008-07-28 Thread David Hucklesby
On Mon, 28 Jul 2008 17:33:22 +0200, Juan Diaz-Bustamante wrote: > Hello everybody and thank you for your time, > > I have created a small gallery that works under IE7, Firefox, Opera & Safari > but not > under IE6. > [code snipped] > > The problem here is the a:hover that doesn't work under IE6 an

[css-d] Fixed up Style sheets !!!

2008-07-28 Thread Christopher
Hello, I have fixed some of my problems I have encountered on my site, there are a few more issues and I have done some over view of the styles and so forth. I'd like to know if you take a look at the page at http://www.walkfar.ca/test/productionsite18.html

Re: [css-d] much reduced code, should be a lot easier to see

2008-07-28 Thread David Laakso
good one wrote: > Hi sorry about the last post that may be hard to understand here is a much > refined version, I am trying to make the headertop class go to the right top > of the page it is messing up the navigation, thanks for any advice on why it > is going all pete tong (for those not in th

Re: [css-d] BETTER! much reduced code, should be a lot easier to see

2008-07-28 Thread David Jones
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of good one > Sent: Monday, July 28, 2008 12:52 PM > To: css-d@lists.css-discuss.org > Subject: [css-d] BETTER! much reduced code, should be a lot > easier to see > > Hi sorry about the last post that ma

[css-d] BETTER! much reduced code, should be a lot easier to see

2008-07-28 Thread good one
Hi sorry about the last post that may be hard to understand here is a much refined version, I am trying to make the headertop class go to the right top of the page it is messing up the navigation, thanks for any advice on why it is going all pete tong (for those not in the uk who don't speak co

[css-d] much reduced code, should be a lot easier to see

2008-07-28 Thread good one
Hi sorry about the last post that may be hard to understand here is a much refined version, I am trying to make the headertop class go to the right top of the page it is messing up the navigation, thanks for any advice on why it is going all pete tong (for those not in the uk who don't speak co

Re: [css-d] z-index in IE

2008-07-28 Thread David_Greenberg
Thank you! The key appears to be moving the JavaScript outside of the table as you mentioned. When I did that for my application code, everything worked perfectly. From: Adam Ducker <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Date: 07/28/2008 04:41 PM Subject: R

Re: [css-d] z-index in IE

2008-07-28 Thread Adam Ducker
[EMAIL PROTECTED] wrote: > Thank you for your reply. I have modified the code as you said, but it > still does not work in tables. Also, the JavaScript to set the height and > width is now broken in Mozilla (not as big of an issue). Your help is > very much appreciated. It looks like the M

Re: [css-d] z-index in IE

2008-07-28 Thread David_Greenberg
Thank you for your reply. I have modified the code as you said, but it still does not work in tables. Also, the JavaScript to set the height and width is now broken in Mozilla (not as big of an issue). Your help is very much appreciated. This is what I have now. The blocks inside the table

Re: [css-d] z-index in IE

2008-07-28 Thread Adam Ducker
[EMAIL PROTECTED] wrote: > Would someone please help me? I have read every article I could find from > Google and tried many different things to get this working, but to no > avail. I would like to superimpose the "over" div on top of the "under" > div. It works in Mozilla, but not IE (7).

Re: [css-d] z-index in IE

2008-07-28 Thread Adam Ducker
[EMAIL PROTECTED] wrote: > Hi, > > Would someone please help me? I have read every article I could find from > Google and tried many different things to get this working, but to no > avail. I would like to superimpose the "over" div on top of the "under" > div. It works in Mozilla, but not I

[css-d] Generic table styling (possibly using multi-class attributes)?

2008-07-28 Thread Michael B Allen
When I generate a table, occasionally I'd like to style it in column, row and/or cell specific ways. Rather than emit application specific style information on a case-by-case basis, can someone recommend a method or best practices for generic table styling? I'm a programmer, not a web designer. I'd

Re: [css-d] z-index in IE

2008-07-28 Thread David_Greenberg
I do not believe it is required, but I just tried it anyway, and it did not change the results. Thanks, David From: "French, Angela K (MHTG)" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], css-d@lists.css-discuss.org Date: 07/28/2008 02:48 PM Subject: RE: [css-d] z-index in IE When you use posi

Re: [css-d] z-index in IE

2008-07-28 Thread French, Angela K (MHTG)
When you use position:absolute, don't you have to specify the position with the user of top and right or left? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, July 28, 2008 11:25 AM To: css-d@lists.css-discuss.org Subject:

Re: [css-d] Syndication Code Issue

2008-07-28 Thread jdreid
We do use CSS on our site. This was a basic creation to show that it is the Vera Bradley syndication code causing the error. Here is the original page: http://www.junglejims.com/friends/jungle_jims_friends_jasmin_gift_shop.asp -- Thanks! Jeff Bill Brown <[EMAIL PROTECTED]> wrote:

[css-d] z-index in IE

2008-07-28 Thread David_Greenberg
Hi, Would someone please help me? I have read every article I could find from Google and tried many different things to get this working, but to no avail. I would like to superimpose the "over" div on top of the "under" div. It works in Mozilla, but not IE (7). The following is my sample c

Re: [css-d] Syndication Code Issue

2008-07-28 Thread Bill Brown
[EMAIL PROTECTED] wrote: > I do not have access to the code from Vera Bradley. I am given a snippet to > place within our web page. [snip] > I have been fighting Vera Bradley for over a month > on this issue. They say it is my code doing it, and I say it is their code > doing it. On our mai

[css-d] Body background image shifting in Firefox 3.01

2008-07-28 Thread Slob Jones
I've noticed that my body background image is shifting about 1px to the left in Firefox 3.01 only, causing some white space to show on the left border. Has anyone else experienced a similar problem? This did not occur in previous versions of FF, or in any other browser. Site: http://tinyurl.co

[css-d] Rounded Corners Problem in IE7

2008-07-28 Thread Jim McIntyre
Hi folks, I'm working on this page: http://clients2.jdgcommunications.com/csshelp/working.html which displays fine in Firefox and Safari. However, in IE7, the bottom rounded corners of the "main" DIV (the middle-nested, medium-gray box) aren't showing up. I've tried changing margins and paddin

[css-d] javascript slider vs. CSS, sliding content gets obscured in IE6, works in FF and Safari

2008-07-28 Thread Martin Defatte
okay.. this site has to go live in about 24 hours.. and IE is sucking the big one right now. http://www.adxcreative.com/projectHub/thebluffhomes I am currently using three instances of the "Featured Content Slider" (picked up from Dynamic Drive). The instance used in the "floor plans" secti

Re: [css-d] Syndication Code Issue

2008-07-28 Thread jdreid
I do not have access to the code from Vera Bradley. I am given a snippet to place within our web page. - //set channel id var _isa_subscriberid = '260'; //set initial action id var _isa_templateid= '1'; //any parameters var

Re: [css-d] Syndication Code Issue

2008-07-28 Thread James Leslie
-Original Message- I am trying to use some syndication code on a page but it over rides the background color in Firefox. Any ideas? http://www.junglejims.com/friends/vera-test.html Additionally, I would try to move away from using t

Re: [css-d] Syndication Code Issue

2008-07-28 Thread James Leslie
-Original Message- I am trying to use some syndication code on a page but it over rides the background color in Firefox. Any ideas? http://www.junglejims.com/friends/vera-test.html You have a quotation mark after your background:w

[css-d] a:hover with images and IE6

2008-07-28 Thread Juan Diaz-Bustamante
Hello everybody and thank you for your time, I have created a small gallery that works under IE7, Firefox, Opera & Safari but not under IE6. *HTML:* ** There are two images under each a link, the small one displayed and the big one (class="producto_grande") only displayed when an a:hover occurs o

[css-d] Syndication Code Issue

2008-07-28 Thread jdreid
I am trying to use some syndication code on a page but it over rides the background color in Firefox. Any ideas? http://www.junglejims.com/friends/vera-test.html -- Thanks! Jeff __ css-discuss [EMAIL PROTECTED] http://www.

[css-d] Syndication Code Issue

2008-07-28 Thread jdreid
I am trying to use some syndication code on a page but it over rides the background color in Firefox. Any ideas? http://www.junglejims.com/friends/vera-test.html -- Thanks! Jeff __ css-discuss [EMAIL PROTECTED] http://www.