Re: [css-d] removing HTML tables, redesign to use CSS

2006-08-20 Thread Leo Ingson
On Sat, 19 Aug 2006 19:48:15 +0400 Kimathi <[EMAIL PROTECTED]> wrote: > Hello, I am new to CSS. We have CMS (Content Management System). It > uses a lot of HTML tables to lay out design. For example, navigation > menu on the right is placed into table cell. My boss told me to > redesign this sit

Re: [css-d] Is this possible at all...

2006-08-20 Thread KJ'[EMAIL PROTECTED]
Excellent. Just what I was looking for. Thank you very much. Gunlaug Sørtun skrev: > KJ'[EMAIL PROTECTED] wrote: >> I'm trying to get a fixed width div and an elastic div play together >> inside an elastic wrapper div. So now I'm wondering is that possible >> at all? > > Yes, but you've locked up

[css-d] Firefox height, min-height difference for internal 100% divs

2006-08-20 Thread Tony Martin
Hi, I have tried the archives, cannot see an answer, but it must be a simple one. I am writing a page specifically for firefox. #outer { background-color: red; width: 100%; height: 400px; } #leftcol { background-color: blue; width: 30%; height: 100%; float: left; } gives me what I want - l

Re: [css-d] Navigation tabs

2006-08-20 Thread Bob Easton
ed gooddy wrote: > Hi all, >I am trying to work out how to create navigation tabs using images for the > curved sides and backgroundsbut I am getting comfused. I have made three > examples: http://www.villa-corti.com/indexnav.html > In the first example- navtabs div -I have an image rights

Re: [css-d] removing HTML tables, redesign to use CSS

2006-08-20 Thread Arlen Walker
On Aug 20, 2006, at 3:06 AM, Leo Ingson wrote: > On Sat, 19 Aug 2006 19:48:15 +0400 Kimathi <[EMAIL PROTECTED]> wrote: > >> Hello, I am new to CSS. We have CMS (Content Management System). It >> uses a lot of HTML tables to lay out design. For example, navigation >> menu on the right is placed

Re: [css-d] Navigation tabs

2006-08-20 Thread francky
Bob Easton wrote: >ed gooddy wrote: > > >>Hi all, >> I am trying to work out how to create navigation tabs using images for the >> curved sides and backgroundsbut I am getting comfused. I have made three >> examples: http://www.villa-corti.com/indexnav.html >>[...] >> >> >It sounds like

Re: [css-d] Navigation woes

2006-08-20 Thread francky
Vicki Stebbins wrote: >Hi all, > >I've just begun a redesign of a site (a love job) and am having trouble >with my navigation div. > >In IE the popout menu appears but you can only select the top menu item, in >other words if it shows: >* cats >* dogs >only cats can be selected and the m

Re: [css-d] removing HTML tables, redesign to use CSS

2006-08-20 Thread bj
>Hello, I am new to CSS. We have CMS (Content Management System). It > uses a lot of HTML tables to lay out design. For example, navigation > menu on the right is placed into table cell. My boss told me to > redesign this site using CSS, removing HTML tables. Any ideas how do > I do it? Thank yo

[css-d] safari problem

2006-08-20 Thread Kamil Grymuza
Hello My problem is showed here: http://projectkaitsch.com/kontakt.php When you click radio called 'zapytanie ofertowe' somee javascript show additional content. The layout is achieved by positiong footer absolute inside wrapper div (height 100%). All the layout rules are in http://projectkait

[css-d] [OT] Javascript: getElementsByTagName() getElementsById(): How getElementsByClass()?

2006-08-20 Thread Nick Urbanik
Dear Folks, This is tangentially related to this list, since I am trying to improve the simple suckerfish.js code at http://www.htmldog.com/articles/suckerfish/hover/ to be able to use classes as well as ids, in my continued effort to to solve my problems with CSS horizontal menus mentioned above

Re: [css-d] validating site doesn't anti up

2006-08-20 Thread videoscott1
Partial guilt admitted;-) I should've subjected it problem for the wiki. When I got no reply after an hour and needed to go for the last couple of days, I thought I'll re-word & hopefully clarify it for the specific problem I'm having with the ?padding? or whatever it is, in the li's for whic

Re: [css-d] [OT] Javascript: getElementsByTagName() getElementsById(): How getElementsByClass()?

2006-08-20 Thread Christian Heilmann
> Dear Folks, > > This is tangentially related to this list, since I am trying to > improve the simple suckerfish.js code at > http://www.htmldog.com/articles/suckerfish/hover/ to be able to use > classes as well as ids, in my continued effort to to solve my problems > with CSS horizontal menus men

Re: [css-d] [OT] Javascript: getElementsByTagName() getElementsById(): How getElementsByClass()?

2006-08-20 Thread Paul Novitski
At 8/20/2006 01:29 PM, Nick Urbanik wrote: >This is tangentially related to this list But not closely enough. Here's a great JavaScript list for future scripting questions: https://lists.LaTech.edu/mailman/listinfo/javascript >Now I can see that Javascript provides getElementsByTagName(), >get

[css-d] Heights and Widths not working in Firefox (I know!)

2006-08-20 Thread Henry Felton
For once IE is working but not Firefox! I have a series of s that have their heights, widths and background images set in CSS. The background images are 1px repeats across the whole . Now, in IE the fill all the space they should but in FF they just cover the text in the - nothing else. The pa

[css-d] UBER newbie question

2006-08-20 Thread Shiloh Madsen
Ok, this is probably one of the most basic questions out there, but I am not sure how I should be handling it. I know that we should no longer be using the bold and underline html tags and the like, however I am not entirely certain how to handle performing this function on a page in the most eleg

[css-d] Dropdown doesn't work in IE

2006-08-20 Thread Ian Young
Hi all Working on a drop down based on Suckerfish. Doesn't work at all in IE6. Has JavaScript included (as per Suckerfish). Also sidebar image doesn't appear until hovering over menu. See: http://www.iyesolutions.co.uk/templates/lvsc/template.html css included for development purposes Any thoug

Re: [css-d] UBER newbie question

2006-08-20 Thread videoscott1
Handled in a element structure such as: #content strong (or cite, etc.){ font: bold 0.75em/1.7em Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; margin: 0 0 16px; padding: 0 } html: These words Regards, Scott [EMAIL PROTECTED] wrote: >I know that we should no longer b

Re: [css-d] validating, yet problems

2006-08-20 Thread videoscott1
Ok I think I got the message;-) Your starting me off at the top of my design and then telling me to insert the "old" fluid 3 column into it between the horizontal gray bars? I just like doing things the hard way;^/ I'd like to reinvent the wheel for pot holes, nails, and speed and of course the

Re: [css-d] Javascript: getElementsByTagName() getElementsById(): How getElementsByClass()?

2006-08-20 Thread Nick Urbanik
Dear Folks, On 20/08/06 22:18 +0100, Christian Heilmann wrote: Dear Folks, As you can guess, I am totally new to Javascript, and a beginner at CSS. Yes, so why do you try to solve all the problems on your own? Well, I have just finished reading "Cascading Style Sheets", 2e, by Owen Briggs et

Re: [css-d] Javascript: getElementsByTagName() getElementsById(): How getElementsByClass()?

2006-08-20 Thread Nick Urbanik
Dear Folks, On 20/08/06 14:24 -0700, Paul Novitski wrote: At 8/20/2006 01:29 PM, Nick Urbanik wrote: This is tangentially related to this list But not closely enough. Here's a great JavaScript list for future scripting questions: https://lists.LaTech.edu/mailman/listinfo/javascript Thank

Re: [css-d] Dropdown doesn't work in IE

2006-08-20 Thread ~davidLaakso
Ian Young wrote: > Working on a drop down based on Suckerfish. > > Doesn't work at all in IE6. Has JavaScript included (as per Suckerfish). > I know from nothing about js, but is the .htc file on the server, and using the correct mime type? > Also sidebar image doesn't appear until hovering ove

Re: [css-d] Dropdown doesn't work in IE

2006-08-20 Thread Nick Urbanik
On 20/08/06 23:28 +0100, Ian Young wrote: Hi all Working on a drop down based on Suckerfish. Doesn't work at all in IE6. Has JavaScript included (as per Suckerfish). Also sidebar image doesn't appear until hovering over menu. You have also got: body { behavior: url(csshover.htc); } which: *

Re: [css-d] Expandable, horizontal menus that work?

2006-08-20 Thread Nick Urbanik
Dear Folks, On 20/08/06 11:39 +1000, Nick Urbanik wrote: Dear Folks, I've fixed my IE problem, but the Opera problem remains. I have fixed the problem with Opera to the point where the menus work, by explicitly setting the margins of the tags to 0, as advised here: http://css.maxdesign.com.a

Re: [css-d] validating, yet problems

2006-08-20 Thread videoscott1
Tried this one and the left column extends down through the footer to the bottom or what they made h1, h2 with the background color;-( I guess when I come back to this tomorrow, I'll attempt 1 more time for an answer from the expertise of this group and if none I'm copying the table layout the

[css-d] Please give my site a sping.

2006-08-20 Thread Vinj Vinj
I've been working hard on my site and feel that is close to complete. I've replaced all table entries with divs and would love to get feedback from the users on this list. Url: www.eswap.com Vineet __ css-discuss [EMAIL P

Re: [css-d] Expandable, horizontal menus that work?

2006-08-20 Thread Nick Urbanik
On 21/08/06 10:26 +1000, Nick Urbanik wrote: Dear Folks, On 20/08/06 11:39 +1000, Nick Urbanik wrote: Dear Folks, I've fixed my IE problem, but the Opera problem remains. I have fixed the problem with Opera to the point where the menus work, by explicitly setting the margins of the tags to

[css-d] page won't validate, strange error message

2006-08-20 Thread Kim Brooks Wei
Hi People, I can't validate this page http://thewei.com/sandboxcar/menu.html I get a message showing an upside down question mark before the start of the declaration header. But there is no such character in my text, not even as an invisible character. I also need a header for xhtml transition

[css-d] Site check, please

2006-08-20 Thread APC
Hi everyone, I would appreciate a site check for http://www.daddaily.com. Particularly interested in rendering in Mac browsers and Netscape. Thanks, Art __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/list

Re: [css-d] page won't validate, strange error message

2006-08-20 Thread Rahul Gonsalves
Kim Brooks Wei wrote: > I get a message showing an upside down question mark before the start > of the declaration header. But there is no such character in my text, > not even as an invisible character. I've never seen this before either, but this may help. I think you probably also have to re

Re: [css-d] Expandable, horizontal menus that work?

2006-08-20 Thread Nick Urbanik
Dear Folks, On 21/08/06 11:11 +1000, Nick Urbanik wrote: On 21/08/06 10:26 +1000, Nick Urbanik wrote: Dear Folks, On 20/08/06 11:39 +1000, Nick Urbanik wrote: Dear Folks, I've fixed my IE problem, but the Opera problem remains. I have fixed the problem with Opera to the point where the menu

Re: [css-d] page won't validate, strange error message

2006-08-20 Thread ~davidLaakso
Kim Brooks Wei wrote: > Hi People, > > I can't validate this page http://thewei.com/sandboxcar/menu.html > > I get a message showing an upside down question mark before the start > of the declaration header. But there is no such character in my text, > not even as an invisible character. > The

Re: [css-d] Heights and Widths not working in Firefox (I know!)

2006-08-20 Thread Gunlaug Sørtun
Henry Felton wrote: > For once IE is working but not Firefox! Yes, IE sure is buggy... :-) Declaring dimensions on an element which has the declaration 'display: inline' should result in "nothing", but IE doesn't understand that. Of course, it doesn't help much on the final rendering that the pa

Re: [css-d] Navigation woes

2006-08-20 Thread Tim Kadlec
Vicki, Not sure about your problem with Opera. However, for IE, the problem is the padding below: #nav li{ /* all list items */ position : relative; float : left; line-height : 1.25em; margin-bottom : -1px; width : 188px; /*width : 11em;*/ padding: 5px 0 0 3px; } Change it to: #nav li{ /* all

Re: [css-d] Elastic faux columns - New technique?

2006-08-20 Thread it
Eystein Alnaes wrote: > It's still pretty rough, but I'd love some comments on this :) An > example can be seen here: > Georg said: I prefer the 'equal height column' solution used here... > ...mainly because no ex

Re: [css-d] Please give my site a sping.

2006-08-20 Thread Gunlaug Sørtun
Vinj Vinj wrote: > I've been working hard on my site and feel that is close to complete. > I've replaced all table entries with divs and would love to get > feedback from the users on this list. > > www.eswap.com Well, it's no use validating the source-code since you have no doctype to validate

Re: [css-d] validating, yet problems

2006-08-20 Thread francky
[EMAIL PROTECTED] wrote: >Tried this one and the left column extends down through the footer to >the bottom or what they made h1, h2 with the background color;-( > >I guess when I come back to this tomorrow, I'll attempt 1 more time for >an answer from the expertise of this group and if none I'm