Re: [css-d] JS Text box width differences

2006-04-22 Thread Andrew Gregory
On Sat, 22 Apr 2006 14:34:31 +0800, Iorhael <[EMAIL PROTECTED]> wrote: > Am still having a problem with moving the text box horizontally though > using > negative margins...particularly on the Profile page. Do you have any > suggestions for fixing the Profile page problem? (I would like to move

[css-d] Books and good resources list

2006-04-22 Thread Karl camenzuli
Hi All I was thinking it would be good to build up a good list of books and links in one email that we could all contribute and share. Hope to see some good ones BOOKS Bulletproof Web Design: Improving Flexibility and Protecting Against Worst Case Scenarios with XHTML and

Re: [css-d] JS Text box width differences

2006-04-22 Thread David Laakso
Iorhael wrote: > Am still having a problem with moving the text box horizontally...] > http://www.drkdesign.com/parkerpennington > http://www.drkdesign.com/parkerpennington/css/parker_main.css > Debbie Please see if this helps? Programs: .funfacts2 { margin: 100px 50px 0 0;} Profile: .funfacts1 {

Re: [css-d] JS Text box width differences

2006-04-22 Thread Gunlaug Sørtun
Iorhael wrote: > Am still having a problem with moving the text box horizontally > though using negative margins...particularly on the Profile page. Do > you have any suggestions for fixing the Profile page problem? (I > would like to move the box over the left on the Programs page too but > u

Re: [css-d] Books and good resources list

2006-04-22 Thread Christian Heilmann
> Hi All > > I was thinking it would be good to build up a good list of books and links > in one email that we could all contribute and share. Other people were thinking the same, but considered a WIKI the better option, as it is centralised and you could advertise it in the footer of a mailinglis

Re: [css-d] css with input-submit

2006-04-22 Thread Glenn E. Lanier, II
> From: smithj7 > Sent: Friday, April 21, 2006 7:27 PM > I'm new. A member of the webaim list suggested I join this Welcome. > I don't have a clue how to do the html side or the CSS style > sheet side > for the input type=submit except using the inline style. Two options that I know of: in

Re: [css-d] JS Text box width differences

2006-04-22 Thread Iorhael
> I'm prepared to be corrected, but it looks like Firefox is doing the wrong > thing. The "margin box" of tables is not supposed to overlap floats. > > To get your fun facts over the table, you'd need to use positioning, but > then you'd run the risk of table text going underneath the funfacts bo

Re: [css-d] css with input-submit

2006-04-22 Thread Christian Montoya
> > From: smithj7 > > I don't have a clue how to do the html side or the CSS style > > sheet side > > for the input type=submit except using the inline style. I'm not sure how helpful this is, but I use < button type="submit" >Submit< /button > instead. Then I just style the buttons. It's a litt

Re: [css-d] CSS editor?

2006-04-22 Thread S.F. Alim
`Notepad2` is the simply the best editor for various programming, I use it for html and css as well as for javascript and php. Check it out: http://www.flos-freeware.ch/notepad2.html ~~ S. F. Alim __ css-discuss [EMAIL PROTEC

Re: [css-d] Float problems in Firefox 1.5

2006-04-22 Thread Terri Chicko
On Apr 20, 2006, at 8:07 AM, Ingo Chao wrote: > > shrink-to-fit width = width of all the words > > And if I am wrong, it doesn't matter, because no one reads a post with > more than one formula. > > > Ingo I do : ) I love it. You are so informative. It's just hard to keep up with all these pos

[css-d] CSS Navigation Compatibility Problem

2006-04-22 Thread Glenn Weatherson
I am having some trouble with the code I recieved from here: http://www.htmldog.com/articles/suckerfish...e/vertical.html My navigation works correctly in ie, but in firefox it overlaps. Thanks in advance for your consideration. Here is a direct link to the navigation live as well: http://iamgle

Re: [css-d] CSS Navigation Compatibility Problem

2006-04-22 Thread Gunlaug Sørtun
Glenn Weatherson wrote: > My navigation works correctly in ie, but in firefox it overlaps. > Thanks in advance for your consideration. > http://iamglenn.com/nav/ Well, IE has never been particularly good at math... :-) You must set font-size for the entire navigation on the outer nav-element (a

Re: [css-d] CSS Navigation Compatibility Problem

2006-04-22 Thread Ed Seehouse
On 4/22/06, Glenn Weatherson <[EMAIL PROTECTED]> wrote: > My navigation works correctly in ie, but in firefox it overlaps. > Thanks in advance for your consideration. > Here is a direct link to the navigation live as well: > http://iamglenn.com/nav/ Your xhtml code has many errors in it. Most of

[css-d] Borders for and elements

2006-04-22 Thread Eric Fields
I'm studying "Eric Meyer on CSS". Below is an excerpt from the code as it is listed on page 102 of the book before the margin for the "td#sidelinks a" is changed. The below HTML and CSS create a menu of navigation links on the left side of the web page. My question surrounds the padding rules. When

[css-d] Visibility Issues

2006-04-22 Thread Scott Spilker
My client decided to suddenly want an ASAP deadline of this week and sent all the photoshop files on wednesday and wanted a complete site by today. Anyway, I've madly been writing the code (while working and attending school) and have run into one problem. I've setup a list to organize the

Re: [css-d] Visibility Issues

2006-04-22 Thread Ricky Zhou
> I've setup a list to organize the navigation links on the left, but after I > added the code > making them links, they all disappeared. I think you referred to link classes as IDs. Good luck, Ricky __ css-discuss [EMAIL PROTECT

[css-d] Float, positioning, and z-indexing

2006-04-22 Thread Iorhael
Hi, Is there anyway to use relative positioning with float? I need to use a z-index and know that you have to be using absolute or relative positioning in order for it to work...however, I seem to only be able to position the cutout picture on the home page here where I want it using float:righ

Re: [css-d] Float, positioning, and z-indexing

2006-04-22 Thread Kenny Graham
> however, I seem to only be able to position > the cutout picture on the home page here > where I want it using float:right Setting the pic of the guy as a background image of #content wouldn't work? __ css-discuss [EMAIL PROTECT

Re: [css-d] Float, positioning, and z-indexing

2006-04-22 Thread Kenny Graham
you could give the body of that page an ID. eg: #firstpage #content { background: transparent url("images/parker_cutout2.gif") bottom right no-repeat; } and it'd only show up on the first page. it'd probably be a lot easier than trying to get z-index to work with floats. ___

Re: [css-d] Float, positioning, and z-indexing

2006-04-22 Thread Gunlaug Sørtun
Iorhael wrote: > Is there anyway to use relative positioning with float? I need to use > a z-index and know that you have to be using absolute or relative > positioning in order for it to work...however, I seem to only be able > to position the cutout picture on the home page here where I want

Re: [css-d] CSS Navigation Compatibility Problem

2006-04-22 Thread francky
Ed Seehouse wrote: > [...] > >>http://iamglenn.com/nav/ >> >> >[...] >http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fiamglenn.com%2Fnav%2F >Result: Failed validation, 63 errors >[...] > > Seems it is html4.01 trans: validator with doctype overruled

[css-d] Avoid CSSEdit (was "Re: CSS editor?")

2006-04-22 Thread Tyson Tate
Yes, I intend my subject line seriously. Avoid CSSEdit at all costs. At first appearance, it appears to be an incredibly slick CSS editing machine. But, if you do anything remotely complex with it, it will severely mangle your CSS code. I've lost hours upon hours of work fighting CSSEdit. I

Re: [css-d] Avoid CSSEdit (was "Re: CSS editor?")

2006-04-22 Thread Christian Heilmann
> 1. Going back and forth from code to visual editor with randomly > delete chunks of code, add properties to selectors you didn't intend, > and other oddities. Reproducible always. > 2. The live preview is extremely finicky about when it updates. It > usually only updates when you press the delete

Re: [css-d] SOLVED: Now-Safari broken Was-background images missing in IE

2006-04-22 Thread Ingo Chao
Philippe Wittenbergh wrote: > This only seems to affect list-items () with a transitional doc > type or in quirks mode. > Transitional > > Strict > > > Konqueror 3.5.1 also clips partly when using

[css-d] List nav bar problem

2006-04-22 Thread Appalaches Web
Hi, My horizontal nav bar extends when clicked and when visited in FF and IE, How could I fix it to keep the same width and height of the original layout? http://awreferencement.com/site1/ http://awreferencement.com/site1/web.css Thanks GJ