Re: [css-d] Hidden HRs

2011-08-23 Thread thameera...@gmail.com
Thanks for the replies. Yes, it's quite clever coding!

On Tue, Aug 23, 2011 at 9:42 PM, thameera...@gmail.com <
thameera...@gmail.com> wrote:

> In this page -> http://trentwalton.com/examples/cowpoke/
> how has the designer introduced two lines on both sides of 'wide brim
> hats'?
> I don't seem to understand how it is done. :S
>



-- 
Sent from my iPad

http://twitter.com/thameera
http://thameera.wordpress.com
__
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 evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Hidden HRs

2011-08-23 Thread thameera...@gmail.com
In this page -> http://trentwalton.com/examples/cowpoke/
how has the designer introduced two lines on both sides of 'wide brim
hats'?
I don't seem to understand how it is done. :S
__
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 evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Vertically aligning two boxes

2011-08-16 Thread thameera...@gmail.com
That did the trick. Thanks!

On Tue, Aug 16, 2011 at 4:53 PM, Alan Gresley  wrote:

> On 16/08/2011 8:45 PM, thameera...@gmail.com wrote:
>
>> I'm a CSS noob and trying out various stuff these days. So please tell me,
>> how can I vertically align the two boxes in the following layout? (That is
>> I
>> want the right hand side box to the level of the left one)
>>
>> http://cssdesk.com/X7YYG
>>
>
>
> By floating the div.title. Try this.
>
> .title {
>  font-size:22px;
>  width:200px;
>  text-align:center;
>  /* display:inline; DELETE since floats are always display:block */
>  float:left; /* ADD */
> }
>
>
> --
> Alan Gresley
> http://css-3d.org/
> http://css-class.com/
>



-- 
Sent from my iPad

http://twitter.com/thameera
http://thameera.wordpress.com
__
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 evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Vertically aligning two boxes

2011-08-16 Thread thameera...@gmail.com
I'm a CSS noob and trying out various stuff these days. So please tell me,
how can I vertically align the two boxes in the following layout? (That is I
want the right hand side box to the level of the left one)

http://cssdesk.com/X7YYG
__
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 evolt.org -- http://www.evolt.org/help_support_evolt/