Re: [css-d] Form in IE7 has no left margin

2009-02-20 Thread Jason Newington
You could put 'overflow:hidden;' or 'zoom:1;' on the form element. Done a quick local test and seems ok. Seems like a 'hasyalout' issue but would be happy to hear if anyone else has a more in depth inisght :) Jace On Fri, Feb 20, 2009 at 12:29 AM, Brett xba2...@zoominternet.net wrote: I have

[css-d] Why this page moves?

2009-02-20 Thread ray
Hi, all View this page http://guru.hcoms.co.uk/ on IE6. There is no margin at the bottom of the top menu at the minute, but if you move the mouse to one of the menu items in the left side menu, a margin at the bottom of the top menu appears, and if you moves the mouse back on one of the menu

Re: [css-d] Why this page moves?

2009-02-20 Thread Gunlaug Sørtun
ray wrote: View this page http://guru.hcoms.co.uk/ on IE6. There is no margin at the bottom of the top menu at the minute, but if you move the mouse to one of the menu items in the left side menu, a margin at the bottom of the top menu appears, and if you moves the mouse back on one of

Re: [css-d] Text position in IE

2009-02-20 Thread David Laakso
Del Wegener wrote: http://www.edi-cp.com/newweb/products_ul_intro.php Where can I read more about this stuff? Del, I think you'll find things will go better if you follow known standard convention. There is no need to re-invent the wheel each time you do

Re: [css-d] Text position in IE

2009-02-20 Thread Del Wegener
Del Wegener wrote: http://www.edi-cp.com/newweb/products_ul_intro.php Thanks Georg. I decided that I really did want spans and not divs. I made the changes you suggested and of course everything worked perfectly! I then tried to find out what your css changes were all about. After

[css-d] CSS - IE7 redraw on scroll bug

2009-02-20 Thread Professional Web Pages - Information
To whom it may concern, I am having a CSS issue with IE7 only - this bug does not appear in any other browser - would you please be able to investigate this for me. The issue is located at the following location: http://www.reinhardwurtz.net/ The issue happened in IE 7 only and when you

[css-d] good tutorials

2009-02-20 Thread David McGlone
Hi all, I've been browsing the web for a few days looking at css tutorials, but I thought I would ask the list if they knew of any good ones that I may have missed. I'm looking for something that goes in depth with explanation, not tutorials. Also, I've been looking for a good PHP/CSS IDE

Re: [css-d] Text position in IE

2009-02-20 Thread Gunlaug Sørtun
Del Wegener wrote: How do you determine that indeed IE expands the width of an element? As always: observe, add temporary fixes for specific bugs, and compare with what comes out in other browsers. Once determined: remove temporary fixes and/or replace them with real fixes, and perform thorough

Re: [css-d] good tutorials

2009-02-20 Thread David Laakso
David McGlone wrote: Hi all, I've been browsing the web for a few days looking at css tutorials, but I thought I would ask the list if they knew of any good ones that I may have missed. I'm looking for something that goes in depth with explanation, not tutorials. Try the Site Point

Re: [css-d] good tutorials

2009-02-20 Thread Virgilio Quilario
Hi all, I've been browsing the web for a few days looking at css tutorials, but I thought I would ask the list if they knew of any good ones that I may have missed. I'm looking for something that goes in depth with explanation, not tutorials. Also, I've been looking for a good PHP/CSS IDE

Re: [css-d] Can CSS compare the href to the URL and if they match, highlight the href?

2009-02-20 Thread Sandy
I believe there is a way to add code to SSI includes, IIRC. However, for a CSS solution, your last method is probably the easiest to implement. Thanks for thinking about this, David. I guess I will go with what I've come up with - it's been great having all this input. thanks all! Sandy

[css-d] Newbie needs help with menu

2009-02-20 Thread Bobbi Ashley
I borrowed this menu from Stu Nickols at http://www.cssplay.co.uk/menus/final_drop.html It works fine in Firefox but IE only displays half of it. Anyone have any suggestions? My problematic one is at http://www.stillpointtheatrecollective.org/obamadesign/menustunickolsmenubar.html

Re: [css-d] Why this page moves?

2009-02-20 Thread ray
great, it works. I had encountered several times for this reason. I hope I'll not ask this kind of question in the future. :) Thanks a lot. On Fri, Feb 20, 2009 at 7:46 PM, Gunlaug Sørtun gunla...@c2i.net wrote: ray wrote: View this page http://guru.hcoms.co.uk/ on IE6. There is no margin at

Re: [css-d] CSS - IE7 redraw on scroll bug

2009-02-20 Thread Alan Gresley
Professional Web Pages - Information wrote: To whom it may concern, I am having a CSS issue with IE7 only - this bug does not appear in any other browser - would you please be able to investigate this for me. The issue is located at the following location:

[css-d] ie/FF Lay Out Bug

2009-02-20 Thread CSS Web Development
List D; I've put my CSS in this page: http://machalek.com/KC/ContactUs2.cfm It looks great in IE (strange, I know), but I don't know why it's not doing what I think it should do in Fire Fox. (?) If someone can take a quick look, I would appreciate it. Sincerely; KC

Re: [css-d] ie/FF Lay Out Bug

2009-02-20 Thread Alan Gresley
CSS Web Development wrote: List D; I've put my CSS in this page: http://machalek.com/KC/ContactUs2.cfm It looks great in IE (strange, I know), but I don't know why it's not doing what I think it should do in Fire Fox. (?) If someone can take a quick look, I would appreciate it.

Re: [css-d] ie/FF Lay Out Bug

2009-02-20 Thread Jason Newington
Hi, Try removing the 'height:100px;' from #innertop. Jace On Fri, Feb 20, 2009 at 4:50 PM, CSS Web Development c...@machalek.comwrote: List D; I've put my CSS in this page: http://machalek.com/KC/ContactUs2.cfm It looks great in IE (strange, I know), but I don't know why it's not

Re: [css-d] What is this CSS?

2009-02-20 Thread David Hucklesby
On Thu, 19 Feb 2009 20:27:43 -0500, David Laakso wrote: Sarah Atkinson wrote: Found this in one of the css files a co worker sent me with his design templete. What is it for? Anyone know? Is it legal? And what is with the * * html #facebox_overlay { /* ie6 hack */ position: absolute;

Re: [css-d] Newbie needs help with menu

2009-02-20 Thread Gunlaug Sørtun
Bobbi Ashley wrote: http://www.stillpointtheatrecollective.org/obamadesign/menustunickolsmenubar.html It works fine in Firefox but IE only displays half of it. IE6, you mean? Looks like your markup is faulty...

Re: [css-d] What is this CSS?

2009-02-20 Thread David Laakso
David Hucklesby wrote: What is so special about CSS that I need to trick the validator just to get a passing grade? Just wondering. Cordially, David -- Hiding invalid code from the validator doesn't make that code valid. There is no rule, regulation, or mandate stipulating you

Re: [css-d] What is this CSS?

2009-02-20 Thread David Laakso
David Hucklesby wrote: What is so special about CSS that I need to trick the validator just to get a passing grade? Just wondering. Cordially, David -- Hiding invalid code from the validator doesn't make that code valid. There is no rule, regulation, or mandate stipulating you

[css-d] Script and css problem 2

2009-02-20 Thread Ib Jensen
I think I've solved the Font-sizing problem. But still having some problem with some Negative margins and maybe some other things that I've not yet have discovered -- Regards / Mhv. Ib K. jensen - http://ikjensen.dk __

Re: [css-d] Script and css problem 2

2009-02-20 Thread Ib Jensen
2009/2/20 Ib Jensen ibkjen...@gmail.com: I think I've solved the Font-sizing problem. But still having some problem with some Negative margins and maybe some other things that I've not yet have discovered Forgot the link: http://ikjensen.dk -- Regards / Mhv. Ib K. jensen -

[css-d] IE - z-index

2009-02-20 Thread Travis Killen
I am having a problem with IE7 displaying my popup menus behind other elements. Please see my page here: http://forestry.sfasu.edu/ You can see the problem clearly by hovering over the forestry link. The page displays correctly in Firefox. Thanks in advance, - Travis Killen

Re: [css-d] What is this CSS?

2009-02-20 Thread Gunlaug Sørtun
David Hucklesby wrote: So-called conditional comments seemed nice, until I wound up with four additional style sheets just for IE. So I do wonder about the utility of hiding CSS from the validator? If hiding CSS from the validator is what conditional comments are used for - and that's too

Re: [css-d] Script and css problem 2

2009-02-20 Thread David Laakso
Ib Jensen wrote: Are you and me writing about the same thing: My body in .css looks like this: body {background:#0b0f3b;color:#f0;font-size:100%;font-family:Georgia, Times, Times New Roman, serif;} Link: http://ikjensen.dk/test/ Looks much better. I was on the wrong page.

Re: [css-d] Script and css problem 2

2009-02-20 Thread Ib Jensen
2009/2/20 David Laakso da...@chelseacreekstudio.com: Ib Jensen wrote: Are you and me writing about the same thing: Looks much better. I was on the wrong page. Only your signature link was on your post to css-d. Then you problably missed the second post, where the link was. I won't

Re: [css-d] Script and css problem 2

2009-02-20 Thread Ib Jensen
2009/2/20 David Laakso da...@chelseacreekstudio.com: Ib Jensen wrote: What browsers seem to be giving you difficulty with margins? And a Display markup in some CC, problably in the .js-file. Webdeveloper in FF 2.x and 3.x aside; might be best to keep this thread on css-d, rather than list

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

2009-02-20 Thread Gunlaug Sørtun
Travis Killen wrote: I am having a problem with IE7 displaying my popup menus behind other elements. http://forestry.sfasu.edu/ IE7 and older can't stack an element above the element's parent level. This means those pop-ups can't get above the positioned elements further down in the markup.