Re: [css-d] Vertical Menu problem

2009-06-04 Thread Philippe Wittenbergh
David Laakso wrote: >> >> > > Thanks, Alan. > FWIW, some comparisons of browser rendering of total height of the > "orange-like" box on this end... > > Box height in Mac OS X 10.4.11 > > Opera/10.00 Beta > 194px > Camino/1.6.7 > 194px > > Safari/3.2.1 > 2

Re: [css-d] Drop Down Menus

2009-06-04 Thread Gunlaug Sørtun
Asha Nair wrote: > www.faithlandchurch.org.au Add... #menu {clear: left;} ...to make IE8 render as intended. regards Georg -- http://www.gunlaug.no __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.o

Re: [css-d] Drop Down Menus

2009-06-04 Thread David Laakso
Asha Nair wrote: > Hi everyone! > > This is my first post and I'm still trying to figure things out. So > apologise if I make a mistake! > > I've made a site with dropdown menus and it has worked fine on IE up until > IE8 has come out. The dropdown menus, instead of coming out horizontally > across

Re: [css-d] Vertical Menu problem

2009-06-04 Thread David Laakso
Alan Gresley wrote: > John wrote: > >> Hi All, >> >> I can't see how to get rid of the padding at the top of the menu in Firefox: >> >> http://www.donann.co.uk/new_site/vertical_menu.html >> >> >> John >> > > > Maybe a pure CSS solution with valid and clean HTML. > > >

Re: [css-d] Is this CSS pop up possible?

2009-06-04 Thread Tim Climis
On Thursday, June 4, 2009 8:39:40 pm David Laakso wrote: > John Fitzgerald wrote: > > Here is a visual aid. > > http://www.fitzio.com/alliedUrology/generalHealth.php > > Anything is possible. Even with the editor of your choice. > > But as of this writing, CSS copes primarily with the way stuff > "

Re: [css-d] Vertical Menu problem

2009-06-04 Thread Alan Gresley
John wrote: > Hi All, > > I can't see how to get rid of the padding at the top of the menu in Firefox: > > http://www.donann.co.uk/new_site/vertical_menu.html > > Safari displays it as I would like it without the padding showing. > > Also for the link labeled 'Home' to be in line with the other

[css-d] Drop Down Menus

2009-06-04 Thread Asha Nair
Hi everyone! This is my first post and I'm still trying to figure things out. So apologise if I make a mistake! I've made a site with dropdown menus and it has worked fine on IE up until IE8 has come out. The dropdown menus, instead of coming out horizontally across, come vertically down on the s

Re: [css-d] Is this CSS pop up possible?

2009-06-04 Thread David Laakso
John Fitzgerald wrote: > Here is a visual aid. > http://www.fitzio.com/alliedUrology/generalHealth.php > Anything is possible. Even with the editor of your choice. But as of this writing, CSS copes primarily with the way stuff "looks,"and the way stuff "feels." Until such time as things may

Re: [css-d] transparent png corners

2009-06-04 Thread Drake Malone
Thanks Tim, I'll check it out :)! On Thu, Jun 4, 2009 at 6:38 PM, Tim Snadden wrote: > method __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.inc

Re: [css-d] Vertical Menu problem

2009-06-04 Thread Alan Gresley
Mark Henderson wrote: [...] > Just to add to this: John, something you will need to understand is that > many styling inconsistencies occur between browsers because these > browsers apply their own styles to HTML elements (hence the now common > use of a reset style sheet[1]). When IE8 (post beta

Re: [css-d] transparent png corners

2009-06-04 Thread Tim Snadden
On 5/06/2009, at 8:23 AM, Drake Malone wrote: > > http://electrotonik.com/temp/test/drop-shadow-gradient-test.html > Hi Drake - Those links are both the same! Anyway, I've found the following method works pretty well.

Re: [css-d] Vertical Menu problem

2009-06-04 Thread Yazmin Media
Thanks for the additional input Mark. I thought I had tried merging those two rules, but it didn't work. I suppose something else was interfering at the time. And thanks for the reset link...hadn't come across that yet. :) On Thu, Jun 4, 2009 at 5:58 PM, Mark Henderson wrote: > As an FYI, for

Re: [css-d] Vertical Menu problem

2009-06-04 Thread Mark Henderson
On Behalf Of Yazmin Media > Sent: 5 June 2009 04:38 > To: css-d@lists.css-discuss.org > Subject: Re: [css-d] Vertical Menu problem > > John, > > Try these definitions for your CSS: > > .verticalMenu { > background-color : #FFD096; > float : left; > margin-left : 6px; > width : 15

[css-d] transparent png corners

2009-06-04 Thread Drake Malone
Hey all, I need some help... I have a gradient background on a page, and I have a div on the page where it has a drop shadow. I want to the drop shadow to be smooth over the gradient background. So I decided to using pngs (and later on will target IE with the ie6? transparency hack maybe)... but I'

[css-d] Is this CSS pop up possible?

2009-06-04 Thread John Fitzgerald
I am a novice designer using Dreamweaver. I am looking for help but equally as important, I want to learn how to repeat these tasks in Dreamweaver. I know, I know, hand coding is the best, but I am a Wuss(ywig) and need to get through this project. I am more comfortable with CSS than anythi

Re: [css-d] Vertical Menu problem

2009-06-04 Thread Yazmin Media
John, Try these definitions for your CSS: .verticalMenu { background-color : #FFD096; float : left; margin-left : 6px; width : 150px; padding: 0; } .left_menu_txt { padding: 0; } ul.left_menu_txt { list-style: none; margin: 0; } It should also allow you to drop th

[css-d] Vertical Menu problem

2009-06-04 Thread John
Hi All, I can't see how to get rid of the padding at the top of the menu in Firefox: http://www.donann.co.uk/new_site/vertical_menu.html Safari displays it as I would like it without the padding showing. Also for the link labeled 'Home' to be in line with the other links in IE I've found I nee

Re: [css-d] css interference

2009-06-04 Thread David Postill
On Tue, 2 Jun 2009 22:12:43 -0400, Delos Woodruff wrote: | | On Jun 2, 2009, at 8:52 PM, David Hucklesby wrote: | | >> No need to recode the site! The incomplete HTML 4 DOCTYPE puts | >> browsers into quirks mode. Nothing to do with XHTML code - which is | >> treated as HTML by browsers anyw

[css-d] IE 6 and navigation problem

2009-06-04 Thread Fobin
Hi, I've made this navigation using son of suckerfish as a basis: http://www.kuoppa.net/nav/nav.html It works great on Firefox and IE8 but IE6 is giving me a troubles. I've added width:1% and white-space: nowrap for IE6 but still the positioning is wrong. Rightside navigation elements drop little

Re: [css-d] hover nav bg?

2009-06-04 Thread Philippe Wittenbergh
On Jun 4, 2009, at 3:41 PM, Jenni Beard wrote: > > > Thanks again for all of your help with this. I still cannot get the > rest of > the arrowhead to show up in IE7 (or IE6), though it looks great in > Opera, > Chrome, and Firefox. I followed your advice exactly, which worked > great in >