[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 wrote: > Hi > How can i remove that small fluttering when i hover over a link and i want > it to change its state

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] crop image with code?

2012-06-01 Thread Chetan Crasta
with an img child element. 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 propert

Re: [css-d] vertical menu question

2012-05-31 Thread Chetan Crasta
e sub menu absolutely with respect 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/mailm

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

2011-12-21 Thread Chetan Crasta
r: #88; display: block; 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

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

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

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

2011-12-12 Thread Chetan Crasta
alues, >> 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. >> >> Re

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

2011-12-12 Thread Chetan Crasta
and the third decimal place in em values. 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 -- ht

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 wrote: > >> On Tue, Dec 13, 2011 at 8:19 AM, David Odefey wrote: >> >>> I'm working on a fluid layout. It is rending how i would like in Chrome >>> 15

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/mailm

Re: [css-d] panotour problem

2011-12-12 Thread Chetan Crasta
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-discu

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

2011-12-12 Thread Chetan Crasta
ing those will placate IE7. http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.socilfairfieldhocking.org%2Findex6.html&profile=css3 You can see a preview here: http://roughtech.com/t/socil.html Regards, Chetan Crasta _

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

2011-12-12 Thread Chetan Crasta
as able to fix the IE7 footer issue 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 _

Re: [css-d] Problem aligning list

2011-10-06 Thread Chetan Crasta
http://www.aandac.com/boilerplate_2_0/index.html#/projects/ > > The height of the 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 [

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).

Re: [css-d] "Lightbox" gallery with CSS

2011-09-13 Thread Chetan Crasta
011-** > rostock-staendehaus-**kossfelderstrasse/31597<http://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.u

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

2011-09-12 Thread Chetan Crasta
ndex.html> >> >> Much appreciated! >> >> Elli Vizcaino >> > > > In IE7, 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, Chet

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

2011-09-12 Thread Chetan Crasta
background image broken: > http://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 ___

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

2011-09-12 Thread Chetan Crasta
windows OS this info 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]

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

2011-09-11 Thread Chetan Crasta
inXP, once the drop down menu appears 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 __

Re: [css-d] h1 background question

2011-09-11 Thread Chetan Crasta
3 color value rgba 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

Re: [css-d] h1 background question

2011-09-11 Thread Chetan Crasta
oly Pomona > > Here is a solution: http://roughtech.com/t/leftheading/1.html It involves the non-semantic use of spans, therefore I recommend using javascript to create those elements. Regards, Chetan Crasta __ css-discuss [cs

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

2011-09-09 Thread Chetan Crasta
b design in general I hope this is not > too outrageous a request. > > > > Best regards, > > > > Brahm > > > > brahmf...@gmail.com > > > > http://www.brahmfriedlander.ca <http://www.brahmfriedlander.ca/> > > br...@brahmfr

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
ee through... > > Try #navigation ul 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-discus

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, Che

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] 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] 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] 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 hav

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; } Re

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 ev

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
ichael Beaudoin 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/mailman/listinfo/css-d List wiki/FA

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
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] 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 wrote: Oops, should be 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] Problem with IE7 content coming out of box

2011-05-06 Thread Chetan Crasta
The suggestions that I gave earlier unfortunately work only when applied using the IE Developer Toolbar! The correct solution is this: Also, it is a better to load the html5.js file before loading the css files (by putting it earlier in the source). Regards, Chetan Crasta

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

2011-05-06 Thread Chetan Crasta
On Fri, May 6, 2011 at 9:58 PM, Chetan Crasta 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, C

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] 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 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-discu

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] display:inline-block Rendering Differences

2011-05-02 Thread Chetan Crasta
last line box 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

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

2011-05-02 Thread Chetan Crasta
multi.html 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://

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] help centering items

2011-05-01 Thread Chetan Crasta
before. 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 -

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

2011-04-30 Thread Chetan Crasta
On Sat, Apr 30, 2011 at 2:06 PM, Alan Gresley wrote: > It still not a sticky footer. It's a footer that it always fixed at the > bottom of the viewport. To get this variant of footerStickAlt to work as a > sticky footer, change this CSS, > That's right! I didn't notice it earlier. In addition to

Re: [css-d] CSS positioning question

2011-04-29 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-29 Thread Chetan Crasta
ly 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] column help...

2011-04-29 Thread Chetan Crasta
On Fri, Apr 29, 2011 at 7:22 PM, Jukka K. Korpela 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! Regard

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] Footer placement in FF

2011-04-29 Thread Chetan Crasta
ky 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-di

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] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
t should 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 --

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

2011-04-28 Thread Chetan Crasta
ry-nav .tab_navigation > ul > li > a { background: url("http://africanamericanart.si.edu/themes/fromscratch/images/right.gif";) no-repeat scroll right top transparent; } Regards, Chetan Crasta __ css-discuss [

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

2011-04-28 Thread Chetan Crasta
To apply styles only to the first level s, 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 Lis

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

2011-04-27 Thread Chetan Crasta
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/mailman/listinfo/c

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

2011-04-27 Thread Chetan Crasta
ht 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/

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

2011-04-27 Thread Chetan Crasta
restrict 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

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] 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 Ge

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

2011-04-26 Thread Chetan Crasta
ng using Javascript or CSS. 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] 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 c

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

2011-04-26 Thread Chetan Crasta
tself 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

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 -- http://css-disc

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-discu

[css-d] Incorrect width - Opera Bug?

2011-04-26 Thread Chetan Crasta
unds. Any ideas? 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

Re: [css-d] Styling and

2011-04-25 Thread Chetan Crasta
should look like 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

Re: [css-d] OT: Protecting pictures

2011-04-25 Thread Chetan Crasta
example here: http://www.roughtech.com/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

Re: [css-d] Styling and

2011-04-25 Thread Chetan Crasta
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-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

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] Dead zone beneath linked images

2011-04-20 Thread Chetan Crasta
{overflow:hidden;} 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.h

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-d

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 elements though. ~Chetan __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/

Re: [css-d] form field label font

2011-04-13 Thread Chetan Crasta
p://validator.w3.org/ 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 wrote: > hi all gurus out there, > am relatively a ne

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 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

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, 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] css slider/slideshow...

2011-04-05 Thread Chetan Crasta
show in an example 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-d

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 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 and > for stor

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 wrote: > http://motherloadshow.com/ > > I'm bac

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] Internet Explorer 9 Release

2011-03-17 Thread Chetan Crasta
> > > > IE7 does support first-child and all attribute selectors correctly apart > from [class|=""]. > Thanks for the test page. All the selectors worked in Chrome 10, Firefox 3.6, Opera 11 and IE 8. In IE7 test 40 didn't work. In IE6 n

Re: [css-d] Internet Explorer 9 Release

2011-03-15 Thread Chetan Crasta
our websites with it. They can always have a modern web browser installed for web surfing. ~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] Internet Explorer 9 Release

2011-03-15 Thread Chetan Crasta
- list-style-type - background-attachment:fixed - transparent color value ~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.c

Re: [css-d] Internet Explorer 9 Release

2011-03-15 Thread Chetan Crasta
On Tue, Mar 15, 2011 at 3:44 PM, Barney Carroll wrote: > http://msdn.microsoft.com/en-us/library/cc351024(v=vs.85).aspx > http://www.quirksmode.org/css/contents.html Those are useful links, thanks ~Chetan __ css-discuss [css-d@l

[css-d] Internet Explorer 9 Release

2011-03-15 Thread Chetan Crasta
Yay! IE9 has been released. To me that means that I can stop supporting IE6 completely. It is a lot easier to convince clients that IE6 support is not important when one supports three other IE versions (7,8,9). Of course the release of IE9 doesn't magically erase IE6's market share, but it removes

Re: [css-d] Formatting text: an example

2011-03-11 Thread Chetan Crasta
> Given that the man was quoted in this thread, a good online resource, with > tons of real, good advice on formatting text on webpages: > http://www.webtypography.net/ > > Philippe That's a very good resource, thanks. ~Chetan _

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

2011-03-05 Thread Chetan Crasta
Some articles that deal with font-weight. I couldn't find any newer ones. http://clagnut.com/blog/2228/ http://destination-code.blogspot.com/2009/01/font-weight-number-keywords-100-900.html >From the Clagnut article, this remark puts things in perspective: "Frankly it’s really depressing that thi

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 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 families, one of which is

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

2011-03-04 Thread Chetan Crasta
> http://www.keithpurtell.com/kthings/gifts-of-song.htm#player > > and here's the CSS so far > > div.up { >        font-size:10em; >        font-weight:100 !important; >        vertical-align:-.3em; >        } > > All of the web-safe fonts are available only in two weights (afaik): normal (400

Re: [css-d] removing/hiding background-color 'fringe' on border-radius

2011-03-03 Thread Chetan Crasta
On Fri, Mar 4, 2011 at 12:41 AM, Chetan Crasta wrote: > Try this: > > #content { > background:url("../images/content-bg.jpg") repeat-x scroll left top > transparent; > ... > } > #content-inside { > margin-top: 180px; > background-color: white; > } >

Re: [css-d] removing/hiding background-color 'fringe' on border-radius

2011-03-03 Thread Chetan Crasta
e Campbell wrote: > I can't remove the shadow, this is something the client's not budging on. I > might have to use images for the top/bottom sections. > > -- > Debbie > > On 3/3/2011 12:35 AM, Chetan Crasta wrote: >> >> On Thu, Mar 3, 2011 at 5:26 AM

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread Chetan Crasta
On Thu, Mar 3, 2011 at 8:03 PM, Rory Bernstein wrote: > > It seems that the letter spacing results I am getting on Safari 5.0.3 on the > Mac are different from what I'm seeing on FF 3.6.14 on the Mac. The FF > spacing is the one I want; the letter spacing doesn't seem to be getting > applied in

Re: [css-d] removing/hiding background-color 'fringe' on border-radius

2011-03-02 Thread Chetan Crasta
On Thu, Mar 3, 2011 at 5:26 AM, Debbie Campbell wrote: > I'm using border-radius on #content in this page: > >> http://www.redkitecreative.com/projects/omnicall/ > > #content has background #fff and you can see a tiny fringe of white around > the outside edges of the rounded corners. What's the b

Re: [css-d] inline list shows vertically in IE7 - help?

2011-02-24 Thread Chetan Crasta
On Thu, Feb 24, 2011 at 10:24 PM, Debbie Campbell wrote: > My inline list at the bottom of this page displays vertically in IE7: > >> http://www.redkitecreative.com/projects/paramaya/1.html > > What's the best way to fix this (or another recommended method for a simple > pipe list)? > > -- The pr

Re: [css-d] Centring headings of various lengths

2011-02-23 Thread Chetan Crasta
On Thu, Feb 24, 2011 at 1:21 AM, Tim Dawson wrote: > I have a three-column (fixed width) layout which requires a heading in each > column. The lengths of the headings may vary. I am trying to centre each > heading using 'margin: 0 auto 0;', but can't make it work unless I set a > specific width on

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 wrote: > a img { border:none; } > > That worked! Thanks. > > On Jan 25, 2011, at 11:18 PM, Chetan Crasta wrote: > >> Try thi

  1   2   3   >