Re: [css-d] IE and Opera incorrectly displaying nav

2009-04-23 Thread Daniel Hammond
> Daniel Hammond wrote: >> URL: http://www.numccreativeservices.org/site/index.htm CSS: >> http://www.numccreativeservices.org/site/cs.css >> FF, Safari, and Google Chrome treat the navigation correctly. It's >> the "active" state (when you click on a button) that is the issue >> here. IE and Opera

Re: [css-d] Reviewing work

2009-04-23 Thread David Laakso
jason...@comcast.net wrote: > I have been working on making a website for my church. I had found this > template on free css templates called premiumseries. I am wondering if > someone could look over the page that I've made so far and let me know how it > looks so far. I would appreciate a head

Re: [css-d] Reviewing work

2009-04-23 Thread jasonite
- Original Message - From: "David Laakso" To: jason...@comcast.net Cc: css-d@lists.css-discuss.org Sent: Thursday, April 23, 2009 9:06:49 PM GMT -06:00 US/Canada Central Subject: Re: [css-d] Reviewing work > Seems to be doing well cross-browser here. Mac Safari, Mac FF, Mac Opera >

Re: [css-d] IE and Opera incorrectly displaying nav

2009-04-23 Thread David Hucklesby
Daniel Hammond wrote: > URL: http://www.numccreativeservices.org/site/index.htm CSS: > http://www.numccreativeservices.org/site/cs.css > > FF, Safari, and Google Chrome treat the navigation correctly. It's > the "active" state (when you click on a button) that is the issue > here. IE and Opera don

Re: [css-d] Default Style Values

2009-04-23 Thread Brian Hazelton
thank you everybody, that was exactly the information i was looking for. __ 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

Re: [css-d] Reviewing work

2009-04-23 Thread David McGlone
On Thursday 23 April 2009 9:46:05 pm jason...@comcast.net wrote: > I have been working on making a website for my church. I had found this > template on free css templates called premiumseries. I am wondering if > someone could look over the page that I've made so far and let me know how > it looks

[css-d] Rounded corners repeating in IE6

2009-04-23 Thread Anne E. Shroeder
I'm using the technique described here: http://webdevtips.co.uk/webdevtips/style/border.shtml to accomplish rounded borders on this somewhat complex design - the client is insistent on fixed heights, so it's been quite a trick. The problem now is that the top right corner seems to be repeating

[css-d] Reviewing work

2009-04-23 Thread jasonite
I have been working on making a website for my church. I had found this template on free css templates called premiumseries. I am wondering if someone could look over the page that I've made so far and let me know how it looks so far. I would appreciate a heads up regarding any technical issues

Re: [css-d] Default Style Values

2009-04-23 Thread Philippe Wittenbergh
On Apr 24, 2009, at 3:25 AM, Brian Hazelton wrote: > I was wondering if there is a detailed list or stylesheet of all of > the > html elements and the default styling. For example, the margins, > padding, font weight, font size...anything that can be changed in css. > Is there any thing like th

Re: [css-d] Default Style Values

2009-04-23 Thread Alan Gresley
Brian Hazelton wrote: > I was wondering if there is a detailed list or stylesheet of all of the > html elements and the default styling. For example, the margins, > padding, font weight, font size...anything that can be changed in css. > Is there any thing like that? Hello Brian, not that it the

Re: [css-d] Vertical Align Theory

2009-04-23 Thread Venditelli, Daniel - Web Development Administrator
Shame they didn't refer to it as grid-cell, grid-row and grid-column. At least then it wouldn't be so confusing given that so many of us have been around long enough to remember when tables were the only method for complex layouts. Maybe they're just expecting that full and final adaptation won'

Re: [css-d] Vertical Align Theory

2009-04-23 Thread Bobby Jack
--- On Thu, 4/23/09, Jack Blankenships wrote: > The idea that using display: table-cell does not seem to be any more > semantically correct than simply placing the element in a table cell ... By definition, CSS declarations are NOT semantic but simply describe the visual rendering of associate

[css-d] IE and Opera incorrectly displaying nav

2009-04-23 Thread Daniel Hammond
URL: http://www.numccreativeservices.org/site/index.htm CSS: http://www.numccreativeservices.org/site/cs.css FF, Safari, and Google Chrome treat the navigation correctly. It's the "active" state (when you click on a button) that is the issue here. IE and Opera don't show the active state as it

Re: [css-d] Vertical Align Theory

2009-04-23 Thread Ingo Chao
2009/4/23 Jack Blankenships : > If I am vertically aligning an element it seems that the only way to > consistently do so with standard css is to implement a "display: > table-cell; vertical-align: middle;" style on the container. > > Is there any benefit this affords me over just creating a table?

Re: [css-d] Vertical Align Theory

2009-04-23 Thread Jack Blankenships
I disagree. The idea that using display: table-cell does not seem to be any more semantically correct than simply placing the element in a table cell according to the W3C (http://www.w3.org/TR/CSS2/tables.html#value-def-table-cell): table-cell (In HTML: TD, TH) Specifies that an eleme

Re: [css-d] Vertical Align Theory

2009-04-23 Thread Joseph Sims
> Another thing to note is that not all browsers implement > display:table-cell Can you make mention of which don't? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] Vertical Align Theory

2009-04-23 Thread Brian Hazelton
The benefit of using display:table-cell over an actual table is that if the text is not tabular, it does not belong in a table. Using display:table-cell will allow you to mimic the display of a table cell while being semantically correct. Another thing to note is that not all browsers implement d

[css-d] Vertical Align Theory

2009-04-23 Thread Jack Blankenships
If I am vertically aligning an element it seems that the only way to consistently do so with standard css is to implement a "display: table-cell; vertical-align: middle;" style on the container. Is there any benefit this affords me over just creating a table? I seems odd to me that the new hero f

[css-d] Default Style Values

2009-04-23 Thread Brian Hazelton
I was wondering if there is a detailed list or stylesheet of all of the html elements and the default styling. For example, the margins, padding, font weight, font size...anything that can be changed in css. Is there any thing like that? ___

Re: [css-d] Menu items

2009-04-23 Thread Ian Young
This looks off topic to me. Joomla's forum is best place for queries of this type. Best regards Ian This e-mail contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note t

Re: [css-d] Need help

2009-04-23 Thread Kashif Sami
David. Thanks a whole lot for your help. May God reward you! I still need your help. I haven't figured out why the rest of the pages are now "off the center". They were aligned centrally earlier. I'm a beginner and want to learn some stuff. could you please recommend some online articles or give

Re: [css-d] Menu items

2009-04-23 Thread Barbara Stanislawski
This is an interesting post. I've been reading the accounts having had many issues using CSS and drop down menus. I have Joomla installed and think I am going to be focusing on that. I've heard Joomla is simple to use. Does anyone have experience with the maintenance portion? Thanks. Barbara Stani

Re: [css-d] Menu items

2009-04-23 Thread Cristiano Diniz da Silva
Mario, Does the server have database and server side scripting like PHP? If it does you can consideer using a CMS like Joomla that will make the development much faster. Cristiano Diniz da Silva Web Development & Solutions http://www.mcloide.com http://mcloide

Re: [css-d] Help with IE issues...

2009-04-23 Thread mx . cssdee
Hi Michael, As tested in FF3 and IE6 this is what I've found so far: #stateLinks is being cleared below #logo (hence the whitespace) -to fix I removed the float:left from #stateLinks There may be a possible IE6/7 bug -if you either display:inline or float:left on LI's it removes the bullet p

[css-d] Menu items

2009-04-23 Thread Mario Rizzi
Hello. I am not a professional web designer, but just a volunteer working for an Italian charity organization. A few years ago we decided to have a website and I started studying Html and Css, then got a template from oswd.org and modified it. The result is www.equatore.org. Now we have new

Re: [css-d] Regarding Inline styles

2009-04-23 Thread Cristiano Diniz da Silva
Hi, If I understood correctly you need the background color of the div or p tag to change with the a link color, correct? Even knowing that this is a CSS list, I think you can solve this using Javascript, or better, JQUERY. With JQUERY, at the moment the user hovers a link, you can apply / rem

[css-d] Help with IE issues...

2009-04-23 Thread Michael Beaudoin
Hello all. I'm trying to work through some issues with IE. (Yeah, never heard that before.) In Safari, Firefox (Mac and PC) the site looks ok with one exception... There is too much space above the lower horizontal links. (Just to confuse things, it looks ok in IE) When I view in IE7, the

Re: [css-d] Regarding inline style

2009-04-23 Thread Martyn Merrett
Hi Gautam, Don't apologise -I'm sure you english is better than most kids these days! (: I can see that each of the 4 links has 3 nodes. You would like it if either the link or any node it would highlight that link (A:active). I have done this in the past using PHP to generate the menu code for

[css-d] Regarding inline style

2009-04-23 Thread Gautam Bhatia
hello mx, Thank you for the reply sir, sorry my engliish is not good ,I'm indian so please bear with me. ok this is what i'm trying to do on this link .. http://www.muttertag-geschenke.net . In that link if you see at the top there are four link with white color text and purple backgro

Re: [css-d] Regarding Inline styles

2009-04-23 Thread mx . cssdee
Hi Gautam, I'm really lost as to exactly what you are trying to do. You mention: This is a text and it should be red I'm guess you what the whole sentence to be red? I don't actually think it's possible, at least as far as I'm aware, to get parents to inherit child styles. Can you provide us w

Re: [css-d] Regarding Inline styles

2009-04-23 Thread Gautam Bhatia
On Thu, 2009-04-23 at 09:50 +1200, Tim Snadden wrote: > Regarding Inline styles hello tim, Thank for the reply , Actually it is not what i meant , what i wanted to know was in an inline style i know it refers to the element that it is being applied on , but is there a way can i use the sa