Re: [css-d] text box expanding to full td width inappropriatley

2007-06-17 Thread David Hucklesby
N to replace his original FONT element? @Jonathan: One thing I forgot in my previous post. I did have an issue with Opera 9 when I used "float" to shrink wrap something. Adding "display: table;" to declarations for the float

Re: [css-d] relative or absolute urls?

2007-06-17 Thread David Hucklesby
decide to redirect URLs. To eliminate the "www" for example, which would assist people who type addresses manually and add an extra "w". ;) Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.

Re: [css-d] image border hover states

2007-06-17 Thread David Hucklesby
gn img:hover { > border: 2px solid #777; > } > ~~~ Try: #design a:hover img { border: 2px solid #777; } Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/m

Re: [css-d] text box expanding to full td width inappropriatley

2007-06-18 Thread David Hucklesby
rom examples 1 and 4 in IE 5.01. Also interesting is the fact that Safari for Windows has the same behavior as shown on your Mac screen shot. (Safari for Windows is a beta of Safari 3.) Thanks for the follow-up. Cordially, David -- _

Re: [css-d] Float problem

2007-06-18 Thread David Hucklesby
e source document." (W3.org) I can think of no solution that does not involve changing the source. Sorry. Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 inform

Re: [css-d] IE7 - centering page

2007-06-18 Thread David Hucklesby
What am I > doing wrong? > > Just in case, her's a link to the mentioned page: > http://dev.jugendnetz.de:8080/jn3/ > Hi Josef, It's working for me here on Win xp Pro SP2, IE 7.0.5730.11. Cordially, David --

Re: [css-d] hover causing content to shift in IE

2007-06-18 Thread David Laakso
Ryan Ray wrote: > I have a navigation menu that when hovered, causes the content below it to > shift in IE. > > http://www.omart.org/working/index1.html > IE6 doesn't respect dimensions, so you'll have to use "brute force" :-) Add... * html #navigation {overflow-y: hidden;} ...and IE6 will be

Re: [css-d] IE6 misbehaving

2007-06-19 Thread David Laakso
Gunnar Grímsson wrote: > > I have a strange (to me!) problem in which all browsers except IE6 display > my page the way I want. I have no idea why that is and would be very > grateful if someone could shed a light on why it's happening. This is > probably a no-brainer for most of the regulars here

Re: [css-d] Text-confused weak layout

2007-06-20 Thread David Laakso
trevor bayliss wrote: > Hi all I am trying to initially sort out my text something I learned was > wrong thanks to the help of the users of this list. I just need a few > pointers because I am a bit confused: > > On the body part of the css at the moment it is font 11px -I have seen that

Re: [css-d] Any consensus on reset css?

2007-06-20 Thread David Hucklesby
u create a fresh message using the email address at the bottom of every css-d post, rather than replying to an irrelevant subject. Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listin

Re: [css-d] Best way for text when enlarged

2007-06-21 Thread David Laakso
Brian Crescimanno wrote: > That's a lot of great information arguing in favor of allowing for > complete user control over text size and I'll be the first to say that > I love the concept. However, the difficulty comes in reconciling that > desire with the design at hand. > > Example: I have a fix

Re: [css-d] spanky corner image issue

2007-06-21 Thread David Hucklesby
le.png being 19px high, while the bottom corner images are 18px. > The footer padding looks a little weird in IE as well I've noticed. Any > advice there > would certainly be appreciated. > Some issues in Opera as well. Your code needs a bit of cleaning

Re: [css-d] Design for IE6 or IE7?

2007-06-22 Thread David Hucklesby
pecially the Mac version, that made CSS based web page design viable. Since 1999. (My opinion, of course.) Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information

Re: [css-d] image disappears in IE

2007-06-22 Thread David Laakso
Sandy wrote: > Michael, Zoe, > > Thanks so much for going and checking this out. > > Sophie spotted the problem - I had the size of the image set at width="" > height="" while I was trying different size versions of the logo, and I > forgot to fill it in when I settled on a size. > > I was lookin

Re: [css-d] site check pc explorer

2007-06-22 Thread David Hucklesby
n the body content and the footer Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.in

Re: [css-d] Site Check Please

2007-06-24 Thread David Laakso
Matthew Ohlman wrote: > Good Evening CSS-D, > > I was hoping someone could give me a quick site check on the following > design. I would especially appreciate a review of IE on Mac if possible > since I do not have access to a Mac. General comments and suggestions > are very much appreciated i

Re: [css-d] background position is incorrect in IE7

2007-06-25 Thread David Hucklesby
I have no idea why so, but on a whim I deleted the "width: 100%;" on the rule for "#content #content-nested " -- knowing that's a "hasLayout" trigger. It seems to fix the problem on a local copy. Cordially, David -- __

Re: [css-d] Site Check - blank spots

2007-06-25 Thread David Hucklesby
h 24 style sheets plus inline styles. > or for a JavaScript fix, google "PNG fix" to be taken to the page. I'm sure > others on > this list will have ways to fix this, too. We had a discussion about getting alpha transparency to work in IE on our class form. Some solutio

Re: [css-d] Best way for text when enlarged

2007-06-25 Thread David Laakso
trevor bayliss wrote: > Thanks a lot for all your replies what a large topic but essential to > understand. I have been playing around with various percentages, medium, em > for sizes and I am still on the case and before I rewrite the design > again,settling at present for 100% for body text. H

Re: [css-d] Styling for Fieldsets and Legends

2007-06-25 Thread David Hucklesby
greatly from one country to another - anything from 15% to 50%. This does not invalidate your argument, but I wished to point out that, as always, your design depends on your target audience. Cordially, David -- __ css-discuss [E

Re: [css-d] floats

2007-06-27 Thread David Laakso
Gary Williamson wrote: > Generator Microsoft Word 11 (filtered medium) Hi > I' ve recently started to try and make my css fluid using floats and %. > Everything is fine until I resize the window (make it smaller) and then all > images on pages drop below the page text! I' ve tried adding a % val

Re: [css-d] IE 6 help please

2007-06-27 Thread David Laakso
Phil Turner wrote: > Hi everyone I need some help with this page > Ive produced a gallery using a series of thumbnails with a .class > instead of a series of #divs > > > > http://www.philturner-uk.com/phil/portfolio.html > > > > > Phil Turner > There are something like 150+ markup validation

Re: [css-d] Best way for text when enlarged

2007-06-27 Thread David Laakso
trevor bayliss wrote: > Hi David and all, >Sorry I put up the wrong link > http://216.219.94.105/indextest.cfm > > I am playing around with all the great pointers I have been given. > There seem to be a lot fo different opinions on this one so I will > always be doing

Re: [css-d] Site Check in IE Please

2007-06-27 Thread David Laakso
Richard Brown wrote: > Hi > > On 26/06/07, Richard Brown <[EMAIL PROTECTED]> wrote: > >> Could someone take a quick look at this site in IE please? I think the >> third column is dropping below the 1st. Is that correct? >> >>

Re: [css-d] List problem

2007-06-27 Thread David Hucklesby
#x27;s how it looks in Firefox: <http://webwiz.robinshosting.com/images/metalica.png> (Same in Opera.) Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 info

Re: [css-d] resizing of columns

2007-06-28 Thread David Laakso
Gary Williamson wrote: > I have a two column page. Column one is floated and contains text and Column > two contains an image. When I resize the window the image drops down below > the text at a certain page size. Is there a way to stop this happening in IE > (I know I can use min-width in Firef

Re: [css-d] IE 5.x questions

2007-06-28 Thread David Laakso
Dave Pierce wrote: > > In this site, http://www.pierceartanddesign.com/testfiles/index.html > according to the browsercam, everything works fine except IE5 and > 5.5. (I'm not too worried about versions 3 and 4), but in IE5.x, the > content side is all whacked. > Can anyone tell me why? > > oop

Re: [css-d] Strange Print Issue

2007-06-28 Thread David Hucklesby
nd Safari beta. Heck, it even works okay in NS 4.7 if you reduce the base font size! Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-

Re: [css-d] can anyone see my content disappearing - IE6 win SP2

2007-06-28 Thread David Hucklesby
0 running at 120 DPI, and I am not seeing this problem, even if I increase text size. But I am running a standalone version of IE6, which _may_ make a difference. Cordially, David -- __ css-discuss [EMAIL PROTECTED] http:/

Re: [css-d] What is the equivalent of font-size:11px?

2007-06-28 Thread David Laakso
trevor bayliss wrote: > I am continuing my css journey and have been playing around with this and > can´t seem to get the right results using ems or font-size:small on my body > css: > body {padding-right: 0px; padding-left: 0px; background: #ff repeat-x > 50% > top; padding-bottom:

Re: [css-d] embedded styles

2007-06-28 Thread David Hucklesby
avigation li a:hover{.} at the end of the > styles list > and it worked! I didn' t think it matters what order the embedded styles were > in - am > I wrong? [...] Gary, this is the latest thinking on the matter: <http://meyerweb.com/eric/thoughts/2007/06/04/ordering-

Re: [css-d] screen resolution makes a boo of my site.

2007-06-28 Thread David Hucklesby
t depend on window width, here are some thoughts I came across about a year ago: <http://clagnut.com/blog/1663/> Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] confused with disjointed rollovers

2007-06-28 Thread David Hucklesby
to_simple> There are other ideas on that site. > > also I know this sounds stupid but what does "span" mean? > It's HTML - ... Cordially, David -- __ css-discuss [EMAIL PROTECTED] http:/

Re: [css-d] border in select box IE6

2007-06-28 Thread David Hucklesby
border: none; set on it. Works in Opera, though.) Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -

Re: [css-d] centering element via margin: auto -- p.s.

2007-06-28 Thread David Hucklesby
y centers block items when you tell it to center text. The "margin: 0 auto;" centers modern browsers, but you have to re-assign text alignment (unless you want it centered). > > Sorry to trouble you! No trouble at all. Cordially, David -- __

Re: [css-d] Strange Print Issue

2007-06-28 Thread David Hucklesby
> The page is at: http://www.salemhospital.org/clinicalresearch/print.php > I seem to be experiencing deja vu. Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- ht

Re: [css-d] Site Check in IE Please

2007-06-28 Thread David Hucklesby
ean "full page height?" If so, add a clearing DIV just before the container DIV's closing tag: HTML: CSS: .clearing {clear: both;} Reason: The floated DIVs are not taking up room until they are cleared. BTW - A trip to the HTML and CSS

Re: [css-d] centering elements via margin: auto

2007-06-28 Thread David Dorward
rks mode there are work arounds, but you are usually better off picking a Doctype that triggers standards mode. http://hsivonen.iki.fi/doctype/ http://dorward.me.uk/www/centre/#ie -- David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk> ___

Re: [css-d] Space Problem

2007-06-29 Thread David Laakso
[EMAIL PROTECTED] wrote: > I'm scratching my head wondering why there is a space in between two divs > on a page I am creating. > > It works in IE and doesn't in Firefox (Usually the opposite of what I > usually encounter). > > The web page is: > http://valdostawebmaster.com/projects/blueprint/ > >

Re: [css-d] Wordpress theme floats and footers

2007-06-29 Thread David Laakso
ByteDreams wrote: > I'm working on my very first WP theme. > Everything is inside a #wrapper which is underneath the body tag > Then I have the following structure: > > > I plan to add another sidebar for a three-column layout, and widgetize the > sidebars, but haven't added the second sidebar yet.

Re: [css-d] IE 5.x questions

2007-06-29 Thread David Laakso
in IE5.x, >>> the content side is all whacked. >>> Can anyone tell me why? >>> > > > to which, David Laakso enlightened: > > I do not have IE right now so this is a shot in the dark. You have > assigned a px width to the body and 100% to

Re: [css-d] Wordpress theme floats and footers

2007-06-29 Thread David Laakso
ByteDreams wrote: > Here's a theme that apparently works. > http://windyroad.org/software/wordpress/vistered-little-theme/ > > I've looked at his files to see how he got that header working, and tried a > few things including using the @media screen hack for IE6. Still, I don't > see how he's gott

Re: [css-d] Wordpress theme floats and footers

2007-06-29 Thread David Laakso
ByteDreams wrote: > Okay - back to the drawing board then... > > thxs > > I hope that means back to making one of these yours, and not top-posting any more. ~dL __ css-discuss [EMAIL PROTEC

Re: [css-d] confused with disjointed rollovers

2007-06-29 Thread David Hucklesby
On Fri, 29 Jun 2007 10:42:18 +0100, Rick Lecoat wrote: > Thanks for that link David, I have a project coming up that will require an > image > gallery rollover technique like that and desperately wanted to do it with > CSS, no > javascript. This has just shown me how. > G

Re: [css-d] WinIE Hack please

2007-06-30 Thread David Hucklesby
say, IE7 has problems, too. See this screen shot: <http://webwiz.robinshosting.com/images/family-wealth.jpg> I suggest you fix the markup errors before we attempt any hacks: <http://tinyurl.com/2jut8z> Cordially, David -- __

Re: [css-d] Trouble with footer on five column layout

2007-07-01 Thread David Laakso
trevor bayliss wrote: > I am using David Laakso´s Chealseacreekstudio five column layout which > can be seen here: http://www.chelseacreekstudio.com/ca/cssd/stuff.html > For some reason the footer in firefox doesn´t go to the bottom of the > page. Also I would like to move the c1

Re: [css-d] Trouble with footer on five column layout

2007-07-01 Thread David Laakso
trevor bayliss wrote: > Hi David > Thanks I have done that and validated it http://216.219.94.105/stuff.htm > > > David Laakso <[EMAIL PROTECTED]> wrote: > trevor bayliss wrote: > >> I am using David Laakso´s Chealseacreekstudio five column layout

Re: [css-d] centering elements via margin: auto

2007-07-02 Thread David Dorward
irks mode. http://dorward.me.uk/www/centre/#ie -- David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk> __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- htt

Re: [css-d] 2 IE7/Vista problems

2007-07-02 Thread David Hucklesby
oning" you really need is to place the two main columns side by side. To keep the main content before the "meta" column, take a look at Ryan Brill's negative margins method: <http://alistapart.com/articles/negativemargins/> HTH. Cordially, David -- ___

Re: [css-d] WinIE Hack please

2007-07-02 Thread David Hucklesby
>> On Sat, 30 Jun 2007 05:09:10 +0100, Richard Brown wrote: >>> >>> Back to this site again: >>> <http://familywealthdifference.com/blog/> >>> <http://familywealthdifference.com/blog/wp-content/themes/FWPItheme2/style.css> >>> >

Re: [css-d] Basic layout issue...

2007-07-03 Thread David Laakso
Mark Finney wrote: > I am just about getting there with the basics of CSS but am confused by > something ie6 is doing... The site is a fixed width, centred column with a > header background image. The problem is that although it is fine in firefox > it is shift 1px to the left in ie6 Why? Also

Re: [css-d] IE 6 site check needed

2007-07-03 Thread David Laakso
Phil Turner wrote: >>> sorry everyone the site with the transparent images that dont work >>> in IE6 is here >>> > any suggestions to make them work appreciated thanks > >>> http://www.philturner-uk.com/index.html >>> >>> > > Phil Turner > I /guess/ most people who do that s

Re: [css-d] Basic layout issue...

2007-07-03 Thread David Laakso
Mark Finney wrote: > Opps! Meant to do that... here is a test page that you can see > www.helpusmarry.co.uk/test/ > > On 03/07/07, Mark Finney <[EMAIL PROTECTED]> wrote: > >> I am just about getting there with the basics of CSS but am confused by >> something ie6 is doing... The site is a f

Re: [css-d] Links are not styling and position is wrong.

2007-07-03 Thread David Hucklesby
lt. For all the links, you may be better off with a more conventional navigation structure. I found these tutorials useful when I was learning link styling: <http://css.maxdesign.com.au/listamatic/> Hope they help. > > The development site is http://www.ladera.org/DEV/Kathy/index.html The C

Re: [css-d] Help with header image position in IE6

2007-07-03 Thread David Hucklesby
background-color default to red. No red nor white 1px gap is evident. You *do* have a problem with the site navigation positioning in IE6 though. It's at the bottom left of the page, mostly hidden. Not visible at all in IE5.5. Cordially, David -- __

Re: [css-d] ie positioning problem

2007-07-04 Thread David Laakso
[EMAIL PROTECTED] wrote: > The page in question is: http://free.of.pl/r/ramirez/szaflik/index_d.htm > It looks perfectly well in everything but IE (6/7), the navigation on the > left goes in the middle hovering over the text in the center part. If I > delete the 'position: absolute' from navlist

Re: [css-d] ie positioning problem

2007-07-04 Thread David Laakso
David Laakso wrote: > [EMAIL PROTECTED] wrote: > >> The page in question is: http://free.of.pl/r/ramirez/szaflik/index_d.htm >> >> >> > > One of the fixed width layouts on this page might better serve your purpose > and meet your need: > <ht

Re: [css-d] Inconsistent display of containers and block level elements

2007-07-04 Thread David Laakso
Josue Martinez wrote: > Every browser displays a gap between the page and the top of the browser > window, except IE7. For what it's worth, I want the page to show as IE7 > displays it, assuming that the masthead image isn't getting cut off. > > http://www.ic.sunysb.edu/clubs/phiota/test/ > >

Re: [css-d] Help with header image position in IE6

2007-07-04 Thread David Hucklesby
> On 04/07/07, David Hucklesby wrote: > (Re: http://www.helpusmarry.co.uk/test ) >> >> You *do* have a problem with the site navigation positioning in IE6 though. >> It's at >> the bottom left of the page, mostly hidden. Not visible at all in IE5.5. >>

Re: [css-d] ie positioning problem

2007-07-04 Thread David Hucklesby
y positioned with "top: 75px;" but no value for "left:" -- Try adding "left: 0;" to #navlist. (Although IE 5.5 sets the "top" too high. Don't know why.) Cordially, David -- www.hucklesby.com

Re: [css-d] CSS image rollovers

2007-07-05 Thread David Laakso
Mark Finney wrote: > Is there a way to change the image in one div by clicking a link in another > using purely css? What should I be searching for to find this? > > Thanks, > Mark > Search for compassion. Stu Nicholls . Or iframes (fwiw, an example

Re: [css-d] centering images

2007-07-05 Thread David Hucklesby
alternating the float directions and the corresponding margins, you should be able to adapt the design to your needs. [1] <http://www.communitymx.com/content/article.cfm?cid=97480> Cordially, David -- __ css-discuss [EMAIL PROTECT

Re: [css-d] Fluid Horizontal Menu

2007-07-05 Thread David Hucklesby
The World's Favorite Browser[TM]" can also be made to work, but not perfectly. I like Thierry's solution: <http://www.tjkdesign.com/articles/make_an_html_list_look_like_a_table.asp> Cordially, David -- __ css

Re: [css-d] images won't align in IE

2007-07-05 Thread David Hucklesby
efox 2, and IE 7. Can you tell us what problems you are experiencing and in which version(s) of IE you see them? Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 informatio

Re: [css-d] right-click popup via css ?

2007-07-05 Thread David Hucklesby
On Thu, 5 Jul 2007 17:38:26 +0200, Bru, Pierre wrote: > hi, > > in google spreadsheet, when I right-click I get a popup menu. this isn't the > browser > right-click menu and I get it even with JS disabled. can this be done with > CSS ? > I seriously d

[css-d] IE Float Clearing w/ Faux Columns

2007-07-05 Thread David Laakso
[EMAIL PROTECTED] wrote: > Kenny Graham wrote: > >> Why won't IE extend my faux columns background all the way down? And >> how do I fix it? Works in FF. Please help? Thanks. >> >> http://www.trademarkads.org/BPS >> > > <--- I have been asked to forward this reply on behalf of Georg

Re: [css-d] transparent pngs don't show transparent in IE6

2007-07-06 Thread David Laakso
Christopher Blake wrote: > > Hopefully if you check this page in any browser it should work ok. > http://www.3pointdesign.com/websites2.html > > > Christopher Blake > > > > > FYI only. Got no PC at the moment. Got no fix (sorry). With a MacBook (1680) in FF and Camino when I click an image

Re: [css-d] Stop textarea expanding outside fieldset??? (when textsize changed)

2007-07-07 Thread David Hucklesby
there are exceptions, I don't know of any. Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- h

Re: [css-d] can I custom variables for my website colors? to use within the CSS?

2007-07-07 Thread David Hucklesby
e reason for your question.) Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.c

[css-d] page check :: ~dL

2007-07-07 Thread David Laakso
I get frequent reminders from the guy that the thing [1] is supposed to work in all versions of win/ie. Comments, suggestions, and links to an "anger management" seminar appreciated. Thanks. [1] Best, ~dL -- http://chelseacreekstudio.com/ ___

Re: [css-d] page check :: ~dL

2007-07-08 Thread David Laakso
Rahul Gonsalves wrote: > On 08-Jul-07, at 10:55 AM, David Laakso wrote: > >> Comments, suggestions, and links to an "anger management" seminar >> appreciated. >> >> [1] <http://www.chelseacreekstudio.com/ca/ct1/> > > As always, I wish I'd

Re: [css-d] page check :: ~dL

2007-07-08 Thread David Laakso
Luis Speciale wrote: > ~davidLaakso a écrit : > >> A page check with with whatever you are running is appreciated. >> http://www.chelseacreekstudio.com/ca/ct1/ >> >> > > > > > Luis > > > Luis, you have raised some very good points and I appreciate your thorough and thoughtful repl

Re: [css-d] page check :: ~dL

2007-07-08 Thread David Laakso
Donna Jones wrote: >> >> [1] <http://www.chelseacreekstudio.com/ca/ct1/> >> > > David, I just opened up IE5.01 and, as far as I can tell, it works > perfectly! Good work! could he be looking in IE4??!! ...trimmed] > > cheers and good luck finding

Re: [css-d] page check :: ~dL

2007-07-08 Thread David Laakso
Ingo Chao wrote: > David Laakso wrote: > >> I get frequent reminders from the guy that the thing [1] is supposed to >> work in all versions of win/ie. >> Comments, suggestions, and links to an "anger management" seminar >> appreciated. >> Thanks.

Re: [css-d] page check :: ~dL

2007-07-08 Thread David Laakso
L Lay wrote: > David Laakso wrote: > >> [1] <http://www.chelseacreekstudio.com/ca/ct1/> >> >> Best, >> >> ~dL >> >> >> > It even works on my Dell laptop (IE 6) - with UseHR on or off. FWIW, > Lynx and Fangs are also

Re: [css-d] Companion column method

2007-07-09 Thread David Laakso
Ingo Chao wrote: > Hi, > > this draft > > http://www.satzansatz.de/cssd/companions.html > > introduces a technique for equal heights aspect of columns. > > Comments and corrections are appreciated. Thank you for your time. > > Regards, > > Ingo > > Nice job, Ingo The technique brings new thin

Re: [css-d] page check :: ~dL

2007-07-09 Thread David Laakso
Ray Leventhal wrote: > David Laakso wrote: > >> [1] <http://www.chelseacreekstudio.com/ca/ct1/> >> >> Best, >> >> ~dL >> >> >> > Hi David, > > The layout looks good in Win: FF1.5/2.0 IE 6/7. In WinFF 2.0, the link &g

Re: [css-d] Resizing leads to big trouble in little china

2007-07-09 Thread David Hucklesby
-sized layout. I think you'd be better off deciding between pixel sizes or EM sizes for your layout, and sticking with one or t'other. Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/

Re: [css-d] Left 50% margin- 497

2007-07-09 Thread David Hucklesby
f this but is it better than left 0 margin 0 > That appears to be putting an absolutely positioned element in the lateral center of its nearest positioned parent. "left: 0;" would position it to the left, I would have thought. Cordially, David --

Re: [css-d] Aligning an img element with an input element?

2007-07-09 Thread David Hucklesby
l table cells. * Giving the elements > a margin- > bottom of around 5px. > > Does anyone know why this is happening, and/or what the fix would be? Thanks > for any > advice. > Only guessing here, George, as I don&#x

Re: [css-d] Problem with paragraphs and headers

2007-07-09 Thread David Hucklesby
ink you are referring to "escaping margins." Google "css escaping margins" for an explanation. Basically, the top and bottom margins of your Hn or P elements "escape" through the top and bottom o

Re: [css-d] Normal bulleted lists... with smaller bullets

2007-07-09 Thread David Hucklesby
xt. I used :before for modern browsers, and some scripting for IE. If that method works for you, feel free to use the script etc.. It was hardly, umm, bullet-proof. [1] <http://webwiz.robinshosting.com/hearts.html> Cordially, David -- ___

Re: [css-d] Left 50% margin- 497

2007-07-10 Thread David Dorward
a smaller price to pay to rendering content inaccessible. -- David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk> __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 informa

Re: [css-d] Normal bulleted lists... with smaller bullets

2007-07-10 Thread David Hucklesby
10.3.9 Firefox 2.0.0.4, all I see is red pipe > characters. > > Yup. You get the same result on a variety of browser / OS combinations. The problem is ensuring that the heart-shaped glyph occurs in all the declared fo

Re: [css-d] Normal bulleted lists... with smaller bullets

2007-07-10 Thread David Hucklesby
> On Jul 11, 2007, at 5:07 AM, David Hucklesby wrote: > >> I had written: >>>> A while back[1], I attempted to substitute a heart entity for the normal >>>> list bullet, (a) so I could change its color on :hover, and (b) so that >>>> it sized with t

Re: [css-d] Header navigation

2007-07-10 Thread David Laakso
trevor bayliss wrote: > Hi list, > I am trying to get the navigation in my header: > http://216.219.94.105/trevor.htm > > to look like it does in my earlier version pre-better layout: > http://216.219.94.105/trevor.htm > I did not look at the header issue you wrote about but when t

Re: [css-d] Explorer bug or poor css technique?

2007-07-11 Thread David Hucklesby
. Sorry. IE7 Win xp Screen shot: <http://webwiz.robinshosting.com/temp/discandmore.png> Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://

Re: [css-d] Equivalent result of html "align left"

2007-07-12 Thread David Hucklesby
t; declarations from #block-col-2, #block-col-4 and so on. Well, that does it in Opera 9. Did not try other browsers. Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 inf

Re: [css-d] IE7 and Mac site check please

2007-07-13 Thread David Laakso
>> could someone please >> have a look at http://www.relaxshiatsu.co.uk/ with IE7 or Mac browsers >> to check I didn't introduce anything new. >> > > > The page is fine and doing well in camino, safari, and ff (mac). Interesting, it is not upside down or backward in mac/ie5.2 -- the ima

Re: [css-d] Explorer bug or poor css technique?

2007-07-13 Thread David Hucklesby
id wrapping, but you can get a couple of increases without breaking, I would hope. With regard to IE7's "zoom" - well, I wish I had an answer. I have similar problems, and have tried all manner of fixes, including some pretty convoluted Micro

Re: [css-d] Equivalent result of html "align left"

2007-07-13 Thread David Hucklesby
o-o close, Trevor. > Delete those "clear: both;" declarations from #block-col-2, #block-col-4 > and so on. Well, that does it in Opera 9. Did not try other browsers. > > Thanks for the reply David, I tried removing all the div block clears but > with no luck > and it didn

Re: [css-d] Equivalent result of html "align left"

2007-07-13 Thread David Hucklesby
On Fri, 13 Jul 2007 16:45:55 -0700 (PDT), trevor bayliss wrote: > > > trevor bayliss <[EMAIL PROTECTED]> wrote: David Hucklesby > <[EMAIL PROTECTED]> wrote: On Fri, 13 Jul 2007 09:01:20 -0700 (PDT), trevor > bayliss wrote: >>> [...] You can see exactly what

Re: [css-d] ie7 margin bug

2007-07-14 Thread David Hucklesby
closing the #box. Yet a background color on #wrapper (as well as your border) tells me this ain't so. All I can add is that Safari (Win), and Netscape 7.2 get it right also. An odd bug, indeed. Cordially, David -- __ css-

Re: [css-d] to position, or not to position....

2007-07-15 Thread David Laakso
Andrew Wallace wrote: > Hey all - > I'm laying out a new site, and was trying to get a handle on positioning. > Here's what I'm playing with: > > http://diamondwphotography.com/NEWSITE/ > > > Andy > > > Things will go a lot easier for you if you abandon absolute positioning to structur

Re: [css-d] Floating images with text wrapping underneath

2007-07-15 Thread David Hucklesby
narrow windows can make the preceding paragraph wrap, and the last one to drop. You may want to re-think your markup to deal with this, by adding a DIV around the two Ps and putting the IMG outside it. You would need to apply special margins and padding to the image then, though

Re: [css-d] IE6 form issue

2007-07-16 Thread David Dorward
etectable syntax errors is, as ever, a good starting point. -- David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk> __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d I

Re: [css-d] Floating images with text wrapping underneath

2007-07-17 Thread David Hucklesby
> David Hucklesby wrote re: http://www.fortvalleyrealestate.com/ > >> p { >> display: table; >> height: 0; >> } >> >> "display: table;" makes it display as a box, as you'd expect. >> On Mon, 16 Jul 2007 22:53:22 +0100, Jason Cro

Re: [css-d] Can safari allow form styling?

2007-07-17 Thread David Hucklesby
Safari 3.0 on Windows xp styles it the same way as other browsers. I'm still saving for a MacBook. :) Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

Re: [css-d] css organization - (divide and conquer) or not?

2007-07-17 Thread David Hucklesby
ou personally. You are on the right track just thinking about this - some kind of organization is surely better than none. :) Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 in

Re: [css-d] IE 6.02 Windows not showing style sheet

2007-07-17 Thread David Hucklesby
#x27;t? > Internet Explorer on Windows does not handle @import rules that specify media correctly. This seems to apply to all versions, including IE 7. <http://www.codestyle.org.uk/css/media/index.shtml> Cordially, David -- _

<    1   2   3   4   5   6   7   8   9   10   >