Re: [css-d] 'stuck' css rollovers in IE <= 6. Fix?

2007-11-09 Thread D A
(Let's try this response again...it bounced for some reason...) > > However, in IE6 and below, the rollover works, but gets 'stuck'. It > > doesn't revert back when you 'unhover'. What's even odder is that once > > they are stuck, if you just resize the browser slightly, they then > > become unstu

[css-d] Fwd: problem with Zeitgeist Joomla template

2007-11-09 Thread Rafael
Mona seems to be having some issues with the mails sent to the list so now I'm trying my luck. I apologize if you end up getting 3 emails that were meant to be just one :) -- Forwarded message -- You can find a link to the problem in this link you will find the menu

Re: [css-d] problem with Zeitgeist Joomla template

2007-11-09 Thread Jim Davis
Do you have a URL so we can see the problem in real time? On Nov 9, 2007 1:16 PM, mona borham <[EMAIL PROTECTED]> wrote: > Hey guys, > I've a big problem here with the new menu created by this > template that the menu items not showing up because of it's css... __

Re: [css-d] 'stuck' css rollovers in IE <= 6. Fix?

2007-11-09 Thread Thierry Koblentz
> #navWrapper li a { > display: block; > text-indent:-999em; > background-position: 0px 0px; > width: 100%; > height: 100%; > } Users browsing with image-off don't like that technique ;) -- Regards, Thierry | http://www.TJKDesign.com _

Re: [css-d] IE6 Issue: PNG File Being Stretched on Home Page

2007-11-09 Thread Elli Vizcaino
--- Anna Vester <[EMAIL PROTECTED]> wrote: > Elli, > > I have that problem happening to me several times as > well. The fix that > worked in my situation was to add height and width > to that image in your > html. > For example, > > width="###" height="###" /> > > Let me know how that works f

Re: [css-d] Opera - no css

2007-11-09 Thread David Hucklesby
On Fri, 09 Nov 2007 21:11:36 +0100, Colin Mcgarry wrote: > I've just set up Opera to see how it deals with my web pages. I was > surprised to see > my home page has no css with Opera. > the page is http://www.cpmac.comand the css is a php file that begins > [...] Oh, and another thing. The

Re: [css-d] IE6 Issue: PNG File Being Stretched on Home Page

2007-11-09 Thread Anna Vester
-Original Message- From: Elli Vizcaino [mailto:[EMAIL PROTECTED] Sent: Friday, November 09, 2007 7:55 AM To: CSS Discuss Subject: [css-d] IE6 Issue: PNG File Being Stretched on Home Page Hello, I'm having a strange issue in IE6 with a PNG file. I implemented the iepngfix.htc script from

[css-d] problem with Zeitgeist Joomla template

2007-11-09 Thread mona borham
Hey guys, I've a big problem here with the new menu created by this template that the menu items not showing up because of it's css I don't know what to do to show menu items and in the right position this is the css code for it i tried very hard with all the possiblities but not havi

Re: [css-d] Newb alert - balancing columns...

2007-11-09 Thread David Hucklesby
On Fri, 9 Nov 2007 14:45:49 -0600, Michael Beaudoin wrote: > I'm pretty new to CSS outside of styling text. I have an issue where I'm > putting > together a site for a friend as a learning experience and have been having > trouble > getting the columns to be of equal length. I have Googled and tr

Re: [css-d] select>option problem in FF

2007-11-09 Thread Edgar Quintanilla
Hi im trying to program this web page with css and htm, everything was OK until i put the select tag, in IE6 and 7 looks good but in FF 2.0 you can notice some problem, the problem is the block to the right (when you are in IE), in FF this block is on the bottom, i've been triying to solve all d

Re: [css-d] Opera - no css

2007-11-09 Thread David Hucklesby
On Fri, 09 Nov 2007 21:11:36 +0100, Colin Mcgarry wrote: > I've just set up Opera to see how it deals with my web pages. I was > surprised to see > my home page has no css with Opera. > the page is http://www.cpmac.comand the css is a php file that begins > [code snipped] Hmm. I certainly s

Re: [css-d] Help With Nested List in IE

2007-11-09 Thread Zoe M. Gillenwater
Steve LaBadie wrote: > When I create a nested list the border-bottom disappears in IE. If I > remove the border: none; a double border appears under the last item in > the nested list. Is there a work around? > > > #leftside #leftnav ul { > > padding: 0px; > > margin: 0px

Re: [css-d] 'stuck' css rollovers in IE <= 6. Fix?

2007-11-09 Thread Jason Crosse
On 09/11/2007 18:09, D A wrote: > I'm trying to create a horizontal menu from a UL using both an image > replacement technique along with the 'sprite' rollover technique. > > It works great in Firefox and IE7. > > However, in IE6 and below, the rollover works, but gets 'stuck'. It > doesn't rever

Re: [css-d] Newb alert - balancing columns...

2007-11-09 Thread L. Robinson
Michael Beaudoin wrote: > I have an issue where > I'm putting together a site for a friend as a learning experience and > have been having trouble getting the columns to be of equal length. Try http://www.alistapart.com/articles/fauxcolumns/ Best, lr _

[css-d] Newb alert - balancing columns...

2007-11-09 Thread Michael Beaudoin
I'm pretty new to CSS outside of styling text. I have an issue where I'm putting together a site for a friend as a learning experience and have been having trouble getting the columns to be of equal length. I have Googled and tried various suggestions but none seem to work. I would love som

Re: [css-d] Opera - no css

2007-11-09 Thread Rafael
It seems to me that you're asking us to debug your code. If you're using PHP I assume you're a programmer , therefore you understand where the problems more certainly lies (if you're not, then ask the guy who did the script, you shouldn't mess with it) ---not everyone of us is meant to be a

Re: [css-d] 'stuck' css rollovers in IE <= 6. Fix?

2007-11-09 Thread Thierry Koblentz
> I'm trying to create a horizontal menu from a UL using both an image > replacement technique along with the 'sprite' rollover technique. > It works great in Firefox and IE7. > However, in IE6 and below, the rollover works, but gets 'stuck'. It > doesn't revert back when you 'unhover'. What's ev

[css-d] Opera - no css

2007-11-09 Thread Colin Mcgarry
I've just set up Opera to see how it deals with my web pages. I was surprised to see my home page has no css with Opera. the page is http://www.cpmac.comand the css is a php file that begins = 5) { ?> /* BEGIN CSS RENDERING */ followed by css styles Firefox and even IE7 treat it

[css-d] 'stuck' css rollovers in IE <= 6. Fix?

2007-11-09 Thread D A
I'm trying to create a horizontal menu from a UL using both an image replacement technique along with the 'sprite' rollover technique. It works great in Firefox and IE7. However, in IE6 and below, the rollover works, but gets 'stuck'. It doesn't revert back when you 'unhover'. What's even odder i

Re: [css-d] Dont Understand This

2007-11-09 Thread Tim White
>If you look at this in FF or IE the select fields are shorter then the >text >fields, while in Opera they are correct. > >What I don't understand is they are all the same length.. 134px.. Exactly, they are all 134px and the content inside is longer than that, so Firefox truncates the text.

[css-d] Dont Understand This

2007-11-09 Thread grovesdavid
Hello, Look here: http://www.linkhomes2000.co.uk/selling-house-link2.php If you look at this in FF or IE the select fields are shorter then the text fields, while in Opera they are correct. What I don't understand is they are all the same length.. 134px.. (Only fields on left are correct).

[css-d] IE6 Issue: PNG File Being Stretched on Home Page

2007-11-09 Thread Elli Vizcaino
Hello, I'm having a strange issue in IE6 with a PNG file. I implemented the iepngfix.htc script from twinhelix.com that makes transparency work in that browser. Originally, the main graphic on the index page was positioned relatively, which is what I thought was the causing the image to distort, s