Re: [css-d] :: makeready ::

2009-12-22 Thread Luis Speciale
Hi David

White is better. And the second About (vertical) why ?

body {
-x-system-font:none;
font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size:100%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.425;
position:relative;
}
sisu.css (ligne 31)

#t1 {
float:right;
padding-top:65px;
width:71%;
}

Cordially

Luis


David Laakso a écrit :
 I'd appreciate your comments and suggestions on this site.
 http://chelseacreekstudio.com/

 Best,
 ~d
 __
 css-discuss [cs...@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-discuss [cs...@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] Site check imprimerie-salfati.fr

2009-07-30 Thread Luis Speciale
Hi :

Thanks in advance for all those who can or will take a few moments to 
see how it works in yours browsers.

I'm thinking too to redesign the whole site (well, its not a great site, 
only a few dynamic pages with a CMS system, SPIP) using Tripoli

http://devkick.com/lab/tripoli/

Has someone experienced it ?

Cordially

Luis


__
css-discuss [cs...@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] Site check please...

2009-04-17 Thread Luis Speciale
Michael Beaudoin a écrit :
 I'm fleshing out a new site. I thought I'm doing this is as simple a  
 manner as possible to not induce any anomalies, but I'm having some  
 issues.

 What I can see off the bat...

 - In Safari, the logo on the right doesn't show (it does in Firefox   
 IE)
   
This one ?

background-image:url(file:///Terminator/Users/badoyn/Desktop/Projects/Simmons%20Design/Meeks%20Site%20v2/website/images/mdg_logo_topright.gif);

The path should be something like that

background-image:url(images/mdg_logo_topright.gif);

I guess you have included this image with a soft like Dreamweaver and 
you forgot to give a relative path

 - I've put the large type (our firm) at then end and using positioning  
 tried to make it place over the photo. Good to an extent. In Firefox  
 it seems to be positioned correctly, but in Safari/IE, it's closer to  
 the bottom of the image. Also, there seems to be a large space under  
 the photo I can't seem to understand why. It happened when I started  
 to position the large type.
   
In Opera your text wraps in 2 lines. Try  something like this

#container #imageArea .largeText {
color:#FF;
display:block;
font-family:Helvetica,Verdana,Arial,sans-serif;
font-size:128px;
font-weight:bold;
float: right;
position:relative;
top:-120px;
}

Luis
__
css-discuss [cs...@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] drop down menus/flash

2008-10-14 Thread Luis Speciale
Ed Pybus a écrit :

http://www.communitymx.com/content/article.cfm?cid=E5141

Hope it helps


Luis
 Hi,

 Can anyone help me get my dropdown menus coming down in front of a flash 
 player rather than behind it?

 http://www.slrecords.net/test_videos.php

 CSS here

 http://www.slrecords.net/css/master2.css

 This is my first website so and other comments/improvements/criticisms 
 welcome.

 Thanks,

 Ed


 __
 css-discuss [EMAIL PROTECTED]
 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-discuss [EMAIL PROTECTED]
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] HT Conditional CSS

2008-09-11 Thread Luis Speciale
Hi ;

Looking for a way to make Opera behave in a certain manner, I googelised
this

http://conditional-css.com/

Did you know about that ?

Cordially

Luis


__
css-discuss [EMAIL PROTECTED]
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] Suckerfish Menu Over Flash

2008-01-07 Thread Luis Speciale
Matt a écrit :
 How can I make Suckerfish menu to appear over expanding flash ad?

 In general if the flash movie ad is static (does not expand)it works fine.

 When the flash ad is expanding the menu is hidden underneath it.
   


http://www.communitymx.com/content/article.cfm?cid=E5141

Hope it helps ;)

Luis



__
css-discuss [EMAIL PROTECTED]
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] CSS Drop Shaow for Div techiques

2007-12-20 Thread Luis Speciale
ROHITKUMAR a écrit :
 There is a technique at 
 http://webcharkha.blogspot.com/2007/10/these-days-when-there-are-innumerable.html
  
 ,  which shows drop shadows, rounded corners and fluid design in CSS 
 without the use of javascript.
I had invented the wheel again ;) Noy yet, really. I'm still needing a 
fix for a div for IE

http://www.nortours.info/spip.php?rubrique1


 Karen Davis wrote:
 I'm wanting to add a drop shadow around a contentWrapper div and 
 would like to know which technique is superior.

 Any links to preferred tutorials would also be appreciated, as well 
 as reasons for the recommendations.

 Thanks very much.
 __
 css-discuss [EMAIL PROTECTED]
 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-discuss [EMAIL PROTECTED]
 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-discuss [EMAIL PROTECTED]
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] Little help with IE (site check, in fact)

2007-12-12 Thread Luis Speciale
Hello ;

Happy day to anyone.

I'm running out of time, that's the reason why I bother the list. If I
should have more time I would try to fix all this by myself with my
friend Google,
but I can't. It's for yesterday. It's not laziness.

I'm still having some problems with IE6 and I can't see the solution.

1) Shadows in an empty div

No matters what I do, I'm unable to make an empty div to vertically fit
the parent's height.
If you see it in FF, it's OK and even in IE 5 it works ! What is this ?

2) Fixed position
With the footer. It just don't works as expected.

There is also a problem with some tables in the articles pages (I'm
working with a CMS, SPIP) It looks well but it's a dirty code. But don't
look at this. I will fix it as soon as I can.
And, of course, If you have any suggestion, comment, idea…

Well, here it is

http://nortours.info/

If you try to validate the page, pleas consider that the following
problems have been solved in local
- mask()
http://nortours.info/nortours/structure.css: Not Found
http://nortours.info/nortours/typographie.css: Not Found
http://nortours.info/nortours/elements.css: Not Found
http://nortours.info/nortours/csshover.css: Not Found

Thank you in advance for read me.

Cordially

Luis



__
css-discuss [EMAIL PROTECTED]
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] CSS with flash

2007-10-22 Thread Luis Speciale
Terry O'Leary a écrit :
 Hi all

 Dont shout if this is not a CSS problem but a flash one as i'm a
 little unsure. I have a flash banner that is L shaped and i have set
 the background to transparent using wmode. The Div is have containing
 the text nicely nestles in the bend of the L on IE7 and firefox but
 IE6 treats the flash as a block element and buts the text div out,

 can anyone suggest something?

 example http://www.design-portfolio.co.uk/helius/about/

 thanks in advance

   

Not a solution, but an idea maybe.
Why don't you made two Flash ? One of 600x 200 and one of 207x200 px ?

Cordially

Luis

__
css-discuss [EMAIL PROTECTED]
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] Transparent div with opaque text.

2007-09-01 Thread Luis Speciale
Dermot Ward a écrit :.
 Is it possible to have a semi - transparent box within a div, that 
 allows the containing
 div's content to partially show through the box, while the box retains 
 full text opacity

You can make it with a square gif (you need Photoshop or another 
similar) of 2x2 pixels, where pixels
will be alternatively transparent an the others the colour you want.
I mean this, where | C | is a coloured pixel and | T | a transparent one.

| C | T |
| T | C |

Then you put this image as background image for your div and that's all.


Hope it helps.

Cordially

Luis




__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE7 and Mac site check please

2007-07-13 Thread Luis Speciale
Gary Benson a écrit :
 or Mac browsers to check I didn't introduce anything new.
   

Hi Benson

#navBar {
float: right;
margin-top: -7px;
padding-left: 10px;
padding-bottom: 10px;
width: 100%; /*To push content wrap*/
text-align: right;
}

#contentWrap {/*So content wrap don't needs clear*/
}

.topRightPhoto { /*And topRightPhoto appears correctly in IE Mac*/
float: right;
margin-bottom: 15px;
margin-left: 15px;
position: relative;
}

Hope that helps

Cordially

Luis

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site check please

2007-07-11 Thread Luis Speciale
Gary Benson a écrit :
 Hi all,

 Could I trouble you for site check of http://www.relaxshiatsu.co.uk/
 please?  I use Firefox on Linux so Windows and Mac checks are
 especially welcome, as are any general comments and suggestions you
 may have.

 If it helps, this is what I see when I look at it:

   http://www.relaxshiatsu.co.uk/links/70f13fd1.png

 Thanks in advance,
 Gary
   
Looks well in all Mac browsers excepts Internet Exploder. Maybe

.topRightPhoto {form.css (line 49)
float:right;
padding-bottom:15px;
padding-left:15px;
}

needs a relative position ?

Anyway the text goes after this div.

By the way, why you use zoom ? Sorry, but I don't understand.

#findOutMore {
  zoom: 1;
}

Cordialement

Luis


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] CSS Menu not Layering over Flash

2007-07-10 Thread Luis Speciale
Echo Schmidt a écrit :
 I have a CSS Menu that is not layering over Flash.  I tried using the
 wmode preference and that fixed it in IE but the CSS is still layering
 behind the flash in Firefox.  Does anyone know what the fix might be?

   
As far as I know an object (Flash) will always on top, I mean that no 
matter where you place it, and the no matter which z-index you give to 
the others elements, it will be always on top.

Then I found this

http://www.communitymx.com/abstract.cfm?cid=E5141

but i did not try it yet

Hope that helps. But if you find the solution, please let me know.

Thanks

Luis

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] page check :: ~dL

2007-07-08 Thread Luis Speciale
~davidLaakso a écrit :
 A page check with with whatever you are running is appreciated.
 http://www.chelseacreekstudio.com/ca/ct1/
   

Hi

Mac OS X
Firefox 2.0.0.4 and the geckos (Mozilla, Netscape)
#secondary img.rht {index.css (line 465)
display:block;
float:right;
margin:6px 3% 3px 0pt;   / Why ? In some cases text could touch your 
image, margin:3px; should not be better?
max-width:95%;
}

Safari
The last li don't touch the right border. Why ? I don't know. Maybe it 
needs some width ?

.menu li a.c6:hover, .menu li a.c6:active {index.css (line 315)
background-color:#660033;
border:3px double #FF;
color:#FF;
}
.menu li a.c6:link, .menu li a.c6:visited {index.css (line 309)
background-color:#94854F;
border:3px double #FF;
color:#FBFFDB;
}
.menu li a {index.css (line 241)
border:3px double #FF;
display:block;
margin:0pt 1%;
padding:3px 0pt;
text-decoration:none;
}

Inherited fromli

.menu ul li {index.css (line 232)
font-family:HelveticaNeue,'Helvetica Neue','Luxi 
Sans',Helvetica,Verdana,sans-serif;
font-size:110%;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

Opera 9.01
Same as Safari and the woman has a great right margin
#primary img.rht {index.css (line 401)
display:block;
float:right;
margin:6px 6% 3px 1%;
max-width:95%;
}

iCab (I know, only the author and I we use it)
TPLITC TODAY  The T of TODAY comes over the C of TPLITC

IE Explorer Mac did not find the CSS

And last a æsthetics opinion topnav could have the same background than 
header ?

#topnav {index.css (line 35)
background-color:#CCC473;
color:inherit;
left:0pt;
position:absolute;
top:0pt;
width:100%;
}

Hope it helps

Cordialement


Luis

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Worth the candle?

2007-03-02 Thread Luis Speciale
Thanks. Really. I'm trying to understand what you did and why. I took 
the freedom to mention this in my site, hoping you'll agree.
Last, but not least : thanks to the list !-)

Luis

Gunlaug Sørtun a écrit :
 Pretty good, but you're using the wrong centering method. Page
 disappears beyond left window-edge on narrow windows, which means that
 part is out of reach.

 Since you're that close, I've made a copy, upgraded the doctype and
 adjusted it all a bit...

 HTML: http://www.gunlaug.no/tos/alien/test_07_3202.html
 XHTML: http://www.gunlaug.no/tos/alien/test_07_3202.xhtml
 CSS: http://www.gunlaug.no/tos/alien/basic003.css

 ...just to make sure it is _really_ worth the candle :-)

 A few changes in the source-code, and some more substantial ones in the
 stylesheet.

 - It centers and nothing gets lost - important.
 - It adheres to a 'Strict' doctype - important
 - It follows the rules for XHTML served as either 'text/html' or the
 more proper 'application/xhtml+xml' - which it should if it is to be
 called XHTML, regardless of how it's actually served.


 Note: It's quite possible to create something without actual hacks, but
 I don't think it is possible to create many layouts without some kinds
 of workarounds - not yet.

 Your use of a 'Transitional' doctype is a workaround, and the fact that
 you omitted the 'xml-declaration' is another.

 Generally:  if you decide to omit the 'XML declaration' you should
 choose either UTF-8 or UTF-16 as the encoding for the page.
 Although probably nobody will notice the difference, it is better to do
 it right. The often mentioned box-model problems are not real
 problems (IMO), and are easily corrected in CSS.
 Some more on the subject here...
 http://www.w3.org/International/articles/serving-xhtml/Overview.en.php

 I prefer to go into CSS3 to make it work, rather than using HTML
 attributes that aren't allowed in 'Strict' - image-borders for instance.
 Seems like a minor issue, but 'Transitional' wasn't meant to be used for
 new documents - only for temporary upgrading of old ones. Since you're
 learning and working on a new layout, you might as well get these minor
 details correct from the start.


 regards
 Georg


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Worth the candle?

2007-02-28 Thread Luis Speciale
Hello ;

I’m trying to conceive a simple layout with no workarounds or hacks, to 
see how far it stands.
First of all, to learn. And later, to use it as the start for a layout 
for SPIP.
http://www.spip.net/en

I will be happy to hear (to read) your comments, if appropriate !-)

http://luis-speciale.net/centre.html

http://luis-speciale.net/css/basic.css

Thanks in advance

Luis

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] It works!!! swf priorities over css drop down menus

2006-10-17 Thread Luis Speciale
Melissa Meyer a écrit :

It does not work in Safari. Safari thinks that the swf is allways on 
top, no matter which Z index you give to your menus. I'ts a Safari 
limitation or bug.
I had the same problem and the only solution I found is to place my 
menus under the swf.
If you find a solution, let me know.

Luis


 I got it to work in IE/Win and FF/Mac. The menus act funny in Safari/mac
 though. If anyone has any ideas as to why I would appreciate suggestions,
 but I am grateful for help I received so far!

 http://www2test.ku.edu/~kueafin/index.shtml

 Melissa

 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

   

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] suckerfish dropdown safari problem

2006-10-05 Thread Luis Speciale
Ben Manson a écrit :
 Hi All,

 I am having trouble with my drop down menu in Safari (v2.0.4) and am  
 hoping someone can help. It was built based on the son of suckerfish  
 menu at htmldog. It works fine in FF and IE but Safari is adding  
 extra pixels to the drop down width when you hover over drop down links.

 The page in question is at http://www.smartpath.com.au/indexNew.php

   
I think that the problem is the four grey (hover orange) boxes and it's 
a similar when you uses swf files.
Safari thinks that flash is always on top and he forgets to redesign the 
page when you mouse out the zone.

When I roll over first

CASE STUDIES

and then I rollover

PARTNERS

CASE STUDIES stays in orange, because he thinks I'm over or he did not 
understand that I moved my mouse.

Tell me if I'm right or wrong.

Luis


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Opinions

2006-10-04 Thread Luis Speciale
Hi ;

I'm working on a site

http://box.ad-rh.com/adrh/

and I would like to know what experts think.
I'ts my (totally) first site.
Any comments or suggestions will be apreciated.

Thanks in advance.

Luis




__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Opinions

2006-10-04 Thread Luis Speciale
Christian Heilmann a écrit :
 That looks very nice. I am a bit confused about the navigation though.
I am a bit confused too !-)

 What is the point of repeating the main navigation on secondary pages
 on the left rather than showing the second level menu?

It tries to be a breadcrumb. But I'know that it do not works like I want.
As I begin to understand, designing sites i'ts more complicated than 
print design
because you must think also about time or path of the visitor !-)

Thank you for your feedback.

Luis
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Fwd: Opinions

2006-10-04 Thread Luis Speciale
Christian Heilmann a écrit :
 A beautiful first effort. Amazing if this is your first css site. Validates,
 clean, great!
 
I'ts my first *total* site. I mean I did all : design, CMS integration, 
CSS...

 yep. The only problems I have is:

 - Resizing the font twice makes the left column hop to the right
   

 On secondary pages you repeat the main
 navigation in the left hand column instead of showing the secondary
 menu.
   

A secondary effet of the BAD breadcrumb-like, I think. I suppose that 
the unordered list explodes because I use a fixed width.
A wrong solution brings more problems. I think that I have to think it 
again.
 - The menu flow is odd. 
Which one ? The horizontal or the vertical ? I'm working on a Mac and I 
look the site with IE on Virtual PC.
As I can see the horizontal menu works fine.
 - CSS only dropdown menus are just not accessible
   
I think you mean that someone, in some case, will loose the secondary 
elements ? I'm afraid I dont understand as well as I should.

Thank you for your answer.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Opinions

2006-10-04 Thread Luis Speciale
Raoul Snyman a écrit :

 Let me just warn you that there are a couple of people on this list who
 are less than nice when it comes to sites. Don't worry about what they
 say, they're just being normal... I think there's something wrong with them.
   
I'm not afraid !-)
 Anyways... back to your site...

 it doesn't seem to be loading the stylesheets... :-(
   
A question of laziness. I put the CSS twice because I get the CSSs paths 
via a PHP variable. I will remove that for the release.
 also, it might be worth your while to look at this article:
 http://www.websitewriters.co.za/xhtml/2006-03-28/the-long-lost-multi-column-layout/
   
I did it. As I can understand, it talks about accessibility. I need to 
read it again. This week-end may be.
 Hope this helps!
   
I'ts great to hear about your work when you work alone as I do. Opens 
your mind.

Thanks
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Fwd: Opinions

2006-10-04 Thread Luis Speciale
Christian Heilmann a écrit :

 Long explanation here: http://www.wait-till-i.com/index.php?p=327

   
Something more to read this weekend !-)

Thanks, Christian
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Some questions about validation others

2006-09-08 Thread Luis Speciale
Dear list members :
That’s my first post, so I present myself. My name is Luis, i’m 
Argentine and I live in Paris.
I’m a graphic designer and I made some Web sites too. I use a Mac and 
Firefox with Tidy and others extensions and have some browsers to 
compare (Safari, Opera, IE, iCab, and the Mozillas). I use to look too 
my pages with IE on Virtual PC, to see how he kills me.
I’m working now on a site and I have some questions.

http://box.ad-rh.com/admp/


By order :

First :
I’ cant find where the validator finds this error
Target: http://box.ad-rh.com/admp/
Please, validate your XML document first!
Line 332
Column 130
Element type img must be followed by either attribute specifications, 
 or /.
But my page validates in the markup validation service. Enigma.

Second :
When I examine my css files BBEdit says me that I have no background 
color in divs and uls, why ? Its mandatory ?

And last :

Here

http://box.ad-rh.com/admp/spip.php?article1

if the left column grows (I mean if it has more items) the text of the 
second column loses position and touch the orange box at right.

Thank you very much by advance

Luis

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Some questions about validation others

2006-09-08 Thread Luis Speciale
Luis Speciale a écrit :
 First :
 I’ cant find where the validator finds this error
 Target: http://box.ad-rh.com/admp/
 Please, validate your XML document first!
 Line 332
 Column 130
 Element type img must be followed by either attribute specifications, 
  or /.
 But my page validates in the markup validation service. Enigma.

   
I answer myself for the first problem. It was an oddity created by the 
CMS. I solved.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/