Re: [WSG] styling a select box

2009-10-08 Thread Сергей Кириченко
abandon all hopes, brother ))

2009/10/8 Bas V 

>  Regularly I run into problems with styling the select box...
> I like to change the look of the select box button and put the button (and
> the option text) on the left-hand side and have it showing exactly the same
> in all modern browsers but I have not much luck with that...
>
> Applying more advanced css to the select box that works with all modern
> browsers in the same way appears to be impossible.
> Not much pretty styling can be done with the select box's button without
> the use of often long and complicated scripts or alternatively to replace
> the box with Flash..
>
> Are there any examples of simple to apply css for customizing the select
> box button?
> Is it really that hard or am I overlooking something and am I maybe looking
> in the wrong places?
> I can use some help with this..
>
>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***




-- 
С уважением
Кириченко Сергей
верстальщик
тел. +7 (904) 333-46-25
starhack.ru


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] Fixed Sidebar Fluid Content - Source Order Limitations

2009-08-16 Thread Сергей Кириченко
learn to search, елки палки
http://www.alistapart.com/articles/multicolumnlayouts/
http://www.alistapart.com/articles/fauxabsolutepositioning/

2009/8/17 Ben Davies 

> Hi Kepler,
>
> >You may want to try max-width on your main content. I'm not sure if that
> will work for you since you didn't post a link.
>
> I tried max- and min-width in a few combinations and could not get it
> to work (and makes my content no longer fluid ).
>
> Hi Mark
>
> Thanks for the sample code. The problem with that approach is that if
> the window is too small the sidebar will drop down. If it is too large
> my content area will grow but I will introduce a big gap between the
> sidebar and the content.
>
> The markup below demonstrates what I currently have. Works great but I
> suspect content-first source ordering is impossible:
>
> 
> test
> 
> #cont {
> padding:10px;
>margin-left: 220px;
> }
> #sidebar {
>float:left;
>background: #DD;
>margin: 10px;
>margin-right:0px;
>font-size:90%;
>width:200px;
> }
> 
> 
> 
> 
>
> 
>  Sidebar Sidebar  Sidebar  Sidebar  Sidebar  Sidebar  Sidebar  Sidebar
>  Sidebar
> 
>
> content
> content content content content content content content content content
> content
> content content content content content content content content content
> content
> content content content content content content content content content
> content
> content content content content content content content content content
> content
> content content
> 
>
> 
> 
>
>
>
> Ben Davies
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>
>


-- 
С уважением,
Кириченко Сергей
верстальщик
тел. +7 (904) 333-46-25
starhack.ru


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] encounter the first IE8 bug

2009-05-29 Thread Сергей Кириченко
i missed one thing
add position:relative to #header_search

2009/5/29 tee :
>>
>
>>
>> What really should be done is to investigate why the prototype
>> clonePosition does not seem to work correctly in IE8 (with
>> absolute/relative elements).
>
>
> Hi Bruno.
>
> I see that Prototype has a version 1.6.1_rc2 that is compatible with IE8, I
> tried using this version but the problem is still there.
>
> Thanks for all the details.  "left: 730px! important;" seems a better
> workaround than negative margin left.
>
>
> tee
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] encounter the first IE8 bug

2009-05-28 Thread Сергей Кириченко
there is) (script sets it)
to place "search_autocomplete" in right position set left to "0px!important"
or fix script

2009/5/27 tee :
>
>
>
> On May 27, 2009, at 4:18 AM, Сергей Кириченко wrote:
>
>> do not set "left" to "search_autocomplete"
>>
>
>
> I am sorry, but there isn't 'left' declared.
>
> I can use margin-left:-200px /* just a guess */ to pull it back and this is
> the only workaround I could fine but I am not convinced this is a better
> approach - if this problem isn't go away I will have to fix it again when
> IE9 comes out (hopefully by then I have retired).
>
> None of the hasLayout remedies works.
>
> tee
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] encounter the first IE8 bug

2009-05-27 Thread Сергей Кириченко
do not set "left" to "search_autocomplete"


2009/5/27 Essential eBiz Solutions :
> Ah the joys of Magento. The only thing I can think off is to use a separate
> style sheet for IE8, shouldn't be too big a file as IE8 seems to render a
> lot of stuff similar to FireFox.
>
> -Original Message-
> From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
> Behalf Of tee
> Sent: 26 May 2009 22:53
> To: wsg@webstandardsgroup.org
> Subject: [WSG] encounter the first IE8 bug
>
> Stumble on this bug in IE8 only that I don't how to fix, except giving a
> negative left margin to pull it back, but I am hoping maybe there is a
> better way to do this.
>
> I can't show the site but here is another semi-done site that I can
> show that uses the same code for that section and it is showing
> exactly the same bug.
>
> http://www.fengshuifabulous.com/jewelry.html
> In the search field, if you enter "beads"  it triggers the ajax auto-
> complete, in IE8, the dropdown is off the search div and get pulled to the
> right.
>
> The code :
> #header_search  .search-autocomplete { border:2px solid #82d12e;
> background:#fff;width:162px!important; border-top: 0;margin-top: -1px;}
> .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 4px
> 1px 8px; cursor:pointer; }
>
>
> I have not fixed anything for IE6/7 for this site yet, so don't bother to
> check them out as this is an IE8 issue. Anyhow, for the site that I can't
> show, the fix for IE6/7 is re-adjusting margin and width in 'li'.
>
>
> Thanks in advanced.
>
> tee
>
>
>
>
>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.5.339 / Virus Database: 270.12.40/2135 - Release Date: 05/26/09
> 08:53:00
>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] inline-block effect

2008-12-01 Thread Сергей Кириченко

1. float:left
2. position:absolute
3.insert span with bg into H2
and non standart trick
inline-block for all and {display:inline; zoom:1}for < lte IE 7 >

Andrew famiano пишет:
I'm trying to set a background color on a . I want the background 
to be the same width as the header. Since inline-block isn't supported 
by all browsers, is there another trick in doing this?


Thanks

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] div over flash

2008-10-23 Thread Сергей Кириченко
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15523and Mark
Stickley is absolutly wrong
2008/10/23 kevin mcmonagle <[EMAIL PROTECTED]>

> hi,
> forgive me if this it ot, if so please reply off list.
> Whats the best cross-browser way to get a div on top of swf with css.
>
> If i use:
>   
>
> with z-index will it be sufficent?
> -best
> kevin
>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] [IE7 Glitch] footer is expanding, and acting wonky with scrolling.

2008-10-09 Thread Сергей Кириченко
just remove margin of "p" or "p" itself
2008/10/9 Andrew Brown <[EMAIL PROTECTED]>

> Hi WSG!
>
> I've got a footer with rounded corners.
> I have a div.footer_wrap and div.footer for each corner.
> The technique worked already with all my other rounder corners.
> The only issue appears in the footer, maybe because its the only thing
> prone to scroll?
>
> Does anyone know what would fix this? I exhausted my self with various
> solutions.
> The live demo is here: http://monsterboxpro.com/dump/webtemp/index.html
>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] What is the best solution for IE6 png issue?

2008-08-03 Thread Сергей Кириченко

not to use png with alpha in IE6 )
just like  adobe.com (look at drop-down menu in different browsers)

sri ni пишет:

Hi All,

What is the best *solution *for IE6 PNG issue?

--
Thanks,
Srini Perumal


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height over existing page

2008-07-31 Thread Сергей Кириченко
no JS - no decision ;)

2008/7/31 Tony McNulty <[EMAIL PROTECTED]>

> Hmm,
>
> What about just making it the size of the viewport, and stopping scrolling?
> Maybe an overflow: hidden on the body?
>
> Cheers,
>
> Tony
> -Original Message-
> From: "Seona Bellamy" <[EMAIL PROTECTED]>
>
> Date: Thu, 31 Jul 2008 16:48:48
> To: 
> Subject: Re: [WSG] 100% height over existing page
>
>
> That's already what I'm doing. Not the problem here, though. The issue
> isn't whether the overlay and disclaimer appear - I have that bit
> working just fine. The issue is making the overlay extend all the way
> to the bottom of the page if the page is longer than the viewport.
>
> Cheers,
>
> Seona.
>
> 2008/7/31 Luke Hoggett <[EMAIL PROTECTED]>:
> > Doesn't have to be a separate divert page, you can just use the session
> > variable to decided whether the "overlay" element is displayed on each
> page
> >
> > regards
> > Luke
> >
> > Seona Bellamy wrote:
> >
> > What, and divert them to the "agreement" page if they'rve not agreed?
> > Hmm... not sure that I'll get the go-ahead to do that. We're working
> > to some fairly tight design requirements.
> >
> > I've already got it saving the session variable once they agree, so
> > that they only get bothered once.
> >
> > Cheers,
> >
> > Seona.
> >
> > 2008/7/31 Luke Hoggett <[EMAIL PROTECTED]>:
> >
> >
> > Depending on what/whether you're using anything server side, just set a
> > session variable that records whether the person has agreed to the terms,
> do
> > this across every page and no worries for Google or any other entry that
> > doesn't come from the front page.
> >
> > regards
> > Luke
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] IE loses background image

2008-07-31 Thread Сергей Кириченко
just add layout to "a"
it's usuall cause of bg'disapearing

2008/7/31 Gonzalo González Mora <[EMAIL PROTECTED]>

> On Thu, Jul 31, 2008 at 1:50 AM, Michael Horowitz <
> [EMAIL PROTECTED]> wrote:
>
>> My background image is disappearing in IE 7 but shows up in Firefox, Opera
>> and safari.  It's at horowitzfamily.net
>>
>> I'm thinking I have a conflict between different background images
>>
>> I have verified I have valid css
>> http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.horowitzfamily.net%2F
>>
>> #mainNav ul a {
>>   margin:0;
>>   padding:0;
>>   display:block;
>>   line-height:40px;
>>   text-decoration:none;
>>   color:#00;
>>   background:url(../images/button3.jpg)no-repeat;
>>   font-size: 10px;
>>   color:#4d4325;
>>   font-weight:bold;
>>   text-indent:35px;
>>  }
>>
>> #mainNav img {
>>   margin:0px;
>>   padding:0px;
>>   display:block;
>>   float: left;
>> }
>>
>> body {
>>   font-family: Verdana, Arial, Helvetica, sans-serif;
>>   background-image:url(../images/background.jpg);
>>   font-size:10px;
>>  }
>>
>> --
>> Michael Horowitz
>> Your Computer Consultant
>> http://yourcomputerconsultant.com
>> 561-394-9079
>>
>>
>>
>> ***
>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>> Help: [EMAIL PROTECTED]
>> ***
>>
>>
> Add a space on the background property, like this:
>
> background:url(../images/button3.jpg) no-repeat;
>
> Gonzalo
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] Nowrap for floats

2008-07-05 Thread Сергей Кириченко

of course. in ie inline-block works properly on inline-elements
if it's possible use inline-elements
gotcha!
while writing letter found answer
dl {
   display:block;
   white-space:nowrap;
}
dt, dt {
   display:inline;
}
and insert in dt and dd any inline-element, e.g. "b" or "span"
and make "b" or "span" display:inline-block
and вуаля )
just add to "b" or "span" white-space:normal and enjoy )
it's for IE
for others - just  display:inline-block for dt and dd
it likely works fine
мало тестил

akella пишет:
@Сергей: it is a great idea! But i've tried it with no success. 
inline-block doesnt work in IE like that, float1-2 appear to be on a 
different lines all the time.


@Manny, overflow doesn't help =(.

@Thierry:
I need to float container(.float) because there are a lot of them, 
here is screenshot of how it might look: http://cssing.org.ua/a/3.png
When i set overflow hidden in addition to float and white-space:nowrap 
(for the text inside float2), it just cuts the float2 text.
Without floated container - sure it is quite simple to acheive the 
thing i'm trying to acheive. Thanx for the code example!
Even without .float2{float:left} the text jumps under the number in 
green block.



I know you are extremely experienced with a complex CSS-problems. May 
be you've ever heard of display:table-cell emulation for IE? May be 
with expressions or smth like that?



С уважением,
Юрий "akella" Артюх,
http://cssing.org.ua,


On Sat, Jul 5, 2008 at 7:36 PM, Thierry Koblentz <[EMAIL PROTECTED] 
> wrote:


> @Essential, there is no image, the number in green block is
text. It has
some padding and background-image (left-top corner). And it is already
> floated, because it is .float1. Any ideas?
>
> The real life code for those images looks like this:
>   
>   30
>  
Commodore645 
href="#">add present
>   
> I can give a link to live demo, but i just want to simplify it
for the
list. The abstract float1 float2 example is just my problem...

Why floating everything?
Did you try this approach:

 dl {overflow:hidden;zoom:1;}
 dt {float:left;width:20px;height:20px;}
 dd {margin-left:30px;}

--
Regards,
Thierry | http://www.TJKDesign.com








***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]

***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Nowrap for floats

2008-07-05 Thread Сергей Кириченко

try inline-block and nowrap for container
and remove float of  "float1" and "float2"
com.ua? speak albanian?
используй inline-block для float1 и  float2 без флоатов
зачастую это гораздо удобнее флоатов, особенно теперь, когда ФФ3 
поддерживает это свойство - как итог - кроссбраузерно полностью )

akella пишет:

Hi list! Got a CSS question, it's now two days in my head.
Here is my HTML, just to be abstract:


  Some random text

and smth like this in CSS:
.float1, .float2, .float{float:left}

My problem is that i need .float1-2 to be on the same line.
Here is how it should look like: http://cssing.org.ua/a/2.png
But it breaks like this: http://cssing.org.ua/a/1.png
(the text and the green block are two floats, the block itself is a float)
So i need something like nowrap-for-floats.

I solved this problem for Safari, FF, Opera by:
.float{display:table}
.float1, .float2{display:table-cell}

But that doesn't  work in IE. May be someone got such an experience? 
Fancy ie-expression? i would highly appreciate any ideas on this subject.


Thanx in advance!

regards,
Yuriy "akella" Artyukh,
http://cssing.org.ua


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Firefox 3 and script tag 'problems'

2008-06-25 Thread Сергей Кириченко
http://www.w3.org/TR/html401/interact/scripts.html#edef-SCRIPT

"*Start tag: required, End tag: required*"

http://www.w3.org/TR/xhtml1/#prohibitions

"C.3. Element Minimization and Empty Element Content

Given an empty instance of an element whose content model is not EMPTY (for
example, an empty title or paragraph) do not use the minimized form (e.g.
use   and not )."

or you don't like firefox loves standarts?



2008/6/24 Ken McInnes <[EMAIL PROTECTED]>:

> G'day all,
>
> Just a quick 'heads up' on Firefox 3 rendering compared with Firefox 2
> rendering.
>
> If you 'self-close' a script element in the head, the validators will not
> pick it up as a problem
> - is is well formed xml (element is self-closed) and
> - it is validly placed (correctly placed within the 'head')
>
> Most browsers will render this OK, BUT Firefox 3 WILL NOT.
> It just renders the page with nothing on it. :-(
>
> All the pages that I detected this issue were xhtml 1.0 strict, without xml
> declarations, served up as 'text/html'.
> [ Do not have time to experiment at present - up to the eyebrows in
> marking. ]
>
> Just thought I would pass it on, as it is worth a quick search of your
> webpage coding to see if you have this issue.
>
> BTW, as a Uni lecturer in Internet Technologies / Web Development I have
> seen lots of html coding problems / validation problems when students do
> things like close 'img' or 'input' elements and validators do not pick it up
> - but have not detected any problems with the script element before.
>
> Browsers are usually to  forgiving of sloppy code and will render just
> about anything, but this is an interesting change.
>
> regards
>
> Ken McInnes
> Adjuct Teaching Fellow
> Faculty of Information and Communication Technologies
> Swinburne University of Technology
> P O Box 218
> Hawthorn,  Victoria3122
> Australia
>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Centering all items in a li

2008-05-19 Thread Сергей Кириченко

Неужели никто не знает про славного Стью Николса?
anybody knows Stuart Nicholls?
He found decision long time ago!!

http://www.cssplay.co.uk/ie/valign.html


Darren Lovelock пишет:

Hi list,
 
I've been trying to find a solution that will allow me to vertically 
center all the items in a li.
 
The big problems i've got are that the li's are a non-fixed height and 
are floating to the left.
 
So that kills the negative positioning 
 
method and the table-cell 
 methods that 
I've found whilst scouring the web.
 
Does anyone know a method that I can use that doesn't involve using 
tables?
 
Any help will be greatly appreciated!
 
Regards,
 
Darren Lovelock

Munky Online Web Design
http://www.munkyonline.co.uk 
T: +44 (0)20-8816-8893
 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***begin:vcard
fn;quoted-printable:=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 =D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=
	=D0=BD=D0=BA=D0=BE
n;quoted-printable;quoted-printable:=D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=D0=BD=D0=BA=D0=BE;=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9
email;internet:[EMAIL PROTECTED]
tel;cell:+79043334625
version:2.1
end:vcard



Re: [WSG] div/span inside table cell problem

2008-04-27 Thread Сергей Кириченко

and more. for TD {white-space:nowrap;}

Naveen Bhaskar пишет:


hi,
 
I have a table like this. Each table cell has two values which has put 
inside a span. I want this two values come horizontally... now its 
coming as two lines...
 
how can i show this values in a single line. I cant set any value as 
width for the TD since its dynamically created value. the TD shouls 
stretch according to the contents...
 
pls help.
 
thanks in advance..
 



 value  value 

 value  value 

 value  value 

 value  value 




 value  value 

 value  value 

 value  value 

 value  value 




 value  value 

 value  value 

 value  value 

 value  value 




 
.price, . discount  {

 display:block;
 float:left;
}
--
navii
-
thanks and regards
Naveen Bhaskar Menon


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***begin:vcard
fn;quoted-printable:=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 =D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=
	=D0=BD=D0=BA=D0=BE
n;quoted-printable;quoted-printable:=D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=D0=BD=D0=BA=D0=BE;=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9
email;internet:[EMAIL PROTECTED]
tel;cell:+79043334625
version:2.1
end:vcard



Re: [WSG] div/span inside table cell problem

2008-04-27 Thread Сергей Кириченко

just delete {display:block;float:left;} and enjoy
maybe add {display:inline} and enjoy

Naveen Bhaskar пишет:


hi,
 
I have a table like this. Each table cell has two values which has put 
inside a span. I want this two values come horizontally... now its 
coming as two lines...
 
how can i show this values in a single line. I cant set any value as 
width for the TD since its dynamically created value. the TD shouls 
stretch according to the contents...
 
pls help.
 
thanks in advance..
 



 value  value 

 value  value 

 value  value 

 value  value 




 value  value 

 value  value 

 value  value 

 value  value 




 value  value 

 value  value 

 value  value 

 value  value 




 
.price, . discount  {

 display:block;
 float:left;
}
--
navii
-
thanks and regards
Naveen Bhaskar Menon


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***begin:vcard
fn;quoted-printable:=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 =D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=
	=D0=BD=D0=BA=D0=BE
n;quoted-printable;quoted-printable:=D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=D0=BD=D0=BA=D0=BE;=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9
email;internet:[EMAIL PROTECTED]
tel;cell:+79043334625
version:2.1
end:vcard



Re: [WSG] help with background color

2008-04-26 Thread Сергей Кириченко

sorry, too tired and too angry =(

Rick Faircloth пишет:

Chill, out... and watch the language...

Rick

  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ?? ?
Sent: Friday, April 25, 2008 3:54 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] help with background color

wtf!
wrap name in some elemnts/ and give it needed bg

wtf!

Laert Jansen пишет:


Hello everyone!

I am looking for some help here. I want to apply a background to the
names of the "clients" on my website (www.laertjansen.com
)

I did it to the text on the top ..there´s a black
background..and I want a blue bg on the client´s name but its
not working. How do I do this?

I attached an image to show what I want to do

Thanks a lot!




--
Laert Jansen
www.laertjansen.com 

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


  

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***begin:vcard
fn;quoted-printable:=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 =D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=
	=D0=BD=D0=BA=D0=BE
n;quoted-printable;quoted-printable:=D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=D0=BD=D0=BA=D0=BE;=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9
email;internet:[EMAIL PROTECTED]
tel;cell:+79043334625
version:2.1
end:vcard



Re: [WSG] help with background color

2008-04-25 Thread Сергей Кириченко

wtf!
wrap name in some elemnts/ and give it needed bg

wtf!

Laert Jansen пишет:


Hello everyone!

I am looking for some help here. I want to apply a background to the 
names of the "clients" on my website (www.laertjansen.com 
)


I did it to the text on the top ..there´s a black 
background..and I want a blue bg on the client´s name but its 
not working. How do I do this?


I attached an image to show what I want to do

Thanks a lot!




--
Laert Jansen
www.laertjansen.com 

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***begin:vcard
fn;quoted-printable:=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 =D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=
	=D0=BD=D0=BA=D0=BE
n;quoted-printable;quoted-printable:=D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=D0=BD=D0=BA=D0=BE;=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9
email;internet:[EMAIL PROTECTED]
tel;cell:+79043334625
version:2.1
end:vcard



Re: [WSG] :: Footer not resting at bottom of page ::

2008-04-21 Thread Сергей Кириченко
#wrapper {
  min-height:100%;
} is not enough
+
* html #wrapper {
  height:100%;
}
html, body{
  height:100%;
}
#footer {
  margin-top:-50px;/* margintop = -(this height)*/
}

and #wrapper around  #mastheader, #container and #secinfo, but you'll have
another problem - empty space between #secinfo and #footer

2008/4/22, Amrinder <[EMAIL PROTECTED]>:
>
>  Hi,
>
> I have problem with the footer of my website: www.awayback.com it is not
> staying at bottom of the page. Things are fine in case of low resolution
> i.e. 1024x768 but in high resolution screens (1200x1024)  footer is hanging
> mid way and not at bottom of the page.
>
> Thanks in Advance.
>
> Kind Regards
> Amrinder
> Freelance Web Designer
> www.awayback.com
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] :: Footer not resting at bottom of page ::

2008-04-21 Thread Сергей Кириченко
#wrapper {
  min-height:100%;
} is not enough
+
* html #wrapper {
  height:100%;
}
html, body{
  height:100%;
}
#footer {
  margin-top:-50px;/* margintop = -(this height)*/
}

2008/4/22, Kepler Gelotte <[EMAIL PROTECTED]>:
>
> > I have problem with the footer of my website: www.awayback.com it is not
> staying at bottom of the page. Things are fine in case of low
> > resolution i.e. 1024x768 but in high resolution screens (1200x1024)
> footer is hanging mid way and not at bottom of the page.
>
>
> Hi Amrider,
>
> I would suggest adding another  around  id="masthead">
> ...  with a min-height of 100%:
>
> div#wrapper {
> min-height: 100%;
> }
>
> This should keep the footer at the bottom of the page on short pages.
>
> Best regards,
>
> Kepler Gelotte
> Neighbor Webmaster, Inc.
> 156 Normandy Dr., Piscataway, NJ 08854
> www.neighborwebmaster.com
> phone/fax: (732) 302-0904
> 
>
>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***