Re: [css-d] replace submit button with image, entirely with css?

2009-11-03 Thread Mustafa Quilon
Well, you could just add this rule: input { text-indent: -px } or what Nick said is valid too. - Mustafa Quilon E - mustafavizcomr...@gmail.com | mustafaqui...@gmail.com Skype, Twitter, Facebook, Linkedin - mustafaquilon

Re: [css-d] problems in Safari/ Chrome

2009-11-03 Thread Mustafa Quilon
be: .elementName { text-indent: -px; } or for some instances: .visuallyHidden { position: absolute; top: -500px; left: 0px; width: 1px; height: 1px; overflow: hidden; } HTH - Mustafa Quilon E - mustafavizcomr...@gmail.com | mustafaqui...@gmail.com Skype, Twitter, Facebook, Linkedin

Re: [css-d] WTF, IE!?

2009-04-24 Thread Mustafa Quilon
: #content p { width: auto; margin-left: 30px; padding: 0 120px 0 0; text-align: justify; } Regards - Mustafa Quilon 2009/4/17 d.williams dsong...@gmail.com: Hi all, I could use help figuring out what the heck is going on in IE6 and 7 for this page

Re: [css-d] Sticky footer - double decker possible?

2009-04-24 Thread Mustafa Quilon
) bottom center scroll no-repeat; height: 155px; } .copyright { background-color: #ccc; height: 43px; } Hope I haven't misunderstood anything here. Regards - Mustafa Quilon 2009/4/19 Anne E. Shroeder a...@language-works.com: My client has a design comp that I'm finding

Re: [css-d] Indent ul?

2009-01-26 Thread Mustafa Quilon
I'm not sure if this is what you're looking for: .contentpaneopen ul { margin-left:140px;/* Change this*/ } - Mustafa Quilon __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] Footer Issues

2009-01-23 Thread Mustafa Quilon
? Anyway: Here is the new mark-up: http://pastie.org/369427 the CSS: http://pastie.org/369424 This works in IE6, FF3, Opera 9, Safari 3 on Windows XP machine. It should work on IE7 too. Regards - Mustafa Quilon __ css-discuss [cs

Re: [css-d] Footer Issues

2009-01-23 Thread Mustafa Quilon
Oops, here's the mark-up link again: http://pastie.org/369427 - Mustafa Quilon __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] Help: CSS (horizontal) scalable buttons using a for IE6 with a slight variation...

2009-01-21 Thread Mustafa Quilon
welcome. [1] - http://www.alistapart.com/articles/dropdowns/ [2] - http://www.dynamicdrive.com/forums/archive/index.php/t-37253.html - Regards Mustafa Quilon __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] Help: CSS (horizontal) scalable buttons using a for IE6 with a slight variation...

2009-01-20 Thread Mustafa Quilon
; } ul.submitbuttons li a:hover { background: url(images/submit_new_hover.gif) left top no-repeat scroll; } No change in the mark-up is needed. You can remove the extra classes on li and a if you want. - Mustafa Quilon __ css

Re: [css-d] Help: CSS (horizontal) scalable buttons using a for IE6 with a slight variation...

2009-01-20 Thread Mustafa Quilon
in the mark-up is needed. You can remove the extra classes on li and a if you want. - Mustafa Quilon __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] The CSS Overlords

2009-01-19 Thread Mustafa Quilon
The best way to learn the benefits of using CSS is by *doing* it. I started with tables too but never loved them @-...@. CSS was like _love at first sight_. Only the convincing(learning) part took some time, but it was worth it. - Mustafa Quilon

Re: [css-d] Differences between Firefox Windows and Firefox MAC OS

2009-01-17 Thread Mustafa Quilon
line-height throughout fixed it on FF3/Win: * { line-height:1.2; } - Mustafa __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

[css-d] gap under header in IE

2009-01-17 Thread Mustafa Quilon
: #header img { display: block; } - Mustafa __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

Re: [css-d] Centering images with caption in a column

2008-12-25 Thread Mustafa Quilon
#figure { text-align: center; /*This should do what you want*/ } - Mustafa __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] misalignment in form extra spacing IE7

2008-12-18 Thread Mustafa Quilon
this in numerous ways: 1. Giving the following style to the Go input box: vertical-align: top 2. Refrain from adding bottom margins/paddings to input boxes. Add it to the outer div or to the next following block. Regards - Mustafa

Re: [css-d] height of an element in ie/6.0

2008-12-17 Thread Mustafa Quilon
Thanks for the prompt reply :) - Mustafa __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

Re: [css-d] IE ul li float problem

2008-12-17 Thread Mustafa Quilon
These might help you get started: http://www.communitymx.com/content/article.cfm?cid=27F87 http://css-discuss.incutio.com/?page=MultipleColumnLists - Mustafa __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] height of an element in ie/6.0

2008-12-16 Thread Mustafa Quilon
. However, I wanted to learn more about it. Is there a name for this bug? Where can I find more information on this? I tried google but it does not show what I'm looking for and I'm not sure of exactly what to search for. Regards - Mustafa

[css-d] Semantic Approach for Link Columns/Fragments

2008-12-10 Thread Mustafa Quilon
and float the ul's... Is it possible to have only one list and still be able to have columns? I didn't find anything on this in the archives. If not what would be the best approach? [1] - Screenshot http://img122.imageshack.us/img122/191/navcssdnr3.jpg - Mustafa

Re: [css-d] Lists, margins, padding in IE

2008-11-23 Thread Mustafa Quilon
/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038 - Mustafa __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

Re: [css-d] Horizontal Menu problems

2008-11-20 Thread Mustafa Quilon
#specificity I'm not sure why you are trying to position the elements at all. Few changes in the markup, and you could do without positioning. I'm not great with em based markup and since no one has replied for few hours now, I thought you could use some of my 2 cents. - Mustafa

Re: [css-d] Strange behavior in Firefox

2008-11-05 Thread Mustafa
On Nov 5, 2008, at 20:01 wlb wrote: Thanks to Mustafa and Philippe, my problem is now solved. I added the overflow:hidden to the li and it worked like a charm. I guess there is no way to get rid of the red/blue focussing rings altogether. I thought that no-decoration would do

Re: [css-d] positioning problem

2008-11-04 Thread Mustafa
Add these properties to your #navlist - #navlist { float: left; border-bottom: 1px solid gray; width: 200px; *position:absolute; right: 10px; top: 20px;* } Alternatively, you could also block out content using divs to achieve some fine control over your layout. - Mustafa

Re: [css-d] Strange behavior in Fireworks

2008-11-04 Thread Mustafa
to ask for it). Thank you. - Mustafa __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] Strange behavior in Firefox

2008-11-04 Thread Mustafa
Thank you Phillippe. I didn't notice the negative margins on #nav li. - Mustafa __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] help: three columns with the same height

2008-10-29 Thread MUSTAFA Q
techniques involve lots of browser-specific hacks and it gets really tough when you apply them to actual world designs. But, hey! and will check out the solution. Thank you. - Mustafa __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] help: three columns with the same height

2008-10-29 Thread MUSTAFA Q
handy and help me during those crunch hours where I have to meet project deadlines. Obviously, I don't want to keep using it :) Cheers, - Mustafa __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List