Re: [css-d] problem with sticky footer in most browsers

2009-11-07 Thread Alan Gresley
Jay Tanna wrote: >> From: Debbie Campbell >> On this site (WordPress if it makes >> any difference): >> >>> http://www.onejedi.com/ >> My sticky footer is working fine in FF and IE8 - but in >> Safari/Win, >> Opera and Chrome, the footer is sliding up slightly over >> the bottom of >> div#conte

Re: [css-d] Advertisement has unwanted link border around it

2009-11-07 Thread Brian M. Curran
>>Brian wrote: >> Hi, >> In IE7 and Firefox the advertisement on my site >> http://www.locallaw11of1998.com/ has an unwanted border around it, >> because it is a link. The ad is a CSS list as the code below shows. I >> tried a few ways of giving it text-decoration: none; but that didn't >> wo

Re: [css-d] Site check please

2009-11-07 Thread Theresa Mesa
Well, according to your source code, there's supposed to be a logo there, called LOGO.jpg. Doesn't look like the image is on the server. Did you upload the images folder to the server? Is the logo in the images folder? Theresa On Nov 5, 2009, at 3:01 PM, Norman Fournier wrote: > Safari 4.

Re: [css-d] Advertisement has unwanted link border around it

2009-11-07 Thread Theresa Mesa
Thanks - I'm getting better. Enough to answer the occasional question and be close to correct. LOL! Theresa On Nov 7, 2009, at 5:29 PM, Brian M. Curran wrote: > > >> Theresa wrote: >> Does giving #sideNavBar li a { } a rule of border:none help? Text- >> decoration has nothing to do with a

Re: [css-d] Advertisement has unwanted link border around it

2009-11-07 Thread Philippe Wittenbergh
On Nov 8, 2009, at 10:22 AM, Del Wegener wrote: > > I think if you add border = 0 to the attributes img, the border > will go a img { border: none; } Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [c

Re: [css-d] Advertisement has unwanted link border around it

2009-11-07 Thread Del Wegener
> Hi, > In IE7 and Firefox the advertisement on my site > http://www.locallaw11of1998.com/ has an unwanted border around it, because > it is a link. The ad is a CSS list as the code below shows. I tried a few > ways of giving it text-decoration: none; but that didn't work. Does anyone > know

[css-d] Advertisement has unwanted link border around it

2009-11-07 Thread Brian M. Curran
Hi, In IE7 and Firefox the advertisement on my site http://www.locallaw11of1998.com/ has an unwanted border around it, because it is a link. The ad is a CSS list as the code below shows. I tried a few ways of giving it text-decoration: none; but that didn't work. Does anyone know how to get rid

Re: [css-d] What defines a ture holy grail layout?

2009-11-07 Thread G. Sørtun
Jay Tanna wrote: > So is Lassko our resident expert on all things CSS here? Mmmm, *Laakso* is _good_ - especially at tearing our dream-designs apart. I quite often let him have a go at mine ;-) > > It is useful to know so that we can fire quick questions towards him > to his direct email. U

Re: [css-d] What defines a ture holy grail layout?

2009-11-07 Thread Jay Tanna
> let lassko have a look at it. If he doesn't swear at you it > must be fine ;) > So is Lassko our resident expert on all things CSS here? It is useful to know so that we can fire quick questions towards him to his direct email. ___

Re: [css-d] problem with sticky footer in most browsers

2009-11-07 Thread Jay Tanna
Debbie, The trick with footer to remain at the bottom of the page irrespective of content or browsers used is to to change or add to the the #body section in css file as follows: #body { padding-bottom:60px; /* Height of the footer */ } Also, add or change the footer ID to: footer { pos

[css-d] problem with sticky footer in most browsers

2009-11-07 Thread Debbie Campbell
On this site (WordPress if it makes any difference): > http://www.onejedi.com/ My sticky footer is working fine in FF and IE8 - but in Safari/Win, Opera and Chrome, the footer is sliding up slightly over the bottom of div#content. In IE7 the footer's way up into #content. I'm using this stick

Re: [css-d] What defines a ture holy grail layout?

2009-11-07 Thread Alan Gresley
michael ray wrote: [...] > So, my question is this? What are the mandatory requirements for a true 'Holy > Grail' layout? A layout that works the same in every browser even if you have a slightly narrow viewpoint. You have written on your main page. "Because every browser has its own quirks,