Re: [css-d] trouble with blog heading (title plus comments count)

2007-04-30 Thread Mauricio Samy Silva
Hi Silva, >thanks mauricio! it worked like a charm (see results here: >http:// dev.silvasonic.com/css-d/heading/index_02.html Glad it works! >would you mind explaning briefly what you did? you moved the >container upward by subtracting 30 pixels from its top position? i >would've never figured t

Re: [css-d] trouble with blog heading (title plus comments count)

2007-04-30 Thread newsletter / silvasonic
thanks mauricio! it worked like a charm (see results here: http:// dev.silvasonic.com/css-d/heading/index_02.html) would you mind explaning briefly what you did? you moved the container upward by subtracting 30 pixels from its top position? i would've never figured that out =) (my last name

Re: [css-d] trouble with blog heading (title plus comments count)

2007-04-30 Thread Mauricio Samy Silva
Hi Silvasonic > you can see my first attempt here (completely unfinished -- focus on > the title and the 'bubble' counter): http://dev.silvasonic.com/css-d/ > heading Add the following to your CSS: #comments { position:relative; top:-30px; ... } -

[css-d] trouble with blog heading (title plus comments count)

2007-04-29 Thread newsletter / silvasonic
hey everyone, i've been out of the 'game' for a few years now, and i'm now trying to launch a personal blog. i'm building it block by block (you can see a working comment form here for example: http:// dev.silvasonic.com/gold/comments/comments_gold.html), but i'm having a bit of a hard time