Re: [css-d] width: 776px not the same as 7.76em (body 65.2%) in IE?

2006-09-04 Thread Martin Petrov
+0300, Martin Petrov wrote: I need an elastic container that is 776px wide. The body has a font-size of 62.5em (which equals to 10px) ... Did you mean 62.5% ? Be aware that, on my laptop, 62.5% would be 12 or 13 pixels in IE. In common with many screens running at high definition, the OS

[css-d] width: 776px not the same as 7.76em (body 65.2%) in IE?

2006-09-02 Thread Martin Petrov
I need an elastic container that is 776px wide. The body has a font-size of 62.5em (which equals to 10px) and the container has a width of 77.6em. Firefox is fine but IE makes the container 771px wide. Do you have any knowledge on this? Thanks... Martin Petrov

[css-d] p:first-letter - quick question

2006-05-01 Thread Martin Petrov
Hi all, I want to style the first letter of a paragraph with p:first-letter, however a have an img at the beginning of that paragraph and it prevents me from selecting that first letter. Sorry for my English, this is what I have: pimg src=cool.jpg /lorem ipsum blah blah yada yada/p If I

Re: [css-d] p:first-letter - quick question

2006-05-01 Thread Martin Petrov
:) On 5/1/06, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Martin Petrov wrote: I want to style the first letter of a paragraph with p:first-letter, however a have an img at the beginning of that paragraph and it prevents me from selecting that first letter. pimg src=cool.jpg /lorem ipsum

Re: [css-d] p:first-letter - quick question

2006-05-01 Thread Martin Petrov
Wittenbergh [EMAIL PROTECTED] wrote: On May 2, 2006, at 11:35 AM, Martin Petrov wrote: I just discovered that the problem doesn't exist in Opera (at least in the latest beta). Georg, in your example the letter is opened for styling, but I want to place the image within a block level element

Re: [css-d] Site Check

2006-03-12 Thread Martin Petrov
, Christian Montoya [EMAIL PROTECTED] wrote: On 3/11/06, Martin Petrov [EMAIL PROTECTED] wrote: www.speakingofresults.com My first web site using WordPress. The rich text editor is suitable for the client who isn't very technical oriented. But the code produced by the editor is ugly. What

[css-d] Site Check

2006-03-11 Thread Martin Petrov
www.speakingofresults.com My first web site using WordPress. The rich text editor is suitable for the client who isn't very technical oriented. But the code produced by the editor is ugly. My main concern is that the site is optimized for 1024x768, and with smaller resolutions the center column

Re: [css-d] Simple unordered list Firefox problem

2006-01-22 Thread Martin Petrov
-display-problem.htm On 1/21/06, Philippe Wittenbergh [EMAIL PROTECTED] wrote: On 22 Jan 2006, at 10:35 am, Martin Petrov wrote: Could you please see my site with Firefox and check the unordered list of links on the right. It shows properly in IE and Opera, but not with Firefox. It must

[css-d] Simple unordered list Firefox problem

2006-01-21 Thread Martin Petrov
Could you please see my site with Firefox and check the unordered list of links on the right. It shows properly in IE and Opera, but not with Firefox. It must be a simple problem, but the negative margins used for the sidebar confuse me and I'm so exhausted right now :)

[css-d] CSS 3 - Multiple Backgrounds ?

2005-11-01 Thread Martin Petrov
Is there something like multiple backgrounds in css 3 ? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

[css-d] Check my site, please

2005-09-27 Thread Martin Petrov
http://mobile.dougkirby.com/martin I'm developing this site for my teacher and his web design class that I attended recently. I would really appreciate it if you spend a minute on it and just share you critical thoughts. The major concerns I have are: - the window is not resizable - breaks the

[css-d] hr and background image without border in IE

2005-09-22 Thread Martin Petrov
I guess my question's been asked many times. I'm wondering if anybody knows how to remove the border that Internet Explorer shows when using a background image with the hr element. Thanks __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Image Replacement - IE z-index problem

2005-09-15 Thread Martin Petrov
Thank you Scot, but if you hide the text wrapped between strong with display:none then it doesn't appear when you browse with images turned off. Now with z-index: -1 the text stays under the background of #Content, but if you turn the images off then it is visible because the background is off

Re: [css-d] Image Replacement - IE z-index problem

2005-09-15 Thread Martin Petrov
that text. I hope that helps, Scot On 9/15/05, Martin Petrov [EMAIL PROTECTED] wrote: Thank you Scot, but if you hide the text wrapped between strong with display:none then it doesn't appear when you browse with images turned off. Now with z-index: -1 the text stays under

[css-d] Image Replacement - IE z-index problem

2005-09-14 Thread Martin Petrov
Hi all, I'm trying to replace text with an image in a defenition list where the text is wrapped with dt a and strong. The image is a background for a, strong is hidden with z-index. Opera and Fireforx are ok, but IE doesn't hide the text. Could you check my site please, I'm sure it is

RE: [css-d] Search box like in browsers toolbar

2005-09-06 Thread Martin Petrov
Sorry, I didn't explain my problem very well. I don't want to position the image but to indent the text. I tried with padding, but it just widens the box. Text-indent didn't work. I made the text input field a block element by floating it. Here is the example page:

Re: [css-d] Search box like in browsers toolbar

2005-09-06 Thread Martin Petrov
Padding-left doesn't work in Opera :( On Tue, 06 Sep 2005 07:27:40 -0700, Ovidiu Ion [EMAIL PROTECTED] wrote: padding-left: 20px; __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] Search box like in browsers toolbar

2005-09-05 Thread Martin Petrov
Hi all, I want to have a search field with an image inside, like the search boxes in Opera or Firefox toolbars. I can put a background on the input field,but I also want to have some padding from the left border (or text indent). They don't work... Do you know any way to achieve this?

[css-d] IE: Content disappears on refresh

2005-08-29 Thread Martin Petrov
Two absolute positioned elements disappear when the page is reloaded (Internet Explorer 6). Initially it is ok but then if you refresh the absolute positioned logo ( p id=Logo) and menu (div id=Menu)disapper. http://home.comcast.net/~martinpetrov/finalproject/final.html Do you experience