Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-17 Thread Alan Gresley
MEM wrote: Maybe you are thinking about a:active? Try styling that. I believe I'm styling that on my css. Here: #mainMenu li a:hover, li a:active { text-decoration:none; background-image:url(../images/hover.png); background-position:bottom;

Re: [css-d] sorry - site re-check - haslayout?

2009-09-17 Thread Alan Gresley
MEM wrote: The point is to give layout to the links! By links I mean a elements inside #mainMenu. Clear as water (on other times). I've learned that anchor elements are inline elements, and that the haslayout fixes, around the web world, may be directed, or not, to those inline elements.

Re: [css-d] sorry - site re-check - haslayout?

2009-09-17 Thread MEM
I do not know if this is the case. Saying that giving layout to IE7- on an anchor to *give it full height* is completely wrong. The true rendered height of an anchor is due to either, 1. A height (20px or 2em) directly given to the element. 2. A height (100%) given to an element which

Re: [css-d] Unordered list Nav bar has space on end

2009-09-17 Thread Brian M. Curran
On Wed, Sep 16, 2009 at 11:19 PM, Brian M. Curran br...@brianmcurran.com wrote: Hi, I'm building a test page at http://www.brianmcurran.com/LLindex.html and I have a problem with the Navigation bar. There is a little space on the end of the Nav bar that offsets it from the border of

Re: [css-d] Unordered list Nav bar has space on end

2009-09-17 Thread Brian M. Curran
. __ Information from ESET Smart Security, version of virus signature database 4433 (20090917) __ The message was checked by ESET Smart Security. http://www.eset.com Yes I know. I removed it because I partially fixed the problem. From this point forward I'm going to be working on the page from

Re: [css-d] Unordered list Nav bar has space on end

2009-09-17 Thread HallMarc Websites
Dead link. __ Information from ESET Smart Security, version of virus signature database 4433 (20090917) __ The message was checked by ESET Smart Security. http://www.eset.com __ css-discuss [cs

[css-d] HTML column additional header using CSS

2009-09-17 Thread Patrick Evans
I have been trying to get a div position above a header. The table has a fixed layout so the column widths I hope are not changing and I'm using the following CSS to position the images: .positionHeader { position: absolute; right: 50px; top: -10px; } but one position will

Re: [css-d] HTML column additional header using CSS

2009-09-17 Thread David Laakso
Patrick Evans wrote: I have been trying to get a div position above a header. The table has a fixed layout so the column widths I hope are not changing and I'm using the following CSS to position the images: .positionHeader { position: absolute; right: 50px; top:

Re: [css-d] HTML column additional header using CSS

2009-09-17 Thread Patrick Evans
Nope sorry. :-( On 9/17/09, David Laakso da...@chelseacreekstudio.com wrote: Patrick Evans wrote: I have been trying to get a div position above a header. The table has a fixed layout so the column widths I hope are not changing and I'm using the following CSS to position the images:

Re: [css-d] HTML column additional header using CSS

2009-09-17 Thread Patrick Evans
I will create a html file to show my problem. This might take a while but I can add attachments for this group? Thanks On 9/17/09, Erik Vorhes e...@textivism.com wrote: On Thu, Sep 17, 2009 at 11:49 AM, Patrick Evans patrick.ev...@adjilitygroup.com wrote: Nope sorry.  :-( On 9/17/09, David

Re: [css-d] HTML column additional header using CSS

2009-09-17 Thread Erik Vorhes
On Thu, Sep 17, 2009 at 11:49 AM, Patrick Evans patrick.ev...@adjilitygroup.com wrote: Nope sorry.  :-( On 9/17/09, David Laakso da...@chelseacreekstudio.com wrote: Patrick Evans wrote: I have been trying to get a div position above a header.  The table has a fixed layout so the column

Re: [css-d] HTML column additional header using CSS

2009-09-17 Thread JWN
Patrick You wrote I will create a html file to show my problem. This might take a while but I can add attachments for this group? Thanks The answer to attachments in * no *. Have a look at the list policies [1]. [1] http://css-discuss.org/policies.html Best always Jim Nannery

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-17 Thread David Hucklesby
Writing about dynamic pseudo-classes :active and :focus and the separate CSS property outline in relation to :active and :focus, Alan Gresley wrote: Note. http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes states, The :focus pseudo-class

Re: [css-d] sorry - site re-check - haslayout?

2009-09-17 Thread Alan Gresley
MEM wrote: [...] Please correct the URL paths in your CSS to point to the correct directory and you will have the background image of your links working. The path is correct I believe, since the path on my css is relative to the images directory and not to the documents root directory.

Re: [css-d] HTML column additional header using CSS

2009-09-17 Thread Patrick Evans
thanks, for some reason i was getting an error loading that link before and that is why i asked. i'm using iie6 and looking at the previous link, does windows increase less than 1px at a time? it seems like if that was the case then they would both be expanding at the same rate but they seem to

[css-d] Gap below footer

2009-09-17 Thread Brian M. Curran
Hi, I'm building a site, and only have one page at this point: http://www.locallaw11news.com There are two issues I'm having. 1. I have a contain div for the whole page, and it is #bodyContainer. Then I have an unordered list nav bar at the top, with another container div for the rest of the

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-17 Thread Alan Gresley
David Hucklesby wrote: Writing about dynamic pseudo-classes :active and :focus and the separate CSS property outline in relation to :active and :focus, Alan Gresley wrote: Note. http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes states,

Re: [css-d] sorry - site re-check - haslayout?

2009-09-17 Thread MEM
Note the added directory. ../*rebelatehome*/images/hover.png Well Alan, this is really odd, since, even on other computers, I still see the background. However if I change the path to the above (../rebelatehome/images/hover.png), *no background image is showed*. My directory structure is: +

Re: [css-d] Gap below footer

2009-09-17 Thread HallMarc Websites
Hall HallMarc Websites 610.446.3346 __ Information from ESET Smart Security, version of virus signature database 4435 (20090917) __ The message was checked by ESET Smart Security. http://www.eset.com __ css

Re: [css-d] Gap below footer

2009-09-17 Thread G.Sørtun
Brian M. Curran wrote: Well I want a solid filled footer to cap off the bottom of my page, but I'm getting an ugly space between the footer and the border of #underNav. Add... #footer p {margin: 0; padding: .5em 0;} ...to zero out the default margin, and adjust that top/bottom padding

Re: [css-d] Gap below footer

2009-09-17 Thread Brian M. Curran
Brian M. Curran wrote: Well I want a solid filled footer to cap off the bottom of my page, but I'm getting an ugly space between the footer and the border of #underNav. Add... #footer p {margin: 0; padding: .5em 0;} ...to zero out the default margin, and adjust that top/bottom padding

Re: [css-d] sorry - site re-check - haslayout?

2009-09-17 Thread Mark Henderson
MEM wrote: My directory structure is: + rebelatehome + css - home8.css + images - hover.png + js So, if the css is inside css directory, to go to images directory from the css file, we have to, up one level: ../ enter one level /images/ and access the image:

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-17 Thread Philippe Wittenbergh
On Sep 17, 2009, at 7:28 PM, Alan Gresley wrote: Note. http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes states, The :focus pseudo-class applies while an element has the focus (accepts keyboard events or other forms of text input). Focus works when tabbing which seems

Re: [css-d] Gap below footer

2009-09-17 Thread Brian M. Curran
The padding looks like the default padding in the p tag As far as the centering of text - the use of a p as a content box and then you have wrapped (what should be defined as something more appropriate like h6/h6 with the paragraph of text wrapped in p/p in a span tag while leaving the

Re: [css-d] Gap below footer

2009-09-17 Thread David Laakso
Brian M. Curran wrote: Marc or anyone else, However, I can't get the text for class .columnTitle to center align. If I set padding and margin for h3 to zero and then text-align: center; it works. However when I add the class it doesn't work. I added the class because I want three of the

Re: [css-d] Gap below footer

2009-09-17 Thread HallMarc Websites
-align:center; } Thank you, Marc Hall HallMarc Websites 610.446.3346 __ Information from ESET Smart Security, version of virus signature database 4435 (20090917) __ The message was checked by ESET Smart Security. http://www.eset.com

[css-d] help on understanding navigation issues

2009-09-17 Thread MEM
Hello again, Please have a look here: http://www.nuvemk.com/rebelate/rebelateinside/inside1.html http://www.nuvemk.com/rebelate/rebelateinside/css/inside1.css 1) The point is to have 1px between the vertical items. On any IE, when we click on any item on the horizontal menu, we get extra