Re: [WSG] help with css round corners.

2005-04-06 Thread tee
Hi everyone, I got this cool roundbox code from http://www.redmelon.net/tstme/4corners and am trying to adapt it for use in a more complex wrapper with a masthead, body and footer...But im havin a proble with one of the side drop shadows. check out the page at

Re: [WSG] help with css round corners.

2005-04-06 Thread Kvnmcwebn
Hi Tee, I saw the imageless example to, but it dosn't work in ie5 mac. Even though some people don't develop for this browser anymore i still use it somethimes. Also the roundbox im working on has a drop shadow on either side. thank you -Kevin Hi Kevin, I found this nifty corners the other

Re: [WSG] help with css round corners.

2005-04-06 Thread Jan Brasna
and am trying to adapt it for use in a more complex wrapper with a masthead I know I'm not answering directly to your problem, but take a look at ALA: Mountaintop Corners http://alistapart.com/articles/mountaintop/ ALA: CSS Design: Creating Custom Corners Borders

Re: [WSG] help with IE 3-pixel bug

2005-04-04 Thread Chris Stratford
I can't see what you mean. But what I do is, give the container a height of 1%. eg: div { height: 1% } and that DIV will no longer be effected. I cant tell if thats the problem though. Gallagher, Robin wrote: Hi As you can see on the test page I've put up here:

Re: [WSG] help with IE 3-pixel bug

2005-04-03 Thread Gunlaug Sørtun
Gallagher, Robin wrote: http://home.vicnet.net.au/~persia/final/test.html The background image in the floated right column is being affected by the IE 3-pixel bug. I would go for the simplest solution: #rightColumn {_width:202px;_margin-left: -2px;} ...that'll fix IE6. Then I would try a proper

Re: [WSG] Help centering footer IE6

2005-02-24 Thread Bert Doorn
Ah, OK, it's not perfectly centered. I didn't notice at first. You have put MSIE into quirks mode by adding the xml prolog at the top of the source. ?xml version=1.0 encoding=utf-8? MSIE thus uses the old box model, making the paragraphs narrower. Since you're floating them to the left,

Re: [WSG] Help centering footer IE6

2005-02-24 Thread Sarah Peeke (XERT)
Hi Bert Thanks for your suggestion. I tested that by removing all the floats, positioning and display:inline (with the web developer toolbar in Firefox) and it made no visible difference to the layout. I have included these elements for a couple of other pages, namely:

Re: [WSG] Help centering footer IE6

2005-02-24 Thread Sarah Peeke (XERT)
Thanks Bert In quirks mode, that means the footer is only a total of 698px wide (with the padding subtracted to get inside width). In standards mode (as with Firefox and Opera), left and right padding is added to that figure, for a total width of 728px. I have removed the left and right

Re: [WSG] Help on bug

2005-02-12 Thread Andy
On Sat February 12 2005 12:53, ::dotcompals:: wrote: img src='http://127.0.0.1:1030/bug.cgi' Well my dear boy. In order to fix this bug you will need to upload the image to the Geocities server. In your account directory and change the src part of the image so that it points to the uploaded

Re: [WSG] Help on file extensions used

2005-01-27 Thread David R
dotcompals wrote: Dear friends, Can any one help me with the extension used these days in some we pages. For example .gne (flickr.com) .pyra .do (blogger.com). How can these extensions be created what are its advantages? regards Its a server side thing. There are no advantages for the

Re: [WSG] Help on file extensions used

2005-01-27 Thread Rene Saarsoo
Hi, I think the only advantages of these extensions are dis-advantages. The must-read on this topic is from Tim Berners-Lee Cool URIs don't change: http://www.w3.org/Provider/Style/URI.html If you must use any extension at all - please consider something that anyone finds meaningful. The

Re: [WSG] Help - newbie text editors

2005-01-21 Thread Bryan
BB does XHTML, PHP, CSS etc.. built in FTP, HTML Tidy, FTP etc... You name it, it's got it. I use one called Editpad Pro. It has downloadable syntax for a number of different languages, a dictionary, tabs which allow you to work on multiple items at once, a project feature that allows to save

RE: [WSG] Help - newbie text editors

2005-01-21 Thread Karl Brightman
@webstandardsgroup.org Subject: Re: [WSG] Help - newbie text editors BB does XHTML, PHP, CSS etc.. built in FTP, HTML Tidy, FTP etc... You name it, it's got it. I use one called Editpad Pro. It has downloadable syntax for a number of different languages, a dictionary, tabs which allow you to work

Re: [WSG] Help - newbie

2005-01-20 Thread Chris Stratford
Glad to help! It honestly is the best ever coder I have used. It is true that for Server Side Scripting - it isn't as helpful as it is for HTML. But is is really advanced in that, when you have a document - for example a PHP document, like below: ? php php php php php php php php php php

Re: [WSG] Help - newbie

2005-01-20 Thread Jason Foss
I haven't even heard of TSW coder before - but it looks pretty good. The built-in code validators look really handy - especially for bug-hunting. Thanks for the link! On Thu, 20 Jan 2005 20:35:31 +1100, Chris Stratford [EMAIL PROTECTED] wrote: Glad to help! It honestly is the best ever

Re: [WSG] Help - newbie

2005-01-20 Thread Chris Stratford
No Problemo Jason! The code validator is odd, when you click on a HTML element in the source, it will show up in the status bar if its valid etc as well. I havn't really used the validators much, but i know they are there because before I wrote up teh little snippet, i was looking through the

Re: [WSG] Help - newbie

2005-01-20 Thread Alan Trick
Actually that's nothing new. Many of the better editors will do that. The reasons I switched were 1) I was using PHP and so many of the nice things like the built in HTML/CSS Validator. 2) Besides syntax highlighting, it doesn't really support PHP (as in being able to parse it on the fly)

Re: [WSG] Help - newbie

2005-01-20 Thread Chris Stratford
Sorry going to have to stop you there again... Alan Trick wrote: 1) I was using PHP and so many of the nice things like the built in HTML/CSS Validator. I dont get what that means...??? Maybe you mean its redundant? Maybe so, but its a feature never the less... 2) Besides syntax highlighting,

Re: [WSG] Help - newbie

2005-01-20 Thread Kevin Futter
Even Dreamweaver's code editing mode does this (context-sensitive syntax highlighting). There's been a good deal of derogatory commentary about Dreamweaver recently, but as a web IDE I think it's fantastic. Where people get into trouble is by relying solely on WYSIWYG mode. I rarely use WYSIWYG

Re: [WSG] Help - newbie

2005-01-19 Thread David Laakso
On Wed, 19 Jan 2005 10:05:03 -0330, Paul [EMAIL PROTECTED] wrote: I have been writing html code for awhile now and and starting to realize how inaccessible and non-web compliant my pages are. I have always hand written code in Edit Plus 2, is there a better editor I can use for web standards (

Re: [WSG] Help - newbie

2005-01-19 Thread JohnyB
standards ( like Dreamweaver MX ? ) Eh, I won't suggest it to beginner - skilled coder knows all the gotchas, but beginner may just stuck with the WYSIWYG and do it badly. Everebody in our workshop works with PSPad on almost everything. If you want to try WYSIWYG I'd suggest trying NVU... and

Re: [WSG] Help - newbie

2005-01-19 Thread Alan Trick
Hi, Here's a bit of what I've learned jumping from editor to editor. 1) Don't pay for and editor, unless your filthy rich or can freeload one off a company you work for. There are free alternatives that are at least as good as the one's you pay for. 2) WYSIWYG (point and click) is pure evil.

Re: [WSG] Help - newbie

2005-01-19 Thread Brian Cummiskey
Paul wrote: I have been writing html code for awhile now and and starting to realize how inaccessible and non-web compliant my pages are. I have always hand written code in Edit Plus 2, is there a better editor I can use for web standards ( like Dreamweaver MX ? ) and where should I start for

Re: [WSG] Help - newbie

2005-01-19 Thread Lea de Groot
On Wed, 19 Jan 2005 10:05:03 -0330, Paul wrote: is there a better editor I can use for web standards ( like Dreamweaver MX ? ) and where should I start for tips on accessibility and standards compliance. Rather than changing editors, or at least, rather than going to DW! :), I'd suggest you

RE: [WSG] Help - newbie

2005-01-19 Thread Paul
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Cummiskey Sent: Wednesday, January 19, 2005 11:12 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Help - newbie Paul wrote: I have been writing html code for awhile now and and starting to realize how inaccessible

Re: [WSG] Help - newbie

2005-01-19 Thread Alan Trick
True, provided your editor isn't WYSIWYG. Brian Cummiskey wrote: Paul wrote: I have been writing html code for awhile now and and starting to realize how inaccessible and non-web compliant my pages are. I have always hand written code in Edit Plus 2, is there a better editor I can use for web

Re: [WSG] Help - newbie

2005-01-19 Thread Chris Stratford
Wow,wow,wow slow down Alan, ... Alan Trick wrote: 1) TSW Webcoder: Not bad for newbies. It requires regristration to get rid of the popup things which is anoying. It is basically for HTML/CSS coding only. It has no support for server-side scripting like PHP or ASP besides serverside

Re: [WSG] Help - newbie

2005-01-19 Thread David R
Paul wrote: I have been writing html code for awhile now and and starting to realize how inaccessible and non-web compliant my pages are. I have always hand written code in Edit Plus 2, is there a better editor I can use for web standards ( like Dreamweaver MX ? ) and where should I start for

Re: [WSG] Help - newbie

2005-01-19 Thread Bryan Davis
Paul wrote: I have been writing html code for awhile now and and starting to realize how inaccessible and non-web compliant my pages are. I have always hand written code in Edit Plus 2, is there a better editor I can use for web standards ( like Dreamweaver MX ? ) and where should I start for

Re: [WSG] Help - newbie

2005-01-19 Thread Bruce
I have always recommended not using an editor, learn it manually, then perhaps use one for shortcuts. Reliance on html editors and such isn't a good idea. That will go a long way toward learning on your own, without being limited by some software. Notetab or notepad is fine. Bruce Prochnau

Re: [WSG] Help - newbie

2005-01-19 Thread Wayne Godfrey
On 1/19/05 3:55 PM, Bruce [EMAIL PROTECTED] wrote: I have always recommended not using an editor, learn it manually, then perhaps use one for shortcuts. Reliance on html editors and such isn't a good idea. That will go a long way toward learning on your own, without being limited by some

Re: [WSG] Help - newbie

2005-01-19 Thread matt andrews
On Thu, 20 Jan 2005 00:41:40 +1000, Lea de Groot [EMAIL PROTECTED] wrote: Rather than changing editors, or at least, rather than going to DW! :), I'd suggest you just start validating your pages. Figuring out those fixes will teach you a lot, and from there you can move on to Accessibility

Re: [WSG] Help - newbie

2005-01-19 Thread Bruce
Chris Stratford wrote: Wow,wow,wow slow down Alan, ... snip I LOVE TSW WebCoder. Built in FTP is Excellent! Built in Project Manager - with Status reports, To Do Lists, Full Project Upload Built in Server Mapping. Preview in IE and Mozilla - only for HTML coding, or if your server mapping...

Re: [WSG] Help - newbie

2005-01-19 Thread Ben Hamilton
Paul wrote: I have been writing html code for awhile now and and starting to realize how inaccessible and non-web compliant my pages are. I have always hand written code in Edit Plus 2, is there a better editor I can use for web standards ( like Dreamweaver MX ? ) and where should I start for

Re: [WSG] Help with border

2005-01-13 Thread Jixor - Stephen I
Regnard Kreisler C. Raquedan wrote: Hello, I have a little problem with a border with a site I'm doing. The prototype's URL is http://www.raquedan.com/quickinfo. My 3-column lay-out has a bit of a snag. The left-most sub-column has a border that doesn't stretch all the way down to the length of

Re: [WSG] Help with border

2005-01-13 Thread Jixor - Stephen I
Jixor - Stephen I wrote: Regnard Kreisler C. Raquedan wrote: Hello, I have a little problem with a border with a site I'm doing. The prototype's URL is http://www.raquedan.com/quickinfo. My 3-column lay-out has a bit of a snag. The left-most sub-column has a border that doesn't stretch all the way

Re: [WSG] Help with border

2005-01-13 Thread Regnard Kreisler C. Raquedan
Thanks for the suggestion! :) On Fri, 14 Jan 2005 18:29:35 +1100, Jixor - Stephen I [EMAIL PROTECTED] wrote: Jixor - Stephen I wrote: Regnard Kreisler C. Raquedan wrote: Hello, I have a little problem with a border with a site I'm doing. The prototype's URL is

Re: [WSG] Help with centering - jumps horizontally depending on presence of vertical scrollbar

2005-01-02 Thread Anders Nawroth
I use this code: html { min-height: 100%; margin-bottom: 1px; } It forces the vertical scrollbar on all pages. /Anders Mani Sheriar skrev: Hi All, Im working on a project which can be seen here: http://www.manisheriar.com/qualitymine The page is centered using a div align=center wrapping around a

Re: [WSG] Help with centering - jumps horizontally depending on presence of vertical scrollbar

2005-01-02 Thread designer
Hi Mani, Try using mozscroll in your CSS: #mozscroll { position: absolute; top: 0px; bottom: -1px; visibility: hidden } then, in your code: div id=mozscrollnbsp;/div (I usually put mine at the bottom of the page). HTH Bob McClelland, Cornwall (U.K.)

Re: [WSG] Help, why doesn't it work...

2004-12-10 Thread russ - maxdesign
Because they are floated objects - their heights are not being recognised by their parent container, so it does not extend below them. You need to clear after them so that their container will wrap around them. More here: http://www.maxdesign.com.au/presentation/floatsample.htm Russ Please

Re: [WSG] help with CSS

2004-11-30 Thread russ - maxdesign
Sounds like double margin bug: http://www.positioniseverything.net/explorer/doubled-margin.html In Firefox, the left nav displays correctly, but in IE, the nav is moved further to the right than it is supposed to be, so I've had to make the image narrower than it should be to fit into the

RE: [WSG] help with CSS

2004-11-30 Thread David McDonald
. Hope this helps. Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [WSG] help with CSS Date: Wed, 1 Dec 2004 11:09:46 +1030 Hi, I am a new member to WSG and am hoping someone can help me with a problem I'm having. I'm only new to web design and CSS, and am

Re: [WSG] help with CSS

2004-11-30 Thread Nick Gleitzman
On 1 Dec 2004, at 11:39 AM, Kym Parry wrote: Hi,   I am a new member to WSG and am hoping someone can help me with a problem I'm having. I'm only new to web design and CSS, and am learning as I go along.   I'm trying to create a site but it is displaying differently in Firefox and IE and I'm

Re: [WSG] Help with a layout

2004-11-30 Thread Gunlaug Sørtun
Matt wrote: 1. If I add content to the left or right columns, the footer doesn't push down, and the content overlaps - the layout breaks. I would like for all 3 columns to be the same height, no matter which one has more or less content. All you need is to add clear: both; to #Footer. That is

Re: [WSG] Help with a layout

2004-11-29 Thread Matt
Sorry, Here is the screen shot of IE Mac: http://220.233.11.63/Misc/dev/Mac-IE-screenshot.gif You can view all of the files here: http://220.233.11.63/Misc/dev/ Cheers, Matt On Tue, 30 Nov 2004 16:05:49 +1100, Matt [EMAIL PROTECTED] wrote: Hi everyone, I am new to XHTML/CSS, and I am

Re: [WSG] Help with suggestions

2004-11-22 Thread Will Jensen
I visited your site. I understand it is a work in progress. There are too many comments I could make. I limited myself to those that need most attention first: 1. Why is there a doorway or front page? Such pages make me want to leave - not enter. It is downright unfriendly to expect me to waste

Re: [WSG] Help With a weird link style

2004-11-21 Thread Kim Kruse
First of all... you have I don't know how many instances of the same javascripts all over the place. You don't have a doctype. You have 2 start tags for style. You have your bodytag before the closing headtag. I suggest you fix that first. Kim Genau Junior wrote: Hello All, Im finishing a

RE: [WSG] Help With a weird link style

2004-11-21 Thread Peter Firminger
Hi Genau Jr, The first step when asking for help is always to get the page code valid first. See http://validator.w3.org/check?uri=http://novo.meucarronovo.com.br/ Most of your problems seem to stem from unescaped ampersands () in links (I haven't looked too far down as there are 153 errors).

Re: [WSG] Help With IE Jog Bug...

2004-11-19 Thread Bryan Davis
- From: Chris Stratford [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 19, 2004 12:00 AM Subject: Re: [WSG] Help With IE Jog Bug... Hey Bryan, Sorry but that didn't help?? I added position: relavite; and line-height: 100% to both the #content, and to the table... Neither

Re: [WSG] help with z-index?

2004-11-18 Thread Natalie Buxton
You also need to make sure you apply a postion: to the parent. eg: position:relative; z-index:0; On Thu, 18 Nov 2004 10:25:17 +, john [EMAIL PROTECTED] wrote: Hello! Firstly, I want to thank everybody who has helped me so far, including all the wonderful feedback I had once I asked for a

Re: [WSG] help with z-index?

2004-11-18 Thread Gunlaug Sørtun
john wrote: Now, I'm having a bit of a brain fizzle and I can't figure out how to prevent the text from being seen inbetween the buttons when I scroll. Once the text reaches the bottom of the buttons, I want it to disappear...but for the life of me, I can't figure out. Perhaps I've been working

Re: [WSG] help with z-index?

2004-11-18 Thread Natalie Buxton
sorry, I didnt visit your page before writing. To hide the text, you will need to give the container that holds your tabs a background colour - right now if is transparent. On Thu, 18 Nov 2004 22:04:14 +1100, Natalie Buxton [EMAIL PROTECTED] wrote: You also need to make sure you apply a

Re: [WSG] help with z-index?

2004-11-18 Thread Bryan Loeper
ul#tabmenu { background: #E6; } should fix things up for you. Or you can add that background declaration to your current #tabmenu specs. -Bryan ** The discussion list for http://webstandardsgroup.org/ See

Re: [WSG] help with z-index?

2004-11-18 Thread john
Thanks for the help, folks. I noticed, however, that when I do that, I lose the line on top of the buttons, and I can't figure out how to keep that *and* but a background in. ~john _ Dr. Zeus Web Development http://www.DrZeus.net content without clutter on 11/18/2004

Re: [WSG] Help With IE Jog Bug...

2004-11-18 Thread Bryan Davis
Chris The usual way to bypass these kind of bugs is either declare position:relative; or a line-height for the containing div. That tends to kick IE into line. Hope that helps, Bryan - Original Message - From: Chris Stratford [EMAIL PROTECTED] To: WSG [EMAIL PROTECTED] Sent: Thursday,

Re: [WSG] Help With IE Jog Bug...

2004-11-18 Thread Chris Stratford
Hey Bryan, Sorry but that didn't help?? I added position: relavite; and line-height: 100% to both the #content, and to the table... Neither worked on its own, or both together... :( Any other advice?? Bryan Davis wrote: Chris The usual way to bypass these kind of bugs is either declare

RE: [WSG] Help with position: fixed;

2004-11-02 Thread Patrick Lee
That's what should be happening. The browser is putting the section at the top of the page as the fixed header and table of content aren't influencing the positioning of #main. A quick and dirty solution is to have this #one, #two, #three {padding-top:100px;} instead of padding the top of

Re: [WSG] Help with position: fixed;

2004-11-02 Thread Thorsten
hi Peter, I have a page with fixed header and a set of internal links (anchor identifiers). The problem is in that when I follow the link the heading hides under the fixed header. my idea would be to put the #main div right below the fixed header (using margin-top instead of padding-top) and

Re: [WSG] Help with position: fixed;

2004-11-02 Thread Thorsten
hi again Peter, I made it that way http://shevtsov.fanstvo.com/tests/fixed-header2.html looks cool, glad it helped! BTW, how does it look in MSIE? umm, it technically works, but the scrollbar covers the whole side of the page instead of only the #main div. the fusion of the #toc div and the

Re: [WSG] Help with fieldset in a li

2004-10-28 Thread Susan R. Grossman
Firstly, am I using fieldset and legend in the correct semantic manner? My understanding is that fieldset is meant to group all the similar form elements together, not to diferentiate each input.A group of numbered questions are all related to each other, and the entire thing should be in

Re: [WSG] Help with fieldset in a li

2004-10-28 Thread Steven . Faulkner
Firstly, am I using fieldset and legend in the correct semantic manner? Fieldset and legend elements are useful for explicitly identifying groups of form controls and assigning a label [legend] that relates to a group of controls. The example of their use you provided looks fine. Fieldsets

RE: [WSG] Help with fieldset in a li

2004-10-28 Thread Web Usability
Hope this is helpful Roger -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Susan R. Grossman Sent: Friday, 29 October 2004 1:28 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] Help with fieldset in a li Firstly, am I using fieldset and legend in the correct

RE: [WSG] Help with fieldset in a li

2004-10-28 Thread Peter Firminger
together anyway so I think not. P -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Web Usability Sent: Friday, October 29, 2004 9:35 AM To: [EMAIL PROTECTED] Subject: RE: [WSG] Help with fieldset in a li One benefit of using fieldset and legend

RE: [WSG] Help with fieldset in a li

2004-10-28 Thread Damian Sweeney
can be found at http://www.usability.com.au/resources/forms.cfm Hope this is helpful Roger -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Susan R. Grossman Sent: Friday, 29 October 2004 1:28 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] Help with fieldset

RE: [WSG] Help with fieldset in a li

2004-10-28 Thread Web Usability
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter Firminger Sent: Friday, 29 October 2004 10:21 AM To: [EMAIL PROTECTED] Subject: RE: [WSG] Help with fieldset in a li I notice that some people nest the input within the legend whereas I don't: Example: label for=nameName:br / input type=text name

RE: [WSG] Help with fieldset in a li

2004-10-28 Thread Lea de Groot
On Fri, 29 Oct 2004 10:20:54 +1000, Peter Firminger wrote: Does it make any difference? The ID ties them together anyway so I think not. As I understand it, these are the 2 alternate, valid, ways of putting a label on a field. Note that if you wrap the label around the input, you don't need

RE: [WSG] Help with fieldset in a li

2004-10-28 Thread Steven . Faulkner
://www.usability.com.au/resources/forms.cfm Hope this is helpful Roger -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Susan R. Grossman Sent: Friday, 29 October 2004 1:28 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] Help with fieldset in a li Firstly, am I using fieldset

RE: [WSG] Help with fieldset in a li

2004-10-28 Thread Peter Firminger
Yes, my use of the word legend should have read label. D'oh! P However in relation to legend, a whole bunch of labels and inputs can be presented within one legend. Roger I notice that some people nest the input within the legend whereas I don't:

RE: [WSG] Help with fieldset in a li

2004-10-28 Thread Damian Sweeney
In a page where there is only one form and one semantically linked set of form controls is a fieldset necessary/desirable? I think while desirable it is not necessary, unless you have a radio button or checkbox group. But why not use the fieldset element to structure the form instead of putting

RE: [WSG] Help with fieldset in a li

2004-10-28 Thread Steven . Faulkner
] .edu.au cc: Sent by: Subject: RE: [WSG] Help with fieldset in a li

Re: [WSG] Help with fieldset in a li

2004-10-27 Thread Clayton Lengel-Zigich
On Thu, 28 Oct 2004 13:25:29 +1000, Damian Sweeney [EMAIL PROTECTED] wrote: Hi folks, snip Firstly, am I using fieldset and legend in the correct semantic manner? Many thanks, It was my understanding that fieldsets and legends were only to be used with forms to make them easier to use.

Re: [WSG] Help: IE text hiding behind float

2004-10-24 Thread Mordechai Peller
Ben Stockdale wrote: This is my first attempt at a full css layout and to my surprise it seems to test ok on most browsers, apart from the later versions of IE where some of the text hides underneath the floated image. http://stockdale.id.au/ggg/ I haven't moved the css external yet whilst testing

Re: [WSG] help with fixed positioning in IE

2004-10-14 Thread john
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of john Sent: Wednesday, 13 October 2004 11:14 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] help with fixed positioning in IE After applying this CSS hack to one of my sites, my back to top link doesn't do anything at all in Win/IE6 (I have an id

Re: [WSG] help with fixed positioning in IE

2004-10-13 Thread john
, 13 October 2004 9:24 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] help with fixed positioning in IE Focas, Grant wrote: john, the solution requires putting the an html comment above the doctype declaration. If the aim is to throw IE into quirks mode, I'd imagine that one may also consider just

Re: [WSG] help with fixed positioning in IE

2004-10-13 Thread john
PROTECTED] Behalf Of Nick Gleitzman Sent: Tuesday, 12 October 2004 3:22 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] help with fixed positioning in IE On 12 Oct 2004, at 2:55 PM, Focas, Grant wrote: Using a body id will not work because the top of the page is alsways in view. It is the top of the content

Re: [WSG] help with fixed positioning in IE

2004-10-12 Thread john
I appreciate the discussion on this...really, I do. :) Is there somebody who might be able to help me integrate this into my existing CSS? Am I to understand that I can't have my DOCTYPE set to XHTML (I'm not very well-versed in what IE Quirk Mode is)? Thanks. ~john _

RE: [WSG] help with fixed positioning in IE

2004-10-12 Thread Focas, Grant
PROTECTED] Behalf Of john Sent: Wednesday, 13 October 2004 12:36 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] help with fixed positioning in IE I appreciate the discussion on this...really, I do. :) Is there somebody who might be able to help me integrate this into my existing CSS? Am I

Re: [WSG] help with fixed positioning in IE

2004-10-12 Thread Patrick H. Lauke
Focas, Grant wrote: john, the solution requires putting the an html comment above the doctype declaration. If the aim is to throw IE into quirks mode, I'd imagine that one may also consider just sticking the xml declaration there (but haven't got the time to test this assertion). Patrick H.

Re: [WSG] help with fixed positioning in IE

2004-10-11 Thread Patrick H. Lauke
john wrote: The page with the CSS code for fixed positioning in IE is at http://limpid.nl/lab/css/fixed/header Interesting...although I wonder why Anne didn't actually construct proper html documents with a html, head and body...because it seems to work in that situation as well? Patrick H.

RE: [WSG] help with fixed positioning in IE

2004-10-11 Thread Focas, Grant
] Subject: Re: [WSG] help with fixed positioning in IE john wrote: The page with the CSS code for fixed positioning in IE is at http://limpid.nl/lab/css/fixed/header Interesting...although I wonder why Anne didn't actually construct proper html documents with a html, head and body...because it seems

RE: [WSG] help with fixed positioning in IE

2004-10-11 Thread Focas, Grant
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Focas, Grant Sent: Tuesday, 12 October 2004 9:37 AM To: [EMAIL PROTECTED] Subject: RE: [WSG] help with fixed positioning in IE I almost thought a problem that had been plaguing me for ages (apart from Howard) had been solved by this until I tried to view

Re: [WSG] help with fixed positioning in IE

2004-10-11 Thread Nick Gleitzman
On 12 Oct 2004, at 1:27 PM, Focas, Grant wrote: I've solved the Mac scrollbar problem. http://www.homebass.info/fixedPosTest/ Now the only issue left (besides that it uses CSS hacks) is that the back to top link only takes you to the top of the content div minus the height of the header. Grant

RE: [WSG] help with fixed positioning in IE

2004-10-11 Thread Focas, Grant
: Tuesday, 12 October 2004 2:31 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] help with fixed positioning in IE On 12 Oct 2004, at 1:27 PM, Focas, Grant wrote: I've solved the Mac scrollbar problem. http://www.homebass.info/fixedPosTest/ Now the only issue left (besides that it uses CSS hacks

Re: [WSG] help with fixed positioning in IE

2004-10-11 Thread Nick Gleitzman
On 12 Oct 2004, at 2:55 PM, Focas, Grant wrote: Using a body id will not work because the top of the page is alsways in view. It is the top of the content div which is hidden. Well, in that case I've misunderstood what you're trying to do with the link. In all my Mac browsers (IE5.2, Safari 1.2,

RE: [WSG] help with fixed positioning in IE

2004-10-11 Thread Focas, Grant
bad when the header is only 60px but if it were 120 the difference would be quite a worry. Grant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nick Gleitzman Sent: Tuesday, 12 October 2004 3:22 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] help with fixed

Re: [WSG] Help. 2 extra words breaks the page

2004-10-08 Thread Nick Gleitzman
Paul, your CSS doesn't validate. This is failing: div.sidebar {border-left: 1px solid #ccc; width: 200px; float: right; padding-left: 5px; padding-vertical-align:text-top;} Error: Property padding-vertical-align doesn't exist : text-top Remember to validate! The problem with IE5 lies with your

RE: [WSG] Help about negative positioning

2004-10-07 Thread Andreas Boehmer [Addictive Media]
Negative values always give pretty bad results. Instead of moving it up, why don't you float the heading to the right of your logo and then just movie it a bit down and a bit left (by giving margin-top and margin-right)? That should give you the result you want, without using negative numbers.

Re: [WSG] Help. 2 extra words breaks the page

2004-10-07 Thread Lea de Groot
On Thu, 7 Oct 2004 18:00:49 -0700, Paul Burchfield wrote: What I've found is that the amount of text in the sidebar paragraph can break the page. At some point an extra t words causes all of the text on the page to go beyond the right hand boundary of the page Well, you'll be happy to know

Re: [WSG] Help. 2 extra words breaks the page

2004-10-07 Thread Jay Smith
On Thu, 7 Oct 2004 18:00:49 -0700, Paul Burchfield [EMAIL PROTECTED] wrote: I'm trying to create a sidebar for web pages at work to allow an author a spot to place notes or other quick thoughts. What I've found is that the amount of text in the sidebar paragraph can break the page. At some

Re: [WSG] Help. 2 extra words breaks the page

2004-10-07 Thread Alex Kouzemtchenko
On Fri, 8 Oct 2004 14:07:21 +1100, Jay Smith [EMAIL PROTECTED] wrote: On Thu, 7 Oct 2004 18:00:49 -0700, Paul Burchfield [EMAIL PROTECTED] wrote: I'm trying to create a sidebar for web pages at work to allow an author a spot to place notes or other quick thoughts. What I've found is that

Re: [WSG] Help with this layout

2004-10-06 Thread adam reitsma
the simple answer to this, Olajide , is to use the overflow property. in the divs, set overflow: visible perhaps. google search css overflow for more information. the less simple answer is - why is there a height set in the first place? I have a sneaking suspicion that you may be taking a less

Re: [WSG] Help with simple menu

2004-09-09 Thread Hugh Todd
Jake, Ah hah! Many thanks for that! And thanks to Bert, too, for replying. I would have posted the thanks offlist, but I wanted to indicate why Bert's solution would not be ideal in this case. I wanted a rollover effect for the links, involving a graphic arrow to their left. But to achieve

Re: [WSG] Help! Safari wide background image bug?

2004-09-07 Thread Hugh Todd
Lea, i see the same effect in both firefox and safari - a white strip to the left of the blue background? in both Firefox and in safari. Sorry, no, that's not where the problem is. I placed the left edge of the blue background arbitrarily, just to display the issue, so you'll have to excuse the

Re: [WSG] help on this rollover please

2004-08-17 Thread Vicki Berry
Adding float:left to ul.navlist in Firefox fixed it Vicki. :-) Jim wrote: I am having a problem with this sample rollover at http://www.barricksinsurance.com/button.html . It shows up fine with 4 rows across and 4 rows down on IE but it shows 5 rows across on Firefox. Has anybody any

Re: [WSG] help on this rollover please

2004-08-17 Thread Ben Bishop
Hi Jim, On Tue, 17 Aug 2004 18:35:01 -0700, Jim Barricks [EMAIL PROTECTED] wrote: http://www.barricksinsurance.com/button.html . It shows up fine with 4 rows across and 4 rows down on IE but it shows 5 rows across on Firefox. Has anybody any idea what is going wrong here Please? You are

RE: [WSG] help on this rollover please

2004-08-17 Thread Nick Cowie
Jim asked I am having a problem with this sample rollover at http://www.barricksinsurance.com/button.html . It shows up fine with 4 rows across and 4 rows down on IE but it shows 5 rows across on Firefox. Has anybody any idea what is going wrong here Please? I believe is all to do with

Re: [WSG] help on this rollover please

2004-08-17 Thread Jim Barricks
At 07:06 PM 8/17/2004,Vicki Berry, your nimble fingers typed... Adding float:left to ul.navlist in Firefox fixed it Vicki. :-) Jim wrote: I am having a problem with this sample rollover at http://www.barricksinsurance.com/button.html . It shows up fine with 4 rows across and 4 rows down on

Re: [WSG] help on this rollover please

2004-08-17 Thread Jim Barricks
At 07:21 PM 8/17/2004,Ben Bishop, your nimble fingers typed... Hi Jim, You are absolutely correct - IE is displaying it wrong. You've set the width of the UL to 80% of its parent. You've set the width of LI to 20% of its parent. So, the UL is 4/5 of BODY and LI is 1/5 of UL - therefore you get 5

RE: [WSG] help on this rollover please

2004-08-17 Thread Jim Barricks
At 07:35 PM 8/17/2004,Nick Cowie, your nimble fingers typed... Jim I believe is all to do with the box model http://tantek.com/CSS/Examples/boxmodelhack.html and that IE sees the li containers at greater than 20% in width and Gecko sees the containers as exactly 20% and 5*20% will fit in 100%

RE: [WSG] HELP REQUEST: netscape float:absolute problem

2004-07-09 Thread Scott Reston
Lauke Sent: Friday, July 09, 2004 10:00 AM To: [EMAIL PROTECTED] Subject: RE: [WSG] HELP REQUEST: netscape float:absolute problem Haven't really waded through your css, so pardon me if it's an obvious one: have you set the parent to position:relative or absolute to force the float to use

<    1   2   3   4   >