Re: [css-d] is there a standards based e-shop application?

2006-04-02 Thread ~davidLaakso
Gwyn Perry wrote: > I'd like to know, is there an e-commerce system that has been designed > using all of the groovy, web2.0, css, web standards goodness that we > all love so much? > This comes up more frequently than I care to remember on the Webdesign-L list; and, although I've not been on

Re: [css-d] Opera 8+ gap / breaking text

2006-04-02 Thread ~davidLaakso
~davidLaakso wrote: > ~davidLaakso wrote: >> Arno @ Raketnet wrote: >>> Hi, >>> >>> www.aave.info/test/index.html >>> www.aave.info/test/css/styles.css >>> >>> >>> It shows correct in FF1.5, IE6 and NS8. >>> In Opera 8+, however, the menu, which should be tight against the >>> left frame shows a g

Re: [css-d] Pure CSS Rollover revisited, need a little help polishing

2006-04-02 Thread Richard Grevers
On 3/31/06, Christian Montoya <[EMAIL PROTECTED]> wrote: > On 3/30/06, francky <[EMAIL PROTECTED]> wrote: > > Christian Montoya wrote: > > > > >[...] > > >Success: http://temp.rdpdesign.com/mir/mirtest.html > > > > > > > > Hi Christian, > > First: I like this kind of experiments/inventions! :-) > >

Re: [css-d] IE, alphaImageLoader & (not background)

2006-04-02 Thread francky
[EMAIL PROTECTED] wrote: >Hey all, > >I've tried on various occasions to use the AlphaImageLoader filter to >get IE to properly display PNGs with alpha transparency... though I'm >never really successful. What I want to do is display those PNGs as >regular images, not as background-image. Is

[css-d] IE, alphaImageLoader & (not background)

2006-04-02 Thread rolfsf
Hey all, I've tried on various occasions to use the AlphaImageLoader filter to get IE to properly display PNGs with alpha transparency... though I'm never really successful. What I want to do is display those PNGs as regular images, not as background-image. Is it possible? Or does the Alph

Re: [css-d] Help with showing and hiding table rows dynamically

2006-04-02 Thread Roger Roelofs
Chris, On Apr 2, 2006, at 6:27 PM, Christian Heilmann wrote: > for a code example in my upcoming book I need to show and hide table > rows dynamically. > > and I can do it in Firefox via: > > html>body table.dynamic tbody tr{ > display:none; > } > html>body table.dynamic tbody tr.show{ >

Re: [css-d] Styling alt attribute

2006-04-02 Thread francky
Philippe Wittenbergh wrote: >On Apr 2, 2006, at 12:10 AM, Guillaume wrote: > > >>Is it possible to style the alt attribute without declaring a style >>for >>the whole body ? >> >>Such as: >> >>alt { font-style: oblique; } >> >> >If you mean: styling the 'tooltip' that some browsers mistake

Re: [css-d] Help with showing and hiding table rows dynamically

2006-04-02 Thread Ingo Chao
Christian Heilmann wrote: > for a code example in my upcoming book I need to show and hide table > rows dynamically. Your IE code table.dynamic tbody tr{ display:none; } table.dynamic tbody tr.show{ display:block; } > > and I can do it in Firefox via: > > html>body table.dyna

Re: [css-d] Request for a web page critiquing

2006-04-02 Thread Kenny Graham
> I am taking a an online course on web design and I will appreciate if > anyone can critique this web page for me, the URL is > http://chicledia.bizland.com/tcdwebsite.html . Since you're on this list, I'm guessing you're interested in learning to do things right instead of just good enough to pa

[css-d] Issues with floated sidebar

2006-04-02 Thread Jeff Coleman
Hi everyone, I'm wondering if anyone can help with some problems I'm experiencing. I've pared them down to only the relevant markup and CSS and put them on the web here. The problems in all cases are only in IE, not Firefox. "Disappearing Text" http://realty.colemanation.org/weird.html In thi

[css-d] Help with showing and hiding table rows dynamically

2006-04-02 Thread Christian Heilmann
Good evening, for a code example in my upcoming book I need to show and hide table rows dynamically. I am aware of the programmatic way working nicely: tr[i].style.display='none'; vs. tr[i].style.display=''; and I can do it in Firefox via: html>body table.dynamic tbody tr{ display:none;

[css-d] is there a standards based e-shop application?

2006-04-02 Thread Gwyn Perry
Apologies if this question has been asked and answered a thousand times before. Searching the archives using the most obvious terms give me far to many results to be useful. I'd like to know, is there an e-commerce system that has been designed using all of the groovy, web2.0, css, web standards g

Re: [css-d] CSS Positioning problem

2006-04-02 Thread Stuart Swan
On 4/2/06, Stuart Swan <[EMAIL PROTECTED]> wrote: > Sorry, the CSS is at http://www.homes2view.biz/css/styles.css > Yes, I'm an idiot, CSS: http://www.homes2view.biz/beta/css/styles.css __ css-discuss [EMAIL PROTECTED] http://www.

Re: [css-d] CSS Positioning problem

2006-04-02 Thread Stuart Swan
Sorry, the CSS is at http://www.homes2view.biz/css/styles.css __ 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-d] CSS Positioning problem

2006-04-02 Thread Stuart Swan
http://www.homes2view.biz/beta/index.php http://www.homes2view.biz/beta/styles.css The footer at the bottom is making the scrollbars appear, I've set it to 100% within the #main ID, anyone know how I can get around this? The footer is also set to stay at the bottom, I got this bit right at least.

Re: [css-d] Highlighting active tab not working

2006-04-02 Thread francky
Joe Friend wrote: >Hi - > >Having an issue getting the active link to remain >"highlighted" on a tabbed menu bar I created. >[...] >Below is the code. > > Hi Joe, I put your code in a page [1]. I cannot see how is defined where/how the conten

Re: [css-d] Critique?

2006-04-02 Thread francky
Shawn Hoefer wrote: >[...] >http://laffinghorsedesign.sitesled.com/untitled2.html >[...] >It has been tested in > IE 5.5 PC - Slightly broken > NN PC - Great > Konqueror Linux - Great > IE 5.2 Mac - Broken > Gecko Browsers Mac - Great > Webkit Browsers Mac - Gre

[css-d] Highlighting active tab not working

2006-04-02 Thread Joe Friend
Hi - Having an issue getting the active link to remain "highlighted" on a tabbed menu bar I created. The page is .aspx and using a referenced stylesheet. As you'll notice the links are server controls but this should not affect their CSS style reference, which is essentially set to the same as

Re: [css-d] Critique?

2006-04-02 Thread Gunlaug Sørtun
Shawn Hoefer wrote: > http://laffinghorsedesign.sitesled.com/untitled2.html > What I'd like to hear is a solid critique... make it hurt, I can take > it... and any suggestions. Ok, you asked for it :-) so I'll note down a few main points. No need to go into details at this stage, I think. Docum

Re: [css-d] Critique?

2006-04-02 Thread Ed Seehouse
On 4/2/06, Shawn Hoefer <[EMAIL PROTECTED]> wrote: > I'm wading through a dozen different designs trying to find one I > like and dealing with the "It worked great on X browser, why not Y?" > blues. > http://laffinghorsedesign.sitesled.com/untitled2.html Your xhtml prologue: ...causes IE to go

[css-d] Critique?

2006-04-02 Thread Shawn Hoefer
I'm wading through a dozen different designs trying to find one I like and dealing with the "It worked great on X browser, why not Y?" blues. In the meantime, though, I've cobbled together this... http://laffinghorsedesign.sitesled.com/untitled2.html and it seems to work in most browsers and

Re: [css-d] Request for a web page critiquing

2006-04-02 Thread Roger Roelofs
Chinnie, On Apr 2, 2006, at 10:39 AM, Chinyere Nzeduru wrote: > I am taking a an online course on web design and I will appreciate if > anyone can critique this web page for me, the URL is > http://chicledia.bizland.com/tcdwebsite.html . How much time do you have to work on this? If you can s

Re: [css-d] Request for a web page critiquing

2006-04-02 Thread Christian Montoya
On 4/2/06, Chinyere Nzeduru <[EMAIL PROTECTED]> wrote: > I am taking a an online course on web design and I will appreciate if anyone > can critique this web page for me, the URL is > http://chicledia.bizland.com/tcdwebsite.html . > > Thanks for your time. > > Chinnie You have a long way to

Re: [css-d] Site Check Request Please (Updated)

2006-04-02 Thread Clayton Farr
On 4/2/06, Holly Bergevin <[EMAIL PROTECTED]> wrote: > > From: "Clayton Farr" <[EMAIL PROTECTED]> > > > I've made [] changes in an effort to become > >better friends with IE: > > >http://www.filmtreks.com > > A brief examination in IE6 (and Firefox) reveal a nice looking page with > no apparent flo

Re: [css-d] Submenus under container in horizontal dropdown--revisited

2006-04-02 Thread James Smith
>And I have a general question on z-indexing...I see alot of really high >numbers used for z-indexing and I'm curious as to why...I thought you only >needed to use as many numbers as there were of elements that you are stacking. >I used a z-index of 1 here and it worked just fine. If you

[css-d] Request for a web page critiquing

2006-04-02 Thread Chinyere Nzeduru
I am taking a an online course on web design and I will appreciate if anyone can critique this web page for me, the URL is http://chicledia.bizland.com/tcdwebsite.html . Thanks for your time. Chinnie I can do all things through Him who strengthens me! ---

Re: [css-d] a problem hidding a div layer in IE

2006-04-02 Thread kuasar
Yes, I know about that. But I am told what to do. This page is aimed at children that will use an 800x600 screen at the asociation they belong to. Even more, I was told to not use scrolling never because they're mouses are old and lack the wheel to ease the scrolling. I am told not to change the a

Re: [css-d] Opera 8+ gap / breaking text - kiades

2006-04-02 Thread Arno @ Raketnet
>> www.aave.info/test/index.html >> www.aave.info/test/css/styles.css > Looks like you're setting widths fixed in px when relative widths would > be much better. Have a look at these in a modern browser like Firefox > 1.5.0.1 with > various zoom levels and window sizes: Thanks for your input, F