[WSG] Lists and images

2004-11-06 Thread Razvan Pop
Hello.

Here is what I'm trying to do:

I have a list, each LI contains some text and an image. Text must be
on the left, image on the right. Also the text must be vertical
aligned middle and the height and width of the images may vary.

My example: http://play.cpea.ro/css/lista.html

Is this possible or not?:)


-- 
Razvan Pop
http://web-design.insoft.ro
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] Lists and images

2004-11-06 Thread Razvan Pop
Nice solutions, but...

Lists will be generated from a database. I can't set a class for each
li or image.

That's the biggest problem.

Thank you.


On Sat, 06 Nov 2004 23:25:02 +1000, russ - maxdesign
[EMAIL PROTECTED] wrote:
  I have a list, each LI contains some text and an image. Text must be
  on the left, image on the right. Also the text must be vertical
  aligned middle and the height and width of the images may vary.
  Is this possible or not?:)
 
 Try this:
 http://www.maxdesign.com.au/jobs/css/lista.htm
 
 Not tested across many browsers but is a rough start...
 
 
 
 **
 The discussion list for  http://webstandardsgroup.org/
 
  See http://webstandardsgroup.org/mail/guidelines.cfm
  for some hints on posting to the list  getting help
 **
 
 


-- 
Razvan Pop
http://razvan.cpea.ro
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



[WSG] New website - please review www.astraroger.ro

2004-09-20 Thread Razvan Pop
Hello.

I recently finished a web site for a client. The URL is:
http://www.astraroger.ro . Please take a look at it and tell me what
you think. Don't be shy. :)
-- 
Razvan Pop
http://razvan.cpea.ro
**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



[WSG] Lists and Opera

2004-08-02 Thread Razvan Pop
Hello.

I am having some problems with lists in Opera. Looks fine in IE and Firefox.
The URL: http://work.insoft.ro/astraroger/
THE CSS: http://work.insoft.ro/astraroger/stiluri/astraroger.css

Regards,
  Razvan

http://razvan.cpea.ro
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] Problems in Firefox and IE 5.0

2004-07-01 Thread Razvan Pop
Please got to www.seoed.com with Firefox or IE 5.0.

In Firefox the content section is over the menu, if you refresh the
page it will stay where it should.

In IE 5.0 the main content section is too narrow.

The css files:
http://www.seoed.com/stylesheets/default.css
http://www.seoed.com/stylesheets/content.css
http://www.seoed.com/stylesheets/left.css
http://www.seoed.com/stylesheets/right.css

Any ideas?

I'm using position absolute, any other better options?

-- 
Razvan Pop
http://www.seoed.com
http://compliant-websites.seoed.com - Standards Compliant Websites Directory
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] 100% height columns - problems again

2004-06-28 Thread Razvan Pop
Hello.

Never managed to make left and right columns with 100% height.
Please take a look here:
http://seoed.cpea.ro/seo-terms-glossary

and tell me if you have some ideas.

CSS files:
http://seoed.cpea.ro/stylesheets/left.css
http://seoed.cpea.ro/stylesheets/right.css
http://seoed.cpea.ro/stylesheets/content.css

Regards,
Razvan Pop
http://www.seoed.com
http://compliant-websites.seoed.com - Standards Compliant Websites Directory
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] OT - why i am in digest mode?

2004-06-25 Thread Razvan Pop
Why I am in digest mode?
How I reverse back to normal mode?
Regards,
Razvan
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] OT - Standards Compliant Websites Directory

2004-06-23 Thread Razvan Pop
Hello.
I've started to build a Standards Compliant Websites Directory. A Web 
Directory where only Valid W3C sites will be accepted. What do you 
think? Should I continue?
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] height problem in firefox

2004-06-09 Thread Razvan Pop
Hello.
http://eutest.cpea.ro/contul_meu.php
Please take a look at that and maybe you can find out why the white 
background is not rendering OK in Firefox.
The CSS: http://eutest.cpea.ro/stiluri/layout.css
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] height problem in firefox

2004-06-09 Thread Razvan Pop
Thank you Susane.
Any idea how i could make the left blue column fit the height of the page?
Kindest Regards,
  Razvan Pop
Susanne Jaeger wrote:
Razvan Pop schrieb, am 09.06.04 14:36:
http://eutest.cpea.ro/contul_meu.php
Please take a look at that and maybe you can find out why the white 
background is not rendering OK in Firefox.
The CSS: http://eutest.cpea.ro/stiluri/layout.css

#main doesn't have any non-floating and hence height relevant content. 
You might try adding some clearing element at the end of #container, 
after #main or just add float: left to the definition of #container.
I tried this via edit-styles bookmarklet in Mozilla and it works, I 
think there shouldn't be any problems with other browsers, but check.

Have a look at Eric Meyer's Containing Floats article to understand 
what's happening. 
http://www.complexspiral.com/publications/containing-floats/

HTH
Susanne
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
*

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] www.seoed.com - Please review

2004-06-08 Thread Razvan Pop
Hello.
http://www.seoed.com/
Please take a look at my site and tell me what you think. :)
I would like some more opinions regarding usability and accessibility.
I look forward for your feedback. Site in 90% finished.
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] www.seoed.com - Please review

2004-06-08 Thread Razvan Pop
Mike Foskett wrote:
Rarvan,
Two quick points:
1. Please use % or ems for stating font-size.
2. Please separate adjacent links with a printable character.  Or recode them as a 
list.
 

You are talking about the bottom navigation?
Nice site keep it up.
mike 2k:)2

-Original Message-
From: Razvan Pop [mailto:[EMAIL PROTECTED] 
Sent: 08 June 2003 16:48
To: [EMAIL PROTECTED]
Subject: [WSG] www.seoed.com - Please review

Hello.
http://www.seoed.com/
Please take a look at my site and tell me what you think. :)
I would like some more opinions regarding usability and accessibility.
I look forward for your feedback. Site in 90% finished.
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 

 

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] What Editors do you guys use?

2004-06-06 Thread Razvan Pop




I use jEdit. Has FTP and SFTP support. Lots and lots of plugins
to install.

helmut wrote:

  What CSS/XHTML/HTML editors do you guys use for hand coding and testing?




*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 

  






Re: [WSG] Css problems..

2004-06-03 Thread Razvan Pop
Your site has some errors. Try to fix them first.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.comune.castelnuovo-berardenga.si.it%2Fcharset=%28detect+automatically%29doctype=Inlineverbose=1
--
Razvan Pop
http://alegeri-locale.stockapplets.com/2/alegeri-locale-2004.html
Befree wrote:
Hi,
i've a problem with Mozilla that i can't resolve.
In this site (www.comune.castelnuovo-berardenga.si.it) Mozilla display
a white line under the top banner and i can't understand why.
anybody can help me?
thanks,
bye.
Vince
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
*

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] Help validating a Counter script

2004-06-02 Thread Razvan Pop
Hello.
http://alegeri-locale.stockappletsocale-2004.html 
http://alegeri-locale.stockapplets.com/2/alegeri-locale-2004.html

We are having a SEO Contest.
I am the only one who cares about Standards and Tableless design an I 
want to show the other guys the real power of standards.

Problem is I have to use a Counter from Cqcounter.com which has a nasty 
script. I would like some help in order to make the page Valid XHTML 1.0 
Strict. I've tweaked it a little, but I don't know what else to do to 
make it Validate.

Kindest Regards,
Razvan Pop
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] Help validating a Counter script

2004-06-02 Thread Razvan Pop
Check this:
http://validator.w3.org/check?uri=http://alegeri-locale.stockapplets.com/2/alegeri-locale-2004.html
Any other ideas?
Bert Doorn wrote:
G'day
A couple of hints...
1. Close the meta tags:
   meta name=description content= /
   meta name=keywords content=. /
2. Escape the forward-slashes (/) in the counter script:
   img src=\http:
http:\/\/1ro.cqcounter.com\/cgi-bin\/c?_id=razvan_z=0_r=
\/\/1ro.cqcounter.com\/cgi-bin\/c?_id=razvan_z=0_r=+
See how you go after that.
Regards
--
Bert Doorn, Better Web Design
[ www.bwdzine.net | www.betterwebdesign.com.au ]
Fast-loading, user-friendly websites 

 

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] Help validating a Counter script

2004-06-02 Thread Razvan Pop
Thank you Bert!
It Worked.
Bert Doorn wrote:
G'day again
 

Check this:
   

http://validator.w3.org/check?uri=http://alegeri-locale.stockapplets.com/2/
alegeri-locale-2004.html
http://validator.w3.org/check?uri=http://alegeri-locale.stockapplets.com/2/a
legeri-locale-2004.html
 

Any other ideas?
   

Yep.  As the validator says:
a href= http://cqcounter.com/?_id=razvan_lo=ro
http://cqcounter.com/?_id=razvan_lo=ro;
The mentioned element is not allowed to appear in the context in which
you've placed it; 
the other mentioned elements are the only ones that are both allowed there
and can contain 
the element mentioned. This might mean that you need a containing element,
or 
possibly that you've forgotten to close a previous element. 

So..  wrap the link in a block level element, such as p or div.  As it is,
the link sits directly indise the body element.
diva href= http://cqcounter.com/?_id=razvan_lo=ro
http://cqcounter.com/?_id=razvan_lo=ro;/div
(Or wrap the whole counter script in a div as this error appears more than
once in that section).
Tackle the errors one at time, starting from the top, since fixing the first
error will often fix others that follow :-)
Regards
Bert




 

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] Padding problems in IE

2004-06-02 Thread Razvan Pop
I have a weird problem with IE. It's not showing the padding for images. 
Works fine in Opera and Firefox.

URL: http://alegeri-locale.stockappletsocale-2004.html 
http://alegeri-locale.stockapplets.com/2/alegeri-locale-2004.html

CSS
img.cadru {
padding: 10px;
border: 1px solid red;
background-color: #FF;
margin: 15px;
margin-left: auto;
margin-right: auto;
display: block;
}
HTML
img src=images/traian_basescu.jpg class=cadru alt= /
Thank you!
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] Padding problems in IE

2004-06-02 Thread Razvan Pop
It's fixed now. XHTML 1.0 Strict doesn't not work with padding for 
images in IE.

[EMAIL PROTECTED] wrote:
All appears fine in IE6/Win.
Andy.
 

I have a weird problem with IE. It's not showing the padding for images. 
Works fine in Opera and Firefox.

URL: http://alegeri-locale.stockappletsocale-2004.html 
http://alegeri-locale.stockapplets.com/2/alegeri-locale-2004.html

CSS
img.cadru {
padding: 10px;
border: 1px solid red;
background-color: #FF;
margin: 15px;
margin-left: auto;
margin-right: auto;
display: block;
}
HTML
img src=images/traian_basescu.jpg class=cadru alt= /
Thank you!
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 


   

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 

 

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] Help - tableless design with 2 colums

2004-05-26 Thread Razvan Pop
Hello,
Please go to http://www.seoed.com/index.php
I'm trying to position 2 divs. The Main div and the right column div.
They should look like here: http://play.cpea.ro/screen/seod.gif
I had a hard time with the menu. Took me an hour to make it work in IE, 
Firefox and Opera.

This is giving me a headache. Any feedback/suggestions would be appreciated.
The css: http://www.seoed.com/styles/seoed.css
Thank you.
Please check it with Firefox and Opera also
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] height problem

2004-05-19 Thread Razvan Pop
Hello.
I am working on an e-commerce site. It is not tablesless. :)
I have some problems in Mozilla and Firefox.
Please go here: http://www.insoft.ro/imprimante/1
Scroll down and look at the column containing the left menu. There is 
some white space. Any ideas how i can fix it? So it reaches the bottom 
of the page?
--
Web Developer  SEO http://razvan.cpea.ro
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] Hi I'm new here

2004-05-19 Thread Razvan Pop
Hello and welcome.
--
Web Developer  SEO http://razvan.cpea.ro
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG]

2004-05-17 Thread Razvan Pop
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] CSS support table?

2004-05-17 Thread Razvan Pop
!!blue wrote:
Hi all,
Where can I find some sort of table that lists the CSS attributes and the
browsers that support each attribute?
I've found a few here and there, for example:
-- www.westciv.com/style_master/academy/browser_support/basic_concepts.html
or
-- www.w3schools.com/css/css_reference.asp
are there any others I should be looking at?
 

Not really. Those should be enough.
thanks,
Zulema
· · · · · · · · · · · · · · · · · · · · · · · · ·
Z u l e m a  O r t i z
w e b  d e s i g n e r
email : [EMAIL PROTECTED]
website : http://zoblue.com/
weblog : http://blog.zoblue.com/
· · · · · · · · · · · · · · · · · · · · · · · · ·
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 

 


--
Web Developer  SEO Razvan Pop http://razvan.cpea.ro
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] 100% height div

2004-04-01 Thread Razvan Pop
Hello.
http://razvan.cpea.ro/v3/
Please take a look at my site. I'm trying to set the left div (pink one) 
to height 100%. I've been doing this for 2 hours and i'm getting mad. :)
You can see the CSS file at http://razvan.cpea.ro/v3/style/v3.css

Thanks you.

--
*Kindest Regards,
   Razvan Pop
Web Designer and Developer* 

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] 100% height div OT

2004-04-01 Thread Razvan Pop
Darian Cabot wrote:

You have the leftDiv inside MainDiv. leftDiv is 100% height... Just...
100% height of mainDiv (it's parent). You'll need to set mainDiv to 100%,
whatever height mainDiv is, leftDiv will follow in your setup.
Hope that helps!

Oh by-the-way, you have an awesome name ;)

 

Razvan Pop is an awesome name? Hahahha :)
My country has 21 milion population and 90.000 have the name Pop. :)
Regards,

Darian Cabot
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Cabot Consultants Pty Ltd
Software Engineer / Website Design
http://www.cabotconsultants.com.au
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 

Hello.
http://razvan.cpea.ro/v3/
Please take a look at my site. I'm trying to set the left div (pink one)
to height 100%. I've been doing this for 2 hours and i'm getting mad. :)
You can see the CSS file at http://razvan.cpea.ro/v3/style/v3.css
Thanks you.

--
*Kindest Regards,
   Razvan Pop
Web Designer and Developer*
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
*
   

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 

 



--
*Kindest Regards,
   Razvan Pop
Web Designer and Developer* 

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] W3C standards in Denmark

2004-03-15 Thread Razvan Pop
David McDonald wrote:

From the WASP website:

http://www.webstandards.org/buzz/archive/2004_03.html#a000305

Soren Johannessen of Denmark undertook the task of surveying how
many governmental, national, municipal authorities follow the W3C
Standards for HTML/XHTML markup in Denmark
 

Hey, I'm thinking of doing the same thing here in Romania. I don't 
expect better results.

Some of the results can be found here:

http://www.ae35-unit.dk/standard/english.html

Regards,

David McDonald
Regards,
David McDonald
Web Designer
http://www.davidmcdonald.org
*
The discussion list for http://webstandardsgroup.org/
* 

 



--
Kindest Regards,
   Razvan Pop.
Web Developer
*
The discussion list for http://webstandardsgroup.org/
* 



Re: [WSG] new to css and WSG

2004-03-12 Thread Razvan Pop
That won't work Simply ataching the stylesheet does nothing.

Sandra Woods wrote:

Thanks Sandy
come and play on the board
http://www.artgally.com
Come and see the art show
http://www.artgally.com/cswart
Come and see the poetry show
http://www.artgally.com/cswpoetry


I am really new to CSS just having purchased Style Master 3.5 I have a
question please don't laugh. If I use one of the templates that come
with Style Master and link it to my html page then I use the html page
do I just put the text into the html page and the css style sheet takes
care of the rest? I have been working on just doing the tutorials and it
supplies text that I have just changed to my own. So that is why the
question. I was in particular think of the two column with the
navigation bar. Ok as I said I am very new to CSS. 
Thanks so much for any help you can give

Sandy Woods
Please come and play on the board
http://www.artgally.com


*
The discussion list for http://webstandardsgroup.org/
* 

 



--
Kindest Regards,
   Razvan Pop.
Web Developer
*
The discussion list for http://webstandardsgroup.org/
*