Re: [css-d] Top Level Images help in Son of Suckerfish needed

2005-11-24 Thread Christian Montoya
On 11/24/05, cFA <[EMAIL PROTECTED]> wrote: > Hey everyone, I was goin good with my son of suckerfish until the client > wanted images in the top level. Here is a test page of the code im working > on, its really starting to get over my head now and I could use some help in > a major way if someone

[css-d] Page check

2005-11-24 Thread Tamara Jackson
http://www.meetup.stpwebhosting.com/walktalk/index.html I've tested this page on Windows in IE6, FF 1.0.7 and Opera 8.5. I'm looking for checks in any browser on any platform. Ignore the yucky google ads and the hosting ads at the end of the page :) Thanks :) Tammy ---

Re: [css-d] site check please - navigation

2005-11-24 Thread Adie Hart
Just to say thanks all for the feedback, I've emailed you privately and will try all your suggestions. Cheers, Adie -Original Message- From: David Laakso [mailto:[EMAIL PROTECTED] Sent: Thursday, November 24, 2005 11:43 PM To: Adie Hart Cc: css-d@lists.css-discuss.org Subject: Re: [css-

[css-d] Top Level Images help in Son of Suckerfish needed

2005-11-24 Thread cFA
Hey everyone, I was goin good with my son of suckerfish until the client wanted images in the top level. Here is a test page of the code im working on, its really starting to get over my head now and I could use some help in a major way if someone can spot how to fix it. its gotta be IE5+ compat. (

Re: [css-d] Aligning text in same line

2005-11-24 Thread Gunlaug Sørtun
Lst Recv wrote: > Right now, it looks great in Firefox and Opera. IE is still doing > two funny things: > > 1) Adding a giant chunk of whiteness, where the background image is > not showing. Add: #top {width: 100%;} > 2) Shifting the man's head over a few pixels, so that it doesn't line > up

Re: [css-d] Aligning text in same line

2005-11-24 Thread Lst Recv
Thanks, Holly, fixing the selector solved both bugs! I see what you mean about needing the actual, noncondensed URL. Could you - or anyone - explain, though, why the initial version - which mistakenly put a float:right on the logo image but no float:left on the picture of the man ("dude") produc

Re: [css-d] almost there, can i have a site check please

2005-11-24 Thread David Laakso
Mark Mckee wrote: >http://www.soddengecko.com >i am getting there slowly. can you guys give me a site check please. >preferably in IE6 on windows as i know there is a few issues i am unable >to resolve and Opera for windows. > ark, xp_sp2::ie/moz/opera The forum table width is breaking this page

Re: [css-d] Three parallel blocks and text wrapping

2005-11-24 Thread Mário Gamito
Hi Schalk, Thank you for your answer. The second option works great, but not the first. Thanks again. Warm Regards, Mário Gamito Schalk wrote: > Mário Gamito wrote: > >> Hi, >> >> How can i make three parallel blocks (or one sub divided into three) >> with each block having fixed dimensions a

Re: [css-d] almost there, can i have a site check please

2005-11-24 Thread Schalk
Mark Mckee wrote: > http://www.soddengecko.com > > i am getting there slowly. can you guys give me a site check please. > preferably in IE6 on windows as i know there is a few issues i am unable > to resolve and Opera for windows. > > thanks in advance > > Greetings Mark Looks fine to me in I

Re: [css-d] Three parallel blocks and text wrapping

2005-11-24 Thread Schalk
Mário Gamito wrote: > Hi, > > How can i make three parallel blocks (or one sub divided into three) > with each block having fixed dimensions and the text inside each other > wrapping ? > > > Greetings Mario I think what you are after is this: XHTML Some text Some text Some text C

[css-d] almost there, can i have a site check please

2005-11-24 Thread Mark Mckee
http://www.soddengecko.com i am getting there slowly. can you guys give me a site check please. preferably in IE6 on windows as i know there is a few issues i am unable to resolve and Opera for windows. thanks in advance -- Mark... http://www.soddengecko.com ___

[css-d] Three parallel blocks and text wrapping

2005-11-24 Thread Mário Gamito
Hi, How can i make three parallel blocks (or one sub divided into three) with each block having fixed dimensions and the text inside each other wrapping ? Something like this: | | | | |This is the first|This is the second|This is the third|

[css-d] CSS Parser

2005-11-24 Thread Will Barker
Has anyone else used CSS Parser (formerly Steady State CSS2 Parser). And in particular the parseStyleDeclaration() method. The SAC API documentation defines this method as: Parse a CSS style declaration (without '{' and '}'). However it seems that in order to use the CSS Parser to parse a style

Re: [css-d] Duplicate properties

2005-11-24 Thread Christian Montoya
It can, and the last declaration will be used. -- -- Christian Montoya christianmontoya.com ... rdpdesign.com ... cssliquid.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- ht

[css-d] Duplicate properties

2005-11-24 Thread Will Barker
Can a CSS selector have a group of properties, contained within which is the same property defined twice? For example - as you can see the text-decoration is defined multiple times. If it is allowed, and they contain different values, which should be adopted? .heading1 { display: block;

Re: [css-d] Rounded corners

2005-11-24 Thread Neal Watkins
Those corners use javascript - (they are nice though and I am not neccessarily anti-javascript) but there arer many straight css solutions: http://css-discuss.incutio.com/?page=RoundedCorners Quoting Joe Huggins <[EMAIL PROTECTED]>: > Here is a good article on rounded corners: > > http://pro.h

Re: [css-d] Rounded corners

2005-11-24 Thread Joe Huggins
Here is a good article on rounded corners: http://pro.html.it/articoli/id_599/idcat_31/pag_1/pag.html Reynier Perez Mira wrote: > It's possible to show a DIV with rounded corners? All of them topleft, > topright, bottomleft, bottomright ?? Where I can found a good tutorial or > help for do this

Re: [css-d] Is this possible?

2005-11-24 Thread Mindy
I have addressed all of your (Jesper's) comments below – the green bar now looks proper in all apps! However... when I close the birdseed div above the contents (before it closed after the contents div) it causes the sidebar to drop below the content div on the left hand side of the page. This does

[css-d] Problems with DIV

2005-11-24 Thread Reynier Perez Mira
See this style #divMainContainter { width: 760px; margin: 10px auto; color: #333; background-color: #686a69; border: 1px solid gray; line-height: 130%; } #divLeftNav { float: left; width: 160px; margin: 0; padding: 1em;

Re: [css-d] Problems with width

2005-11-24 Thread Mário Gamito
Hi Schalk, Thank you for your answer. I did what you've told, but the site's just "went down" 10 (or 20) px. The width remains 800 :( I think i have no left or right padding. Am i right ? Warm Regards, Mário Gamito Schalk Neethling wrote: > Mário Gamito wrote: > >> Hi, >> >> I'm designining t

Re: [css-d] Problems with width

2005-11-24 Thread Gunlaug Sørtun
Mário Gamito wrote: > I'm designining this site http://www.dte.ua.pt/~gamito/prototype.php > to be 780px wide, as you can see in CSS's #mainbox. > Any ideas why this is happening ? I want it to be 780 pixels wide. The #mainbox container can not be 'inline'. #mainbox { text-align: left; wid

Re: [css-d] Problems with width

2005-11-24 Thread Schalk Neethling
Mário Gamito wrote: > Hi, > > I'm designining this site > http://www.dte.ua.pt/~gamito/prototype.php > to be 780px wide, as you can see in CSS's #mainbox. > > Now that i've added a black strip (an image) that is 780 pixels wide, i > see that the site is wider than 780 pixels. > I've taken a screen

[css-d] Rounded corners

2005-11-24 Thread Reynier Perez Mira
It's possible to show a DIV with rounded corners? All of them topleft, topright, bottomleft, bottomright ?? Where I can found a good tutorial or help for do this?? Cheers ReynierPM Usuario registrado de Linux: 310201 * No basta con alcanzar la sab

Re: [css-d] photo slide show

2005-11-24 Thread Christian Heilmann
> > > Chris, can you (or siomeone else) give us an example or a link to a page > > > where this clever solution is used? My message bounced for some reason... I've written an older article for devarticles on the subject: Examples http://icant.co.uk/articles/dyngallery/gallery.html http://icant.c

[css-d] Problems with width

2005-11-24 Thread Mário Gamito
Hi, I'm designining this site http://www.dte.ua.pt/~gamito/prototype.php to be 780px wide, as you can see in CSS's #mainbox. Now that i've added a black strip (an image) that is 780 pixels wide, i see that the site is wider than 780 pixels. I've taken a screenshot of the page, measured the grey

Re: [css-d] Undesired image border

2005-11-24 Thread Jim Davis
Hi, Add this to your CSS: #logo img { border: 0; } Jim On 11/24/05, Mário Gamito <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm prototyping this new web site, using as far as possible CSS. > > If you care to take a look at > http://www.dte.ua.pt/~gamito/prototype.php > you'll notice that Fig.1 has

Re: [css-d] photo slide show

2005-11-24 Thread Sam Partington
> > >>http://www.cssplay.co.uk/menu/gallery.html > > > > > > the examples are not really ready for web sites that may need > > > maintenance by other people. > > > > > > With a few lines and a clever ID hook via DOMscripting this can be > > > achieved a lot easier - and accessible via keyboard and

Re: [css-d] site check please - navigation

2005-11-24 Thread Gunlaug Sørtun
Adie Hart wrote: > www.adiehart.com/fratelli/index.html The page is extremely vulnerable, and is breaking up and dropping elements in all directions in all browsers, when just a little font-resizing is applied. Advice you to take another look at the layout, and add a bit stability across browser-

Re: [css-d] Drop down CSS Menu

2005-11-24 Thread Ian Young
Sorry guys. just come across this. Don't know if this is will be of any use. I have used a script on one of my sites. It took some care to make sure that it worked in IE. it uses an htc hover script. Check out http://www.iyesolutions.co.uk to see how it works. Cheers Ian -- No virus found in th

Re: [css-d] Undesired image border

2005-11-24 Thread Schalk
Mário Gamito wrote: > Hi, > > I'm prototyping this new web site, using as far as possible CSS. > > If you care to take a look at > http://www.dte.ua.pt/~gamito/prototype.php > you'll notice that Fig.1 has a blue border around it (Fig. 2 doesn't, i > don't know why). > > Greetings Mario Add thi

Re: [css-d] Undesired image border

2005-11-24 Thread Al Sparber
From: "Mário Gamito" <[EMAIL PROTECTED]> Well, of course that if i insert border="0" in the img tag, the border disappears, but i want to do it on the CSS side. In CSS's #logo definition i've already tried border=0px, border: none, but without success. So, my question is: how can i make the blue

Re: [css-d] Drop down CSS Menu

2005-11-24 Thread Al Sparber
From: "curson" <[EMAIL PROTECTED]> > On (24/11/05 14:48), Richard Brown wrote: >> Unfortunately, it is not working under IE! I presume that I have >> not placed >> the script in the correct place but I would like to confirm that. > > I don't know if you followed this > (http://www.positionisever

Re: [css-d] photo slide show

2005-11-24 Thread Christian Heilmann
> >>http://www.cssplay.co.uk/menu/gallery.html > > > > the examples are not really ready for web sites that may need > > maintenance by other people. > > > > With a few lines and a clever ID hook via DOMscripting this can be > > achieved a lot easier - and accessible via keyboard and mouse. > > > >

Re: [css-d] site check please - navigation

2005-11-24 Thread David Laakso
Adie Hart wrote: >I would really appreciate it if I could get a site check on a site that is >in production. The URL is www.adiehart.com/fratelli/index.html. At present >only the homepage and main sub-pages work, although they do not have >content. >My main concern is achieving the correct layout

[css-d] Undesired image border

2005-11-24 Thread Mário Gamito
Hi, I'm prototyping this new web site, using as far as possible CSS. If you care to take a look at http://www.dte.ua.pt/~gamito/prototype.php you'll notice that Fig.1 has a blue border around it (Fig. 2 doesn't, i don't know why). Well, of course that if i insert border="0" in the img tag, the

Re: [css-d] fixed width, 2 col, source ordered layout with footer

2005-11-24 Thread Christian Montoya
On the left side of this page you will see options for two column layouts, both have footers: http://webhost.bridgew.edu/etribou/layouts/skidoo_too/index.html "ruthsarian layouts" totally rule, just make sure you clean the code up for what you want. -- -- Christian Montoya christianmontoya.com .

Re: [css-d] site check please - navigation

2005-11-24 Thread curson
On (24/11/05 22:56), Adie Hart wrote: > The URL is www.adiehart.com/fratelli/index.html. I don't have any consistend advices to give you, but I can confirm you the page looks perfect on my GNU/Linux 2.4.29 box both with Opera 8.50, Firefox 1.5 and Konqueror 3.3.2 on my 15" LCD @ 1024x768. Only t

Re: [css-d] Is this possible?

2005-11-24 Thread Jesper Brunholm
Hi Mindy and CSS-d Mindy wrote: > Thanks for your help, Jesper. I did fiddle with it and have it sort it out. > It still has problems (thick white line in IE 6; background disappears in > Firefox 1.0, but not in the 1.5 beta!) > I don't know how you're previewing this, –here's the new link: > w

Re: [css-d] Drop down CSS Menu

2005-11-24 Thread curson
On (24/11/05 14:48), Richard Brown wrote: > Unfortunately, it is not working under IE! I presume that I have not placed > the script in the correct place but I would like to confirm that. I don't know if you followed this (http://www.positioniseverything.net/css-dropdowns.html) for your Drop Dow

Re: [css-d] mind the gap - now you see it, now you don't

2005-11-24 Thread Gunlaug Sørtun
~:&z:~ . wrote: > The problem I am trying to solve is a gutter that appears in FireFox > but not in IE - a gutter between text column and the menu. notes: > "container" should be and is 760px wide and the IE version is almost > what the end result should look like, i.e. a white box for all > co

Re: [css-d] I can never learn this - how do I center a part of my page

2005-11-24 Thread Christian Heilmann
> and this > > #pagebody > { > background-color: #fbb; > width: 500px; > } > > but how do I center this part? Hidden deep in the web that: http://www.google.com/search?client=safari&rls=en&q=centering+in+css I feel lucky: http://www.bluerobot.com/web

[css-d] site check please - navigation

2005-11-24 Thread Adie Hart
Hi everyone, I would really appreciate it if I could get a site check on a site that is in production. The URL is www.adiehart.com/fratelli/index.html. At present only the homepage and main sub-pages work, although they do not have content. I have checked it on Windows XP with Firefox 1.0.7

[css-d] Drop down CSS Menu

2005-11-24 Thread Richard Brown
Hi All I have used the dropdown menu system created by Tedd. Unfortunately, it is not working under IE! I presume that I have not placed the script in the correct place but I would like to confirm that. I have written to Tedd directly regarding this. However the issue I wonder if someone could

Re: [css-d] fixed width, 2 col, source ordered layout with footer

2005-11-24 Thread David Laakso
Peter Downes wrote: >Dear all > >This must be a can of worms but is there a template out there for a 'fixed >width, 2 column, source ordered layout with footer' that is the (current) >'last word' for this requirement? > > >Best Regards >Peter Downes > > > > > You could enclose this 2-col layout

Re: [css-d] Semantics - For classes or tags?

2005-11-24 Thread Christian Heilmann
> Are there any disadvantages? Are there any browsers that won't style > unknown elements (I did discover that MS Word will drop styles on > unknown elements when importing HTML, though you can hardly call it a > "browser")? Any search engines get confused by this? > > To me, it seems that this i

Re: [css-d] IE line wrapping problem

2005-11-24 Thread Schalk
Gunlaug Sørtun wrote: > Schalk wrote: > >> I do not know, I will keep playing around with some of the widths >> etc. Somewhere in there I am going wrong or missing something. >> > > Maybe 'dealer portal' is the simplest solution? > > An equally simple solution is to provide more space in u

[css-d] mind the gap - now you see it, now you don't

2005-11-24 Thread ~:&z:~ .
The problem I am trying to solve is a gutter that appears in FireFox but not in IE - a gutter between text column and the menu. notes: "container" should be and is 760px wide and the IE version is almost what the end result should look like, i.e. a white box for all content (unlike FireFox rend

[css-d] CSS menu - a bug in Firefox 1.0.6/1.0.7?

2005-11-24 Thread Florin Carata [Zenstudio Media]
Hello, While reading this article: http://www.simplebits.com/notebook/2003/09/30/accessible_imagetab_rollovers.html i noticed that images do not load when you access for the first time the menu. Example: http://clients.zenstudio.biz/minisvema/test.html In Firefox 1.5RC3 this problem is fixed. On

[css-d] exploring rounded boxes

2005-11-24 Thread curby .
I've been playing around with Roger Johansson's transparent corners: http://www.456bereastreet.com/archive/200505/transparent_custom_corners_and_borders/ My first idea was to extend the corner images out of the content div as little as possible so I could separately control padding in the box. U

[css-d] fixed width, 2 col, source ordered layout with footer

2005-11-24 Thread Peter Downes
Dear all This must be a can of worms but is there a template out there for a 'fixed width, 2 column, source ordered layout with footer' that is the (current) 'last word' for this requirement? Best Regards Peter Downes __ css-d

[css-d] [ADMIN - OFF TOPIC] Re: Safari 1.03 issues

2005-11-24 Thread Alex Robinson
At 10:30 + 24/11/05, stu wrote: >Hi List, >sorry that this is not directly a CSS related question, but I am >wondering if one of our Mac users can help me out with a quick >query. I am led to believe that Safari 1.0.3 does not support 128 >bit encryption - can anyone confirm this? It's not

[css-d] Safari 1.03 issues

2005-11-24 Thread stu
Hi List, sorry that this is not directly a CSS related question, but I am wondering if one of our Mac users can help me out with a quick query. I am led to believe that Safari 1.0.3 does not support 128 bit encryption - can anyone confirm this? It seems that 1 and 1.0.2 do support it, but nor 1