Re: [css-d] Links work but Parts of Div is hidden

2009-03-26 Thread david
Answer below where it belongs! ;-) Christopher R wrote: > I've got the images to load now the problem is that the images are hiding > behind the white box. > > On Thu, Mar 26, 2009 at 4:52 AM "david" wrote: >> Christopher R wrote: >>> Alright, I have gotten my links to work but if you take a lo

Re: [css-d] Links work but Parts of Div is hidden

2009-03-26 Thread David Laakso
Christopher R wrote: > I've got the images to load now the problem is that the images are hiding > behind the white box. > > Post to: __ css-discuss [cs...@lists.css-discuss.org] http://www.c

Re: [css-d] make accordion box open on mouseover--works now

2009-03-26 Thread Anne McKinsey
Greetings again, For anyone who may be interested: I've been able to make one simple change on the javascript to enable the accordion panels to open on mouseover rather than on click. About half way down the page you see this line of code: Spry.Widget.Accordion.prototype.onPanelClick = functi

Re: [css-d] Links work but Parts of Div is hidden

2009-03-26 Thread Christopher R
I've got the images to load now the problem is that the images are hiding behind the white box. On Thu, Mar 26, 2009 at 4:52 AM "david" wrote: >Christopher R wrote: > > Alright, I have gotten my links to work but if you take a look you'll see > > that > > my big banner\logo graphic gets cut o

Re: [css-d] css3 selectors

2009-03-26 Thread Kathy Wheeler
On 27/03/2009, at 4:26 AM, Climis, Tim wrote: > But there are a few things I wish for that would make even more > semantic sense. A. lists contained in paragraphs, or B. a list > header element (like thead or th) Perhaps a definition list could be styled to achieve what you want? http:/

Re: [css-d] Middle align?

2009-03-26 Thread Bill Brown
Kim Brooks Wei wrote: > I can't align the logo at the top of the page to the pagenav sitting > to its right. Tried a bunch of things but none of them worked. Is there a link we can use to view the troublesome page? -- __ css-d

[css-d] Middle align?

2009-03-26 Thread Kim Brooks Wei
I can't align the logo at the top of the page to the pagenav sitting to its right. Tried a bunch of things but none of them worked. /Kimi -- This email sent by Kimi Wei 201-475-1854 | k...@thewei.com | thewei.com __ css-dis

Re: [css-d] make accordion box open on mouseover

2009-03-26 Thread Al Sparber
From: "Anne McKinsey" > I am building a site in Dreamweaver CS3 and am using its Spry > accordion widget for a navigation bar and would really like to have > the panels open when the header tabs are moused-over rather than when > clicked. Does anyone know of a way to make this happen? > > I can't

[css-d] make accordion box open on mouseover

2009-03-26 Thread Anne McKinsey
Greetings, I am building a site in Dreamweaver CS3 and am using its Spry accordion widget for a navigation bar and would really like to have the panels open when the header tabs are moused-over rather than when clicked. Does anyone know of a way to make this happen? I can't find anything in

[css-d] styling select drop down in IE

2009-03-26 Thread Angela French
Can CSS be applied to the tag in IE? I can't get mine to remove the 3D effect. I remember something about the styling of selects being an operating system style that can't be overwritten. Thanks, Angela French Internet Specialist State Board for Community and Technical Colleges 360-704-431

[css-d] Flash header problem in IE

2009-03-26 Thread Anne McKinsey
Greetings, I have a Flash animation header on a home page and there is about 2px of space below the header when viewed in IE. The other pages have regular image headers and I have used the following css which closes up the 2px of space: #header img {display: block} #header {display: block}

Re: [css-d] Horizontal Navigation Bar Problem

2009-03-26 Thread Gunlaug Sørtun
Scott Gruber wrote: > > On the top navigation bar the tabs fit nice an flush on pc browsers > (IE 7, IE8, Firefox, Chrome) but on Mac there there is spacing on the > right of the About Us tab that doesn't stretch to fill the bar on > the right side in Safari

Re: [css-d] Footer at the bottom of the page issue

2009-03-26 Thread David Laakso
Frederyco Martins wrote: > Hi folks, > > How do I keep a footer always on the bottom of the > page, without using absolute positions, with css??? > > Could you help me, please? > > I am using wordpress as a CMS and the website is > not online yet. But the code is quite simple. I have > a div indeti

[css-d] Footer at the bottom of the page issue

2009-03-26 Thread Frederyco Martins
Hi folks, How do I keep a footer always on the bottom of the page, without using absolute positions, with css??? Could you help me, please? I am using wordpress as a CMS and the website is not online yet. But the code is quite simple. I have a div indetified as footer, at the bottom of the code.

[css-d] Horizontal Navigation Bar Problem

2009-03-26 Thread Scott Gruber
Hi, I've got a small problem I've been unable to solve. Here is the site http://www.international.ucla.edu On the top navigation bar the tabs fit nice an flush on pc browsers (IE 7, IE8, Firefox, Chrome) but on Mac there there is spacing on the right o

Re: [css-d] css3 selectors

2009-03-26 Thread Climis, Tim
> How about *adding* a negative top margin to the UL? viz: An interesting idea that I had not thought of. It would work though. ---Tim __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-

Re: [css-d] css3 selectors

2009-03-26 Thread David Hucklesby
Climis, Tim wrote: >> What about doing it backwards then put a class on the and target the >> following > > What I'm going for is to take the bottom margin off of a paragraph preceding > a list. I don't need the list to be styled any differently, so there's no > reason to target it at all. >

Re: [css-d] css3 selectors

2009-03-26 Thread coll...@sullivanlehdesigns.com
> What I'm going for is to take the bottom margin off of a paragraph > preceding a list. I don't need the list to be styled any > differently, so there's no reason to target it at all. > > Here's a list: > * Something > * Something else > > Instead of: > > Here's a list: > > *something > *some

Re: [css-d] List-style-type in IE

2009-03-26 Thread Mark Senff
--- On Thu, 3/26/09, Mike Davies wrote: > I am trying to remove the bullets from an unordered list, which works > fine in Firefox using list-style-type:none;. But this doesn't appear to > be supported by IE and the lists are showing either with the bullet or > with an indent. > > See the left-ha

Re: [css-d] css3 selectors

2009-03-26 Thread Climis, Tim
> Scott has a valid point here. Maybe this is the way you should be doing it. > Also is it possible to make up ones own elements? That's sorta what XML is > right? If you could do that then you can style it just like a p or h1 tag. He does. And I may do that. I'm not using h6 for anything on thi

Re: [css-d] List-style-type in IE

2009-03-26 Thread JWN
Afternoon Mike You wrote > Hi, > > I am trying to remove the bullets from an unordered list, which works > fine in Firefox using list-style-type:none;. But this doesn't appear to > be supported by IE and the lists are showing either with the bullet or > with an indent. > > See the left-hand side

[css-d] List-style-type in IE

2009-03-26 Thread Mike Davies
Hi, I am trying to remove the bullets from an unordered list, which works fine in Firefox using list-style-type:none;. But this doesn't appear to be supported by IE and the lists are showing either with the bullet or with an indent. See the left-hand side links on http://www.deveron-arts.com/wb/p

Re: [css-d] css3 selectors

2009-03-26 Thread Scott Mueller
You should use h* elements instead of p elements for any kind of header. You might then not need to specify any classes and it's more semantically correct Sent from my iPhone On Mar 26, 2009, at 9:21 AM, "Climis, Tim" wrote: >> What about doing it backwards then put a class on the and >

Re: [css-d] css3 selectors

2009-03-26 Thread Atkinson, Sarah
> You should use h* elements instead of p elements for any kind of > header. You might then not need to specify any classes and it's more > semantically correct >> What I'm going for is to take the bottom margin off of a paragraph >> preceding a list. I don't need the list to be styled any >> di

Re: [css-d] Links work but Parts of Div is hidden

2009-03-26 Thread david
Christopher R wrote: > Alright, I have gotten my links to work but if you take a look you'll see > that > my big banner\logo graphic gets cut off and I'd really like to know to > bring it forward ? > You can see exactly what is happening at: > http://www.thecreativesheep.ca/site/imagepage5.html

Re: [css-d] Top half of image map button not active in IE

2009-03-26 Thread Gunlaug Sørtun
Ian Piper wrote: > http://www.tellura.co.uk/ruberyowen/contact-us.php > On this page, if you look at the Rozone button (top right) it shows > an orange dotted border on hover, as it should. However in IE 6 under > Windows 2000 and IE7 under Vista the top half of this button is not > clickable.

Re: [css-d] css3 selectors

2009-03-26 Thread Climis, Tim
> What about doing it backwards then put a class on the and target the > following What I'm going for is to take the bottom margin off of a paragraph preceding a list. I don't need the list to be styled any differently, so there's no reason to target it at all. Here's a list: * Something * S

[css-d] Problem with style sheets

2009-03-26 Thread Christopher R
I don't know if the other message got though the list cause sometimes I don't receive messages. Anyhow I'm trying to get the styles #logoleft, #logomiddle, #logoright to overlap the #WR style because the images are going behind the big white box, I hope, and I really do hope someone knows how t

Re: [css-d] css3 selectors

2009-03-26 Thread Bill Brown
Climis, Tim wrote: > I'm just curious, is there a css3 selector for previous siblings? > And if there is, how widely supported is it? > > It'd be useful for styling paragraphs that come before (introducing) > lists for instance. None exists, but you could use jQuery to do it: p.p_before_ul {

Re: [css-d] css3 selectors

2009-03-26 Thread Sarah Atkinson
>>> ul ~ p {...} matches p elements that comes AFTER ul elements. >> The ~ matches all the p elements after a ul element. The + matches a p >> element immediately after a ul element. What about doing it backwards then put a class on the and target the following

Re: [css-d] css3 selectors

2009-03-26 Thread Climis, Tim
> Ops! My fault on previous email: > > Sintax is: > ul ~ p {...} matches p elements that comes AFTER ul elements. Yeah, my testing had just discovered that. :( Digging into the spec to see what was up, it looks like there's not a selector for what I want. Maybe because it would need a second

Re: [css-d] css3 selectors

2009-03-26 Thread Alan Gresley
Climis, Tim wrote: > These are the things you need to bring: > > Bananas > Pie > > > Unless I'm misreading the spec, that would match the and make my list > text italicized, which isn't what I want. I want to match the . > > Something like E1 + E2, where E1 is the subject of the selecto

Re: [css-d] css3 selectors

2009-03-26 Thread Philippe Wittenbergh
On Mar 26, 2009, at 10:21 PM, Climis, Tim wrote: > I'm just curious, is there a css3 selector for previous siblings? > And if there is, how widely supported is it? > > It'd be useful for styling paragraphs that come before (introducing) > lists for instance. Nope, nothing like that exists.

Re: [css-d] css3 selectors

2009-03-26 Thread Michael Stewart
On Mar 26, 2009, at 10:06 AM, Mauricio ((Maujor)) Samy Silva wrote: >> I'm just curious, is there a css3 selector for previous siblings? >> And if >> there is, how widely supported is it? > -- > ---

Re: [css-d] css3 selectors

2009-03-26 Thread Nick Fitzsimons
On Thu, March 26, 2009 2:03 pm, Climis, Tim wrote: > Unless I'm misreading the spec, that would match the and make my list > text italicized, which isn't what I want. I want to match the . > DOH! Yes, I fail - sorry :-( Well, it is lunchtime... -- Nick Fitzsimons http://www.nickfitz.co.uk/

Re: [css-d] css3 selectors

2009-03-26 Thread Climis, Tim
> you could achieve the same thing (for the example you give) using > CSS2.1 adjacent-sibling selectors [1]: > p + ul { > font-style: italic; > } >From the spec: > Adjacent sibling selectors have the following syntax: E1 + E2, where E2 is > the subject of the selector. The selector matche

Re: [css-d] css3 selectors

2009-03-26 Thread Mauricio (Maujor) Samy Silva
Ops! My fault on previous email: > Sintax is: ul ~ p {...} matches p elements that comes AFTER ul elements. Maurício __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

[css-d] Top half of image map button not active in IE

2009-03-26 Thread Ian Piper
Hi all, I have an IE weirdness on a site I am developing. I have a CSS-based image map on one page. The image map works fine except that one button is only "active" in the bottom half. The offending page is here: http://www.tellura.co.uk/ruberyowen/contact-us.php On this page, if you look a

Re: [css-d] css3 selectors

2009-03-26 Thread Mauricio (Maujor) Samy Silva
> I'm just curious, is there a css3 selector for previous siblings? And if > there is, how widely supported is it? --- Yes! There is. Sintax is: ul ~ p {...} matches p elements that comes

Re: [css-d] css3 selectors

2009-03-26 Thread Nick Fitzsimons
On Thu, March 26, 2009 1:21 pm, Climis, Tim wrote: > I'm just curious, is there a css3 selector for previous siblings? And if > there is, how widely supported is it? > > It'd be useful for styling paragraphs that come before (introducing) lists > for instance. > No, but you could achieve the same

[css-d] css3 selectors

2009-03-26 Thread Climis, Tim
I'm just curious, is there a css3 selector for previous siblings? And if there is, how widely supported is it? It'd be useful for styling paragraphs that come before (introducing) lists for instance. ---Tim Climis Computer Coordinator International Services ___