[css-d] how to remove the small fluttering while styling :hover

2012-07-01 Thread Chetan Crasta
Not sure what you mean by fluttering. You can try CSS3 transforms to set a delay or to fade on hover. Regards, Chetan Crasta On Mon, Jun 25, 2012 at 1:10 PM, meera kibe meera_k...@yahoo.com wrote: Hi How can i remove that small fluttering when i hover over a link and i want it to change its

Re: [css-d] crop image with code?

2012-06-01 Thread Chetan Crasta
. The div should have a specified width and height (using CSS) and should have position:relative and overflow:hidden. The img element should be absolutely positioned. You can then adjust your crop using the left, right, top, and bottom properties. Regards, Chetan Crasta

Re: [css-d] How to implement background like this...

2012-06-01 Thread Chetan Crasta
The site gymboree.com uses multiple background images of different colors. However, the same effect could have been more easily and flexibly achieved using translucent png images with appropriate background colors. Regards, Chetan Crasta

Re: [css-d] vertical menu question

2012-05-31 Thread Chetan Crasta
to the viewport using the bottom property. Don't know if there is some new technique using CSS 3. Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] STILL NEED HELP: @Font-Face Font Chopped OFF by Padding

2011-12-21 Thread Chetan Crasta
; font-family: Little Days; font-size: 1.571em; font-weight: bold; height: 44px; margin: 0 auto; padding: 9px 4px 3px; width: 231px; } At least, it looked fine in Firefox 4 with Firebug. Let me know if it works. Regards, Chetan Crasta

Re: [css-d] amazing use of css..

2011-12-19 Thread Chetan Crasta
On Mon, Dec 19, 2011 at 1:12 AM, Michael Beaudoin mich...@ba-doyn.comwrote: I thought this was amazing and wanted to share. Hope you all don't mind. http://www.ruawebdesign.com/**css3-at-at/http://www.ruawebdesign.com/css3-at-at/ Michael Cool!

Re: [css-d] footer not clearing main content in IE7

2011-12-12 Thread Chetan Crasta
by removing some of the unnecessary relative positioning. http://roughtech.com/t/mscs.html The CSS and HTML of the page is so convoluted, I think it'd be best to start over, from scratch. Regards, Chetan Crasta __ css-discuss [css

Re: [css-d] IE7 css box class not working

2011-12-12 Thread Chetan Crasta
?uri=http%3A%2F%2Fwww.socilfairfieldhocking.org%2Findex6.htmlprofile=css3 You can see a preview here: http://roughtech.com/t/socil.html Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] panotour problem

2011-12-12 Thread Chetan Crasta
in the page. Couldn't see the problem. If swf files are not displaying, what makes you think it has something to do with CSS? Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] Fluid layout cross-browser rendering

2011-12-12 Thread Chetan Crasta
, build a page with it, put dummy content in it, and then examine the rendering. Provide a link and I'd be happy to analyze it. Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] Fluid layout cross-browser rendering

2011-12-12 Thread Chetan Crasta
, breaks (by 1px) Thanks for taking a look On Mon, Dec 12, 2011 at 10:19 PM, Chetan Crasta chetancra...@gmail.comwrote: On Tue, Dec 13, 2011 at 8:19 AM, David Odefey dode...@gmail.com wrote: I'm working on a fluid layout. It is rending how i would like in Chrome 15, but breaks in FF 8 (win7

Re: [css-d] Fluid layout cross-browser rendering

2011-12-12 Thread Chetan Crasta
. Regards, Chetan Crasta __ css-discuss [css-d@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/policies.html Supported

Re: [css-d] Fluid layout cross-browser rendering

2011-12-12 Thread Chetan Crasta
, and they ignore the third decimal place in em values. I don't know about IE8 and IE9. I think all other (non-IE) browsers recognize at least the first decimal place in percentage and px values and the third decimal place in em values. Regards, Chetan Crasta That info is based on my own

Re: [css-d] Problem aligning list

2011-10-07 Thread Chetan Crasta
://www.aandac.com/boilerplate_2_0/index.html#/projects/ The height of the a is 17px in Firefox but only 8px in Chrome. This can be fixed by this: #projects-nav li a { height: 17px;} Regards, Chetan Crasta __ css-discuss [css-d@lists.css

Re: [css-d] IE 7 DROP DOWN MENU HANG CHECK PLEASE

2011-09-13 Thread Chetan Crasta
, the sub menu does not appear at all now. Chetan, can yob please described what you observed. Earlier, in IE7, the sub menu would freeze (could not be made to disappear). Regards, Chetan Crasta __ css-discuss [css-d@lists.css

Re: [css-d] Lightbox gallery with CSS

2011-09-13 Thread Chetan Crasta
-staendehaus-**kossfelderstrasse/31597http://www.rostock-heute.de/tag-des-offenen-denkmals-2011-rostock-staendehaus-kossfelderstrasse/31597 using only CSS and no javascript? TVIA Rachel Here is one example: http://www.cssplay.co.uk/menu/css3-keyframe-lightbox.html Regards, Chetan Crasta

Re: [css-d] Lightbox gallery with CSS

2011-09-13 Thread Chetan Crasta
Here is one example: http://www.cssplay.co.uk/menu/css3-keyframe-lightbox.html Here is another example that works in more browsers: http://www.cssplay.co.uk/menu/lightbox-click.html However, it did not work in Chrome 13 in Linux (could be a browser bug). Regards, Chetan Crasta

Re: [css-d] Drop Down Menu On Hover Testing Please - IE 7

2011-09-12 Thread Chetan Crasta
will help (read the comments also): http://danielmcormond.com/2011/02/21/how-to-use-microsoft-ie-vpc-images-with-virtualbox-on-mac-os-x/ Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] background-image needs to display when there is no content

2011-09-12 Thread Chetan Crasta
://www.thehalcyoncore.com/thc-audios.html Don't know why you need a transparent gif. However, if you want to remove the bit of paint drips that is seen in the above page, remove the top padding on #main. Regards, Chetan Crasta __ css-discuss [css-d

Re: [css-d] h1 background question

2011-09-11 Thread Chetan Crasta
. Regards, Chetan Crasta __ css-discuss [css-d@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/policies.html

Re: [css-d] h1 background question

2011-09-11 Thread Chetan Crasta
like this: background-color: rgba(0,0,0,0.5); Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] Drop Down Menu On Hover Testing Please - IE 7

2011-09-11 Thread Chetan Crasta
it stays visible even after moving the mouse outside. Using VirtualBox (www.virtualbox.org) and Microsoft's IE VPC images, one can easily test IE compatibility in Windows, Linux or Mac OS. Regards, Chetan Crasta __ css-discuss [css-d

Re: [css-d] converting frame style website to tables and css

2011-09-09 Thread Chetan Crasta
a request. Best regards, Brahm brahmf...@gmail.com http://www.brahmfriedlander.ca http://www.brahmfriedlander.ca/ br...@brahmfriedlander.ca Try the technique shown here: http://www.cssplay.co.uk/menu/object-gallery.html Regards, Chetan Crasta

Re: [css-d] z-index on menu

2011-09-06 Thread Chetan Crasta
A number of CSS declarations had to be overridden, see the inline styles. IE 8 seems to get confused with the relative positioning. http://roughtech.com/t/prestige.html Regards, Chetan Crasta __ css-discuss [css-d@lists.css

Re: [css-d] stretch one div vertically in three column layout

2011-08-24 Thread Chetan Crasta
a { text-indent: -1000px; } Regards, Chetan Crasta __ css-discuss [css-d@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

Re: [css-d] Hidden HRs

2011-08-23 Thread Chetan Crasta
Using Firebug, this is what I found: The two lines is actually a bottom border on the h1. The p element is relatively positioned to overlap the bottom part of the h1. A background color is set on the p to prevent the border from being seen over the letters. Regards, Chetan Crasta

Re: [css-d] Floating content problem

2011-08-15 Thread Chetan Crasta
Modify the rule in your stylesheet as below: .brazil { margin: -12% 10% 0 1070px; width: 236px; } Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] DIVs referring to each other, and absolute positioning

2011-08-15 Thread Chetan Crasta
I have made many changes to your code to fix the problems you mentioned, see: http://roughtech.com/t/tft.html . Also, make sure you check your code with the w3.org css validator http://jigsaw.w3.org/css-validator/ and html validator http://validator.w3.org/ Regards, Chetan Crasta

Re: [css-d] Image need to center in right side of page, in div sidebar

2011-08-14 Thread Chetan Crasta
-how/ Also check your code with the w3org validators : http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fmerrimacknhweather.com http://validator.w3.org/check?uri=merrimacknhweather.com Regards, Chetan Crasta __ css

Re: [css-d] Navagation list issue

2011-07-23 Thread Chetan Crasta
Comment out the following declarations like this: .nav ul li { /* background-image: url(images/header_bg.jpg); background-repeat: repeat-x; */ ... and add this .nav ul { background: url(images/header_bg.jpg) repeat-x; overflow:hidden; } Regards, Chetan Crasta

Re: [css-d] nav bar: how to move one item all the way to the right?

2011-07-23 Thread Chetan Crasta
Try nav { position:relative; padding-right: 30px;} nav a.rightitem { postition: absolute; right: 0; } Make sure the padding-right on nav is sufficient. Regards, Chetan Crasta On Sat, Jul 23, 2011 at 6:29 PM, Koen van der Drift koenvanderdr...@gmail.com wrote: Hi, I have a working nab bar

Re: [css-d] Background image position

2011-06-28 Thread Chetan Crasta
transparent region to the left of the image. The new width of the image will be 400px. Now apply the above CSS to align the left edge of the image to the center of the viewport. Regards, Chetan Crasta __ css-discuss [css-d@lists.css

Re: [css-d] Converting Table to CSS

2011-06-26 Thread Chetan Crasta
Happy to help :-) __ css-discuss [css-d@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/policies.html Supported by

Re: [css-d] Converting Table to CSS

2011-06-16 Thread Chetan Crasta
Here you go: http://roughtech.com/t/ttoc.html Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

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

2011-06-09 Thread Chetan Crasta
Have you tried inserting the logo using the img element (instead of a css background)? Whether that fixes this issue or not, it is right way of inserting a logo image. Regards, Chetan Crasta __ css-discuss [css-d@lists.css

Re: [css-d] Converting Table to CSS

2011-06-03 Thread Chetan Crasta
Please put your page on a webserver and give the link. It makes it easier to examine. Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] collapse issue...

2011-05-07 Thread Chetan Crasta
There are a number of XHTML errors, fixing those will simplify troubleshooting: http://validator.w3.org/check?uri=http%3A%2F%2Fba-doyn.com%2Fjunk%2Fwidget_test Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org

Re: [css-d] collapse issue...

2011-05-07 Thread Chetan Crasta
Fixing the invalid HTML and using the right doctype (HTML, not XHTML) fixed the problem: http://roughtech.com/t/BudLight.html Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] collapse issue...

2011-05-07 Thread Chetan Crasta
, 2011 at 7:49 PM, Michael Beaudoin mich...@ba-doyn.com wrote: The email field is the one collapsing up under the last name field. Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] Body Height: 100%?

2011-05-06 Thread Chetan Crasta
Try this: html, body { height: 100%; width: 100%; margin:0; padding: 0;} Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Body Height: 100%?

2011-05-06 Thread Chetan Crasta
On Fri, May 6, 2011 at 9:58 PM, Chetan Crasta chetancra...@gmail.com wrote: Try this: html, body { height: 100%; width: 100%; margin:0; padding: 0;} Actually, only the height needs to be 100%: html,body { height: 100%; margin:0; padding: 0;} Regards, Chetan Crasta

Re: [css-d] Problem with IE7 content coming out of box

2011-05-06 Thread Chetan Crasta
in the source). Regards, Chetan Crasta __ css-discuss [css-d@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/policies.html

Re: [css-d] Problem with IE7 content coming out of box

2011-05-06 Thread Chetan Crasta
On Fri, May 6, 2011 at 11:21 PM, Chetan Crasta chetancra...@gmail.com wrote: Oops, should be !--[if IE 7] style type=text/css   #main {margin-top:160px;} /style ![endif]-- Regards, Chetan Crasta __ css-discuss [css-d

Re: [css-d] Problem with IE7 content coming out of box

2011-05-05 Thread Chetan Crasta
Add this: #main {left:0;} Regards, Chetan Crasta __ css-discuss [css-d@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

Re: [css-d] Problem with IE7 content coming out of box

2011-05-05 Thread Chetan Crasta
On Fri, May 6, 2011 at 10:00 AM, Chetan Crasta chetancra...@gmail.com wrote: Add this: #main {left:0;} This will also work: #main {zoom:1;} or #main {height:1%;} Regards, Chetan Crasta __ css-discuss [css-d@lists.css

[css-d] display:inline-block Rendering Differences

2011-05-02 Thread Chetan Crasta
What's going on? Regards, Chetan Crasta __ css-discuss [css-d@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] display:inline-block Rendering Differences

2011-05-02 Thread Chetan Crasta
in the normal flow, unless it has either no in-flow line boxes or if its 'overflow' property has a computed value other than 'visible', in which case the baseline is the bottom margin edge. http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align Thanks for that. Regards, Chetan Crasta

Re: [css-d] help centering items

2011-05-01 Thread Chetan Crasta
. Can you tell us what you mean? Regards, Chetan Crasta __ css-discuss [css-d@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

Re: [css-d] help centering items

2011-05-01 Thread Chetan Crasta
So when you say that you want it to appear as a single copy block, do you mean you want to style the logo and the h5 together and give them the appearance of a block? The solution to that would depend on what style you wish to apply. You have to be more clear. Regards, Chetan Crasta

Re: [css-d] CSS positioning question

2011-04-30 Thread Chetan Crasta
Try this: #header { height: 50px; margin: 0 auto -19px; padding: 30px 0 0; position: relative; text-align: center; width: 445px; background-color: white; z-index: 100; } Regards, Chetan Crasta __ css-discuss [css-d

Re: [css-d] Footer placement in FF - FIXED!

2011-04-30 Thread Chetan Crasta
. In addition to the changes you suggested, here are some changes: html, body {height: 100%;} The article suggests this: !--[if !IE 7] I haven't tested it in IE 9, but I think it has to be changed to !--[if (IE 6) | (IE 8) Regards, Chetan Crasta

Re: [css-d] Footer placement in FF

2011-04-29 Thread Chetan Crasta
. For a sticky footer (footer that stays at the bottom), try the technique described here: http://www.cssstickyfooter.com/using-sticky-footer-code.html Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] column help...

2011-04-29 Thread Chetan Crasta
Try this: #page-wrap { overflow:hidden; } #4col1, #4col2, #4col3, #4col4 {float:left;width:25%} Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] column help...

2011-04-29 Thread Chetan Crasta
On Fri, Apr 29, 2011 at 7:22 PM, Jukka K. Korpela jkorp...@cs.tut.fi wrote: The relevant id=... attribute values begin with a digit (4), which is prohibited in XHTML and, more importantly, in CSS. Of course, good catch! Regards, Chetan Crasta

Re: [css-d] Footer placement in FF - FIXED!

2011-04-29 Thread Chetan Crasta
correctly in IE 7, IE 8, Chrome, Safari and Firefox. Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
To apply styles only to the first level lis, use this selector: #primary-nav .tab_navigation ul li Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
a { background: url(http://africanamericanart.si.edu/themes/fromscratch/images/right.gif;) no-repeat scroll right top transparent; } Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
be corrected: http://validator.w3.org/check?uri=http%3A%2F%2Fafricanamericanart.si.edu Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
I have made the corrections and put the page here: http://roughtech.com/t/intro.html Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Incorrect width - Opera Bug?

2011-04-27 Thread Chetan Crasta
the height of the div. http://roughtech.com/t/mb/ @Philippe: Using the CSS3 transform to scale the font didn't help. That info was interesting though, thanks. Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] Incorrect width - Opera Bug?

2011-04-27 Thread Chetan Crasta
using CSS causes some transitory ugliness in the animation, so I used a height declaration targeted only at Opera. Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] IE6, 7 and overflow on a slider: is there a fix?

2011-04-27 Thread Chetan Crasta
need to see the original complete page because the code that you gave works in IE 6 and 7. See http://roughtech.com/t/slidetest.html Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] Styling ul and li

2011-04-26 Thread Chetan Crasta
this: .home .home { display:none;} .about_us .about_us, .contact_us .contact_us, {background-color: red;} /* highlighting the current menu item */ Here is an example of the above technique: http://www.roughtech.com/t/menu_style1.html Regards, Chetan Crasta

[css-d] Incorrect width - Opera Bug?

2011-04-26 Thread Chetan Crasta
? Regards, Chetan Crasta __ css-discuss [css-d@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/policies.html Supported

Re: [css-d] Incorrect width - Opera Bug?

2011-04-26 Thread Chetan Crasta
Unable to reproduce: It maybe an Opera Linux issue then? Here are the screenshots: http://roughtech.com/t/mb/screenshots.html Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] Incorrect width - Opera Bug?

2011-04-26 Thread Chetan Crasta
Just checked, same issue in Opera 11.10 in Windows XP. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] Incorrect width - Opera Bug?

2011-04-26 Thread Chetan Crasta
as 80%. This should compute to 4.32px but Opera computes it as 9px. Still haven't been able to fix it though. ~ Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] Incorrect width - Opera Bug?

2011-04-26 Thread Chetan Crasta
Ok, finally figured this one out. It is Opera's Minimum Font Size setting that is causing the problem. This is set to 9px by default. I'm sure the developers of Opera had good intentions when implementing this. However, one would think that they would have realized that font sizes less than 9px

Re: [css-d] Incorrect width - Opera Bug?

2011-04-26 Thread Chetan Crasta
, Chetan Crasta __ css-discuss [css-d@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/policies.html Supported

Re: [css-d] Incorrect width - Opera Bug?

2011-04-26 Thread Chetan Crasta
'Minimum font size' can not be overridden in any browser, so you better find a way to solve your case that doesn't run into it. regards        Georg I guess I'll have to just tolerate that difference in Opera's rendering. Thanks David, Paul and Georg for helping. Regards, Chetan Crasta

Re: [css-d] Display Spry menu in IE

2011-04-26 Thread Chetan Crasta
Please put the page on a web server and give us the link. Or you can try this CSS drop-down menu solution: http://thinkhtml.blogspot.com/2009/09/timos-float-drop-css-only-dropdown-menu.html Regards, Chetan Crasta __ css-discuss

Re: [css-d] Styling ul and li

2011-04-25 Thread Chetan Crasta
this: .home .home { display:none;} .about_us .about_us, .contact_us .contact_us, {background-color: red;} /* highlighting the current menu item */ Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] OT: Protecting pictures

2011-04-25 Thread Chetan Crasta
/t/protected_pic.html Regards, Chetan Crasta __ css-discuss [css-d@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] Css Page Layout checking

2011-04-22 Thread Chetan Crasta
There is a mistake in the doctype. There is a newline just before the start of the URI. Also, giving the link to the page will make it easier for us to test the page. Regards, Chetan Crasta __ css-discuss [css-d@lists.css

Re: [css-d] slideshow positioning problem

2011-04-20 Thread Chetan Crasta
BTW, you need to give div#nav a high z-index to prevent the drop-down menus from fading out under the images. div#nav { position:relative; z-index: 1; } Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org

Re: [css-d] Dead zone beneath linked images

2011-04-20 Thread Chetan Crasta
;} Regards, Chetan Crasta __ css-discuss [css-d@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/policies.html Supported

Re: [css-d] form field label font

2011-04-13 Thread Chetan Crasta
/ and http://jigsaw.w3.org/css-validator/ . To look at the styles that apply to an element you can use the Firefox extension Firebug. Regards, Chetan Crasta On Mon, Apr 11, 2011 at 11:32 AM, unnikrishna menon damodaran umenondamoda...@gmail.com wrote: hi all gurus out there, am relatively a newbie

Re: [css-d] CSS navigation/menu/selection

2011-04-13 Thread Chetan Crasta
http://www.kacevisual.com/files/CSSContentSlide/ Ingenious. It would be better without the non-semantic empty a elements though. ~Chetan __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Position h2 and p in one line

2011-04-10 Thread Chetan Crasta
Float the h2: h2{float:left;} Regards, Chetan Crasta On Sun, Apr 10, 2011 at 6:21 PM, mhe...@gmail.com wrote: Hi there, I'd like to position a short h2 (double the hight of p) in one line with p so that on the right hand side of h2 there are 2 lines of p. Below h2, p should spread

Re: [css-d] Stacking divs

2011-04-10 Thread Chetan Crasta
Try #header_topmenu class { position:relative; z-index: 100; } Regards, Chetan Crasta On Sun, Apr 10, 2011 at 10:52 AM, RePost repost...@yahoo.com wrote: I'm attempting to stack two divs in a wrapper at the right side of my header. There's another div to the left, and the header is wrapped

Re: [css-d] css slider/slideshow...

2011-04-05 Thread Chetan Crasta
to an earlier question by you: http://roughtech.com/t/pcv.html Regards, Chetan Crasta __ css-discuss [css-d@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] Browser Support: Alternate Style Sheets?

2011-03-28 Thread Chetan Crasta
On Mon, Mar 28, 2011 at 12:24 PM, Jukka K. Korpela jkorp...@cs.tut.fi wrote: The practical conclusion is that alternate stylesheets are not of much use _unless_ you also create an explicit user interface for selecting one of them and program code for making the selection a preferred stylesheet

Re: [css-d] new IE display question

2011-03-27 Thread Chetan Crasta
What you need are tabs that will expand or shrink with the containing text. Try the Sliding Doors technique: http://www.alistapart.com/articles/slidingdoors/ Regards, Chetan Crasta On Mon, Mar 28, 2011 at 12:32 AM, Rory Bernstein r...@rorybernstein.com wrote: http://motherloadshow.com/ I'm

Re: [css-d] Same CSS, Same Browser But Looks Different Locally/Online

2011-03-24 Thread Chetan Crasta
Install Firebug and then inspect the CSS that is applied to the elements in question. Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Trying to make text lighter than 100

2011-03-05 Thread Chetan Crasta
On Sat, Mar 5, 2011 at 4:14 PM, Felix Miata mrma...@earthlink.net wrote: This thread got me to investigating a little. http://fm.no-ip.com/Auth/Font/fonts-weightier.html should show at least some readers that weights lighter than 400 do exist in at least a couple of commonly available

Re: [css-d] Tweaking Tumblr Theme

2011-01-26 Thread Chetan Crasta
Happy to help. Forwarding your reply to the list to inform them that the issue is solved. ~Chetan On Wed, Jan 26, 2011 at 5:48 PM, faramineux faramin...@comcast.net wrote: a img { border:none; } That worked! Thanks. On Jan 25, 2011, at 11:18 PM, Chetan Crasta wrote: Try this a img

Re: [css-d] Tweaking Tumblr Theme

2011-01-25 Thread Chetan Crasta
Try this a img { border:none; } #content #newDay .post img { /* border: 1px solid #FF; */ } Regards, Chetan On Wed, Jan 26, 2011 at 7:44 AM, faramineux faramin...@comcast.net wrote: http://jcl2011.tumblr.com/ Found that in Firefox linked images have a border that is not showing in

Re: [css-d] Overriding styles

2011-01-16 Thread Chetan Crasta
On Sat, Jan 15, 2011 at 10:17 PM, Tim Climis tim.cli...@gmail.com wrote: So I put the following rule in the stylesheet: [bgcolor] {background-color: transparent} and it worked!  All the HTML elements with bgcolor were reset! So, apparently, it's possible, using CSS, to override element

Re: [css-d] line breaks and/or outdenting?

2011-01-12 Thread Chetan Crasta
On Thu, Jan 13, 2011 at 1:04 AM, Rory Bernstein r...@rorybernstein.com wrote: Hello, I posted here before about a solution for outdenting the lines of a paragraph (first line of text hangs our further to left than the rest of the lines) and got a great solution. But, it turns out that given

Re: [css-d] line breaks and/or outdenting?

2011-01-12 Thread Chetan Crasta
Sorry, only a limited number of properties can be applied to the pseudo element :first-line. These do not include positioning properties. Looks like your only option is to put the text of the first line within a span and then style it. ~Chetan

Re: [css-d] slight layout change: center numbers in circles.

2011-01-11 Thread Chetan Crasta
On Tue, Jan 11, 2011 at 11:47 AM, Jukka K. Korpela jkorp...@cs.tut.fi wrote: On the theoretical side: because these characters are dingbats, i.e. specific graphics encoded as characters in a technical sense but not true text characters. On the practical side: because they mostly _don't_

Re: [css-d] Textured Background Not Lining Up

2011-01-11 Thread Chetan Crasta
On Tue, Jan 11, 2011 at 4:23 PM, John Franks johnfra...@hotmail.co.uk wrote: .. Everything lines up great in Internet Explorer (7 8 only which is all I need) and Opera. But if you view the website through Chrome, Firefox and Safari the lines in the textured background do not line up at the join

Re: [css-d] Textured Background Not Lining Up

2011-01-11 Thread Chetan Crasta
On Tue, Jan 11, 2011 at 4:23 PM, John Franks johnfra...@hotmail.co.uk wrote: .. Everything lines up great in Internet Explorer (7 8 only which is all I need) and Opera. But if you view the website through Chrome, Firefox and Safari the lines in the textured background do not line up at the

Re: [css-d] Fixed background image

2011-01-11 Thread Chetan Crasta
On Tue, Jan 11, 2011 at 7:02 PM, Anne Pennington an...@digitalplot.co.uk wrote: The site in progress is : http://www.mauricerowdon.org/site/ and an example of the page which requires fixed  div is http://www.mauricerowdon.org/site/fiction.htm But as you will be able to see, the image

Re: [css-d] Textured Background Not Lining Up

2011-01-11 Thread Chetan Crasta
On Tue, Jan 11, 2011 at 10:53 PM, John Franks johnfra...@hotmail.co.uk wrote: Thanks Chetan, I applied a background:transparent to the #wrapper and removed the background image from the #introPanel and all works perfectly now thanks. John. Sending your email to the list so that everyone knows

Re: [css-d] Fixed background image

2011-01-11 Thread Chetan Crasta
On Tue, Jan 11, 2011 at 11:00 PM, Anne Pennington an...@digitalplot.co.uk wrote: Hi Chetan Thank you so much for this. I guess if I add more space to the right of the image more of his head will appear? Works fine and thank you again. All best Annie Happy to help. To make more of the

Re: [css-d] slight layout change: center numbers in circles.

2011-01-10 Thread Chetan Crasta
On Tue, Jan 11, 2011 at 12:23 AM, Rory Bernstein r...@rorybernstein.com wrote: Hello All, http://mcgivney.ehclients.com/ On this page, you will see a big jQuery slideshow thing. I has some numbers in circles that let you select the slide to see. How can I get the numbers centered exactly

Re: [css-d] Color not taking on hover

2011-01-08 Thread Chetan Crasta
On Sat, Jan 8, 2011 at 3:31 PM, Kim Brooks Wei kimi@kimbwei.com wrote: Hi People, On http://bit.ly/ad7AEl in #copy (see links at top of right column, for example) my link's type color don't change to white on hover.  Can you spot the problem? I can't see it. Kimi In line 136 of

Re: [css-d] Javascript and CSS Strict?

2011-01-08 Thread Chetan Crasta
On Sat, Jan 8, 2011 at 10:26 PM, Alan Gresley a...@css-class.com wrote: On 8/01/2011 9:06 AM, Chetan Crasta wrote: Note that you can have a similar menu using only CSS. See: http://roughtech.com/t/dropdown.html ~Chetan And what happens when I adjust the minimum font size settings

Re: [css-d] CSS Sprite Generator

2011-01-07 Thread Chetan Crasta
On Fri, Jan 7, 2011 at 10:06 PM, Thierry Koblentz thie...@tjkdesign.com wrote: http://lmgtfy.com/?q=sprites+generator On Fri, Jan 7, 2011 at 9:58 PM, David Laakso da...@chelseacreekstudio.com wrote: Fwiw, Google : subject line: css sprites generator-- turns up these among others:

  1   2   3   >