Re: [WSG] Styling Fieldset and Legend Elements

2006-03-07 Thread Nuno Gaspar
There is another example and a way of do it...It´s in portuguese my native, but if you follow the cod it´s easy, and pretty-- http://www.artideias.com



Re: [WSG] Vertical positioning of text

2006-03-07 Thread Nuno Gaspar
This was a very popular problem, there some ways to try to substitute that lack...U could see some were http://www.mail-archive.com/wsg%40webstandardsgroup.org/msg26048.html
-- http://www.artideias.com


Re: [WSG] FireFox eating Div

2006-02-22 Thread Nuno Gaspar
That´s all about float elements...

Your div id=wrapper it's not floating, it's generate and
foloow the flux of HTML, the ul#nav it's inside but it's floating it
means that´s above but the height of wrapper it is not influenced by
the float element unless they are bot floating...

You could try put both float and u will see that the height it's influenced by both elements...

This it´s the cause to FF it does not recognize the height and join the both height-- Nuno Gaspar - Designer ---http://www.artideias.com



Re: [WSG] Vertical align

2006-02-10 Thread Nuno Gaspar
2006/2/10, Roberto Santana [EMAIL PROTECTED]:



  
  


Hello!

I want to create an horizontal bar with some elements on it, some text,
a text box for searches, and date  time, just below the top part
of the page.

What's the best way to create a vertical-center content with XHTML 1.0
Strict and CSS2?

Thanks!





Hello,

that´s it's always a problem, i thing vertical-align only works with inline-level and 'table-cell' elements.



u have to deal with the padding or margin and heigh... depends of what u are using...



your text gonna start hat same nivel and you have to ajust to the text box-- Nuno Gaspar - Designer ---http://www.artideias.com