Re: [css-d] In IE width not changing

2009-05-24 Thread Vladislav Vladimirov
Have you tried assigning the width to the TD element? Regards, Vladislav __ 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

Re: [css-d] Displaying/Simulating "handwritten" fonts on notebook paper

2009-05-18 Thread Vladislav Vladimirov
Why not use a background image of a wrapper to simulate the lines? > My first thought was sIFR for the fonts, but I don't > think it supports the lines.  Is there anything that supports this? Regards, Vladislav http://www.ovalpixels.com/ ___

Re: [css-d] IE 8

2009-05-05 Thread Vladislav Vladimirov
ither have an original IE 7 and want to use previous versions (multiple IE), or don't want to upgrade yet, but install just a IE 7 standalone for testing purposes. Regards, Vladislav Vladimirov http://www.ovalpixels.com/

Re: [css-d] text-transform:lowercase+capitalize

2009-04-28 Thread Vladislav Vladimirov
done through PHP on the backend on JS on the frontend. Regards, Vladislav Vladimirov http://www.ovalpixels.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/F

Re: [css-d] Doctype problem

2009-03-06 Thread Vladislav Vladimirov
could only guess you are having elements separating the -s of the navigation. The breaks should be the cause of the unexpected margin. If you don't have access to the menu code to delete them, you can hide them through css like this: #navigation br { display:none; } Regards, Vla

Re: [css-d] Top margin not set properly.

2009-03-06 Thread Vladislav Vladimirov
nt. So, you are having a margin-top for the body equal to the margin-top of the P element. In order to cope with this you have to break the 'adjacent margins chain'. I suggest setting the margin of P to 0, and using padding instead (like P {padding: .5em 0;}) Regards, Vladislav Vla

Re: [css-d] Different looking site in different browsers?

2009-01-28 Thread Vladislav Vladimirov
Here is one of my favorites: http://dowebsitesneedtolookexactlythesameineverybrowser.com/ Vladislav www.ovalpixels.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -

Re: [css-d] Global Rules?

2009-01-28 Thread Vladislav Vladimirov
ing the construction I recommended. Just avoid using !important declarations elsewhere that could overwrite these propeties. If you want to be sure a property will get priority, declare it in a more specific selector. !important is to be avoided unless absolutely nece

Re: [css-d] Global Rules?

2009-01-19 Thread Vladislav Vladimirov
lass { ... } Regards, Vladislav Vladimirov http://www.ovalpixels.com/ __ 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 -- h

Re: [css-d] How to Apply CSS to Title Tag

2008-12-19 Thread Vladislav Vladimirov
> head, title { display: block; } That's fine, but this would show and style the title tag contents in the canvas, and *not* in the title bar of the browser application, and I think this is what Chris was asking for. Regards, Vladislav _

Re: [css-d] How to Apply CSS to Title Tag

2008-12-18 Thread Vladislav Vladimirov
TITLE in the titlebar is some kind of browser/os interaction, and does not involve css. Maybe you can use H1 headings in the document's BODY section to achieve what you want? Regards, Vladislav Vladimirov http://www.ovalpixels.com/ ___

Re: [css-d] alignment question

2008-12-17 Thread Vladislav Vladimirov
outer { height:400px; position:relative; } .inner { height:200px; position:absolute; bottom:0; } Regards, Vladislav Vladimirov http://www.ovalpixels.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/lis