[css-d] help with image border

2007-04-26 Thread Si
I now the rest of the site needs making table based.. but a quick bug help would be great. in firefox, the image border and hover state work as intened - going from red with white background, to red background - so making the rollvover standout, but in IE6 there seems to be no margin around the i

Re: [css-d] help - ie7 leaving large gap in middle of page

2007-04-20 Thread jeffrey morin
> At the moment I don't see a 'huge' gap, but rather a stripe where there is > no background. That's normal: you have a background image on #contentLingo > set no-repeat, and the amount of contents (paragraphs) that you have > inside > is longer than the image's height. That also depends on text-si

Re: [css-d] help - ie7 leaving large gap in middle of page

2007-04-19 Thread Bruno Fassino
jeffrey morin wrote: > i am working on this site and i can't figure out why ie7 > (probably 6 too but i don't have ie6 to test at home) is > putting the space in the middle. if you > scroll a little you will see a huge gap. i tried to zero the > bottom margin > on the paragraph above the space but

[css-d] help - ie7 leaving large gap in middle of page

2007-04-19 Thread jeffrey morin
hi i am working on this site and i can't figure out why ie7 (probably 6 too but i don't have ie6 to test at home) is putting the space in the middle. if you scroll a little you will see a huge gap. i tried to zero the bottom margin on the paragraph above the space but it still leaves some gap and

Re: [css-d] Help me with this mess

2007-03-19 Thread Don - HtmlFixIt.com
I use a nice text editor called notetab (there is a free light version at http://notetab.com in addition to a low cost pro version) and it has a utility clip that will find every image tag with a missing alt and prompt you for the text to insert so that you can easily insert them. If you have a

Re: [css-d] Help me with this mess

2007-03-19 Thread ~davidLaakso
Mário Gamito wrote: > Hi Francky, > > Thank you for your answer. > > >>html-validator says... >> >> >> >> > Yes, i know it's shitty,

Re: [css-d] Help me with this mess

2007-03-19 Thread francky
Mário Gamito schreef: > Hi Francky, > > Thank you for your answer. > > >>html-validator says... >> >> >> >> > Yes, i know it's shitt

Re: [css-d] Help me with this mess

2007-03-19 Thread Mário Gamito
Hi Francky, Thank you for your answer. >html-validator says... > > > Yes, i know it's shitty, but that's his problem. I'm just trying to s

Re: [css-d] Help me with this mess

2007-03-19 Thread francky
Mário Gamito schreef: > Hi, > > Sorry for the kind of lame question. > > A colleague of mine is doing a website with CSS, but it has several > glitches that i can't fix: > > 1) The "Top Label" blue header resizes if the browse resizes too; > > 2) The pink "MENU" left column doesn't go until the en

[css-d] Help me with this mess

2007-03-19 Thread Mário Gamito
Hi, Sorry for the kind of lame question. A colleague of mine is doing a website with CSS, but it has several glitches that i can't fix: 1) The "Top Label" blue header resizes if the browse resizes too; 2) The pink "MENU" left column doesn't go until the end of the page; 3) The yellow "BOTTOM

Re: [css-d] Help with ie6 and 7 with 3 column gride

2007-03-15 Thread ~davidLaakso
Brandon Blatcher wrote: > Hello. > > I'm working a website, an online voting form for site. However, I'm > having problems with the layout in ie6 and 7. Works fie in Firefox and > Opera. > > It's a three column template, #14 from layout gala > (http://blog.html.it/layoutgala/LayoutGala14.html), yet

Re: [css-d] Help with ie6 and 7 with 3 column gride

2007-03-15 Thread Tony Lush
I'm pretty sure it's because your form is in a table. You might try styling the form with the techniques in the 456 Berea St. article at http://tinyurl.com/yz8yow. Cheers -- Tony Lush __ css-discuss [EMAIL PROTECTED] http://

[css-d] Help with ie6 and 7 with 3 column gride

2007-03-15 Thread Brandon Blatcher
Hello. I'm working a website, an online voting form for site. However, I'm having problems with the layout in ie6 and 7. Works fie in Firefox and Opera. It's a three column template, #14 from layout gala (http://blog.html.it/layoutgala/LayoutGala14.html), yet the left column doesn't stay put in i

Re: [css-d] help with moving menu

2007-03-13 Thread Gunlaug Sørtun
Wonderbaby Designs wrote: > This is a category page (which is correct) > http://209.59.136.73/shop/index.php/action/category/id/1/ > > and this is a product page (with the left menu suddenly on top of > everything) > http://209.59.136.73/shop/index.php/action/item/id/1/ Source-code HTML) in both

[css-d] help with moving menu

2007-03-13 Thread Wonderbaby Designs
I just started uploading the code for the cart design I've been working on and have discovered that in one of the views the left menu is jumping on top of the content and pushing the right column content to the bottom. I have stared at this for hours but can't figure out why it isn't working. C

Re: [css-d] help with footer

2007-03-12 Thread ~davidLaakso
Phil Turner wrote: > Can someone point out how I can get the footer to sit at the bottom > of the site > have tried a few options but nothing working so far > > http://www.philturner-uk.com/kruger/ > > > > Phil Turner > > Phil, I think what's giving you trouble (in addition to the footer) is

Re: [css-d] help with footer

2007-03-12 Thread jeffrey morin
place position: relative; inside your wrraper div then switch the footer to position: absolte; bottom: 0px; On 3/12/07, Phil Turner <[EMAIL PROTECTED]> wrote: > > Hi > Can someone point out how I can get the footer to sit at the bottom > of the site > have tried a few options but nothing working

[css-d] help with footer

2007-03-12 Thread Phil Turner
Hi Can someone point out how I can get the footer to sit at the bottom of the site have tried a few options but nothing working so far http://www.philturner-uk.com/kruger/ (ignore the other site -its an old one) Kind Regards Phil Turner FREELANCE CREATIVE TEL: 0161 439 1669 Chartered Graph

Re: [css-d] help! negative margins doesn't work on IE6

2007-03-08 Thread Gunlaug Sørtun
Erik Visser wrote: > so there is: > > em-liquid ( no max / min width? ) - From the name/description: it is "fixed to em" and not liquid at all, but it is possible to add min / max width so the layout doesn't go completely crazy when subjected to a bit more extreme font resizing. > em-f

Re: [css-d] help! -- frameless css conflict with pure css popups

2007-03-08 Thread Sophie Dennis
Hi Michael, Michael Venables wrote: > Hi all, > > I've got a small site that uses CSS "frames" to create a fixed > navigation sidebar, similar to the techniques discussed here: > http://jessey.net/simon/articles/007.html > http://underscorebleach.net/jotsheet/2004/12/frames-with-css-l

Re: [css-d] help! negative margins doesn't work on IE6

2007-03-08 Thread Erik Visser
Gunlaug Sørtun wrote: >>> I can't easily read text smaller than that on my screens. I design >>> for 200% font-resizing, or 32px 'minimum font size', in case >>> someone needs even larger text. You should try that. > >> done! the whole thing is now a liquid layout. dropped all those >> pixels and

[css-d] help! -- frameless css conflict with pure css popups

2007-03-07 Thread Michael Venables
Hi all, I've got a small site that uses CSS "frames" to create a fixed navigation sidebar, similar to the techniques discussed here: http://jessey.net/simon/articles/007.html http://underscorebleach.net/jotsheet/2004/12/frames-with-css-layout http://css-discuss.incutio.co

Re: [css-d] Help with box

2007-02-24 Thread Gunlaug Sørtun
~davidLaakso wrote: > Adam Boettiger wrote: > >> I have a basic question. I am learning how to design a site with >> rounded corners. The test URL is below. I have a top and bottom >> graphic with a div box in between but am seeing whitespace under >> the top graphic. Any help would be appreciat

Re: [css-d] Help with box

2007-02-23 Thread ~davidLaakso
Adam Boettiger wrote: > I have a basic question. I am learning how to design a site with > rounded corners. The test URL is below. I have a top and bottom > graphic with a div box in between but am seeing whitespace under the > top graphic. Any help would be appreciated. > > http://www.wildfi

Re: [css-d] Help with box

2007-02-23 Thread Gunlaug Sørtun
Adam Boettiger wrote: > I have a basic question. I am learning how to design a site with > rounded corners. The test URL is below. I have a top and bottom > graphic with a div box in between but am seeing whitespace under the > top graphic. Any help would be appreciated. > > http://www.wildfire

[css-d] Help with box

2007-02-23 Thread Adam Boettiger
I have a basic question. I am learning how to design a site with rounded corners. The test URL is below. I have a top and bottom graphic with a div box in between but am seeing whitespace under the top graphic. Any help would be appreciated. http://www.wildfiremediagroup.com/test.html -- Ada

Re: [css-d] help with ie.everything / at my wit's end!

2007-02-11 Thread bill scheider
>http://first-encounter-design.dreamhosters.com/fed >the four images in >the bottom right column are one single line rather than a grid. >I've tried everything I know how to do >http://first-encounter-design.dreamhosters.com/fed/css/main.css :Bill, :I realize that you had another suggestio

Re: [css-d] help with ie.everything / at my wit's end!

2007-02-11 Thread Holly Bergevin
From: "bill scheider" <[EMAIL PROTECTED]> >http://first-encounter-design.dreamhosters.com/fed >the four images in >the bottom right column are one single line rather than a grid. >I've tried everything I know how to do >http://first-encounter-design.dreamhosters.com/fed/css/main.css Bill,

Re: [css-d] help with ie.everything / at my wit's end!

2007-02-11 Thread bill scheider
Hi Tim, > > Besides test browsers on my win xp box, I've checked it in browsercam. In > internet explorer on most setups (ie5.2 on mac seems ok), the four images in > the bottom right column are one single line rather than a grid.( > http://first-encounter-design.dreamhosters.com/fed/ss/fed_ie

Re: [css-d] help with ie.everything / at my wit's end!

2007-02-11 Thread Tim Dawson
On 11/02/2007 05:38, bill scheider wrote: > Hi everyone, > > I hope you can (will) help. On this site: > http://first-encounter-design.dreamhosters.com/fed , all looks as I'd like > it to on most browsers (screenshot here: > http://first-encounter-design.dreamhosters.com/fed/ss/fedSS.jpg >

[css-d] help with ie.everything / at my wit's end!

2007-02-10 Thread bill scheider
Hi everyone, I hope you can (will) help. On this site: http://first-encounter-design.dreamhosters.com/fed , all looks as I'd like it to on most browsers (screenshot here: http://first-encounter-design.dreamhosters.com/fed/ss/fedSS.jpg

Re: [css-d] help with internet explorer oddity..

2007-02-10 Thread francky
Si wrote: > [...] > The dynamic pages are nearly working but still getting conflicts are: > > http://www.find4.eu/events/event_list.php > > - the main content of the table > seems to be breaking the design of the 2column layout > [...] > Hi Si, With IE6 or FF2 under WinXP I don't see a breakin

[css-d] help with internet explorer oddity..

2007-02-10 Thread Si
Hi, Please can you help me.. I've been looking at for the past 10 hours and can't find the conflict. I've got the layout working ok in IE and Firefox 3 columns: http://www.find4.eu/layout.html 2 columns: http://www.find4.eu/layout2c.html The dynamic pages ar

Re: [css-d] Help broke my template

2007-02-08 Thread Diane Ross
On 2/8/07 5:53 AM, "francky" <[EMAIL PROTECTED]> wrote: > Indeed, this is the direction to find the culprit. You assigned the > {width:150px} to the .quicklinks and so on, but then the border-width is > added to the box-width. Then FF is giving overflow + hor. scrollbar to > see the overflow, and

Re: [css-d] Help broke my template

2007-02-08 Thread francky
Diane Ross wrote: > On 2/4/07 11:31 PM, "francky" <[EMAIL PROTECTED]> wrote: > >> * testpage 2 >> >> >> So I guess it must be some margin or padding in the inner parts of the >> #sidebar, for when we make the width of the

Re: [css-d] Help broke my template

2007-02-07 Thread Diane Ross
On 2/4/07 11:31 PM, "francky" <[EMAIL PROTECTED]> wrote: > * testpage 2 > > > So I guess it must be some margin or padding in the inner parts of the > #sidebar, for when we make the width of the #sidebar some 10px smaller,

Re: [css-d] Help broke my template

2007-02-06 Thread francky
Stephane Bortzmeyer wrote: > On Mon, Feb 05, 2007 at 06:47:29PM -0800, > Diane Ross <[EMAIL PROTECTED]> wrote > a message of 39 lines which said: > >> SAVE EVERY STEP with an OWN VERSION NUMBER! >> > A better advice may be to use a real Version Control System, for your > HTML pages and y

Re: [css-d] Help broke my template

2007-02-06 Thread francky
Diane Ross wrote: > [...] > One of my biggest problems is knowing how to troubleshoot problems. > [...] > Recognized! Some sources I got good hints from: * In some hours without deadlines, you can read the whole PIE :-) (and the links in it) to get an idea of known browser issues an

Re: [css-d] Help broke my template

2007-02-06 Thread Stephane Bortzmeyer
On Mon, Feb 05, 2007 at 06:47:29PM -0800, Diane Ross <[EMAIL PROTECTED]> wrote a message of 39 lines which said: > SAVE EVERY STEP with an OWN VERSION NUMBER! A better advice may be to use a real Version Control System, for your HTML pages and your CSS stylesheets. A version number does not te

Re: [css-d] Help broke my template

2007-02-05 Thread Diane Ross
On 2/4/07 8:40 PM, "~davidLaakso" <[EMAIL PROTECTED]> wrote: > I think it may be markup rather than css issue. Compare the order in > which the divisions are closed in Ryan Brill's layout with yours. It is > a tricky layout-- very easy to get the division closings out of order. I thought I was be

Re: [css-d] Help broke my template

2007-02-05 Thread francky
Diane Ross schreef: > On 2/4/07 11:31 PM, "francky" <[EMAIL PROTECTED]> wrote: > > >> So I guess it must be some margin or padding in the inner parts of the >> #sidebar, for when we make the width of the #sidebar some 10px smaller, >> it's ok. >> > > I'm reluctant to even respond at this la

Re: [css-d] Help broke my template

2007-02-05 Thread Diane Ross
On 2/4/07 11:31 PM, "francky" <[EMAIL PROTECTED]> wrote: > So I guess it must be some margin or padding in the inner parts of the > #sidebar, for when we make the width of the #sidebar some 10px smaller, > it's ok. I'm reluctant to even respond at this late hour when my head is mush, but I don't

Re: [css-d] Help broke my template

2007-02-04 Thread francky
Diane Ross wrote: > On 2/4/07 8:40 PM, "~davidLaakso" <[EMAIL PROTECTED]> wrote: > > >> I think it may be markup rather than css issue. Compare the order in >> which the divisions are closed in Ryan Brill's layout with yours. It is >> a tricky layout-- very easy to get the division closings out

Re: [css-d] Help broke my template

2007-02-04 Thread Diane Ross
On 2/4/07 8:40 PM, "~davidLaakso" <[EMAIL PROTECTED]> wrote: > I think it may be markup rather than css issue. Compare the order in > which the divisions are closed in Ryan Brill's layout with yours. It is > a tricky layout-- very easy to get the division closings out of order. > But validate firs

Re: [css-d] Help broke my template

2007-02-04 Thread ~davidLaakso
Diane Ross wrote: > I was working on my template and broke something. Now the text in the main > content area flows into the right sidebar. > > Link to CSS: > The template is based on the the 3 column layout on this

[css-d] Help broke my template

2007-02-04 Thread Diane Ross
I was working on my template and broke something. Now the text in the main content area flows into the right sidebar. I added a div in the right sidebar trying to fix a problem on my own for IE and made some minor changes to text in the right sidebar, but not sure what I did to affect the content

Re: [css-d] help please

2007-02-01 Thread Kirsten Rourke
Georg, Thank you very much! I will be putting in your suggestions later on today or tomorrow - thank you for the quick reply. Regards, Kirsten __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listi

Re: [css-d] help please?

2007-01-31 Thread Gunlaug Sørtun
Kirsten Rourke wrote: > The page validates for xhtml transitional and css but IE 5+ win and > mac hates it. > www.kirstenrourke.com/index2.html > Would anyone mind looking (and not laughing too much) and letting me > know what stands out as really wrong? Nothing really wrong in your stylesheet

[css-d] help please?

2007-01-30 Thread Kirsten Rourke
Hi - I have a page on which I am trying to take two pre-made css pieces (a nav bar and a header replacement) and fit them into a simple layout. The page validates for xhtml transitional and css but IE 5+ win and mac hates it. Would anyone mind looking (and not laughing too much) and letting me

[css-d] Help to control my footer

2006-12-19 Thread Marcelo Wolfgang
Hi list, I'm struggling all morning trying to implement something like this : http://scott.sauyet.name/CSS/Demo/FooterDemo2.html on a website I'm developing, but I cannot make it work at all. and in IE I even can't make it display correctly( the footer is over the content) I've try a lot, and te

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-16 Thread Gunlaug Sørtun
>> I can't easily read text smaller than that on my screens. I design >> for 200% font-resizing, or 32px 'minimum font size', in case >> someone needs even larger text. You should try that. > done! the whole thing is now a liquid layout. dropped all those > pixels and changed it to ems. please ta

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-16 Thread Rizky
On 12/15/06, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > > I can't easily read text smaller than that on my screens. > I design for 200% font-resizing, or 32px 'minimum font size', in case > someone needs even larger text. You should try that. done! the whole thing is now a liquid layout. dropp

Re: [css-d] Help with IE7 Styling

2006-12-15 Thread Sasha Gerrand
On 16/12/06, Sasha Gerrand <[EMAIL PROTECTED]> wrote: > On 16/12/06, Goeres, Lisa M [P SAF] <[EMAIL PROTECTED]> wrote: > > http://www.dps.iastate.edu/wordpress/ > > > > Any ideas on why the navigation styling is different in IE7 than other > > browsers?? [Tried in Firefox (PC & Mac) and Safari so f

Re: [css-d] Help with IE7 Styling

2006-12-15 Thread Sasha Gerrand
On 16/12/06, Goeres, Lisa M [P SAF] <[EMAIL PROTECTED]> wrote: > http://www.dps.iastate.edu/wordpress/ > > Any ideas on why the navigation styling is different in IE7 than other > browsers?? [Tried in Firefox (PC & Mac) and Safari so far] I have tried > almost every fix I can think of!! Also, the s

[css-d] Help with IE7 Styling

2006-12-15 Thread Goeres, Lisa M [P SAF]
http://www.dps.iastate.edu/wordpress/ Any ideas on why the navigation styling is different in IE7 than other browsers?? [Tried in Firefox (PC & Mac) and Safari so far] I have tried almost every fix I can think of!! Also, the search input at the top is messed up. Any ideas on that? Thanks in advan

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread ~davidLaakso
Gunlaug Sørtun wrote: > Rizky wrote: > > >>> FYI: I use a tuned version of HTML Tidy to "clean up" any >>> unnecessary spacing, indentation and whatever in the source-code, >>> which gives me a pretty small file-size without any compression. >>> > > >> is it available for public u

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread Gunlaug Sørtun
Rizky wrote: > i think the problem was on my code. > > the bottom grid now is inside a new container div. previously, it was > under the same parent div with the top grid. that was the real > reason i was forced to use negative margins in the first place. Fine. Correct nesting wasn't one of the

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread Rizky
On 12/14/06, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > > For the page in question; add... > #featured {position: relative;} > ...to fix the "faulty element-stacking over the edge of an element with > 'Layout'" bug in IE6 and older versions. That'll fix it. i think the problem was on my code.

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread Gunlaug Sørtun
>> http://kometdigital.web.id/portfolio/ >> the problematic section is at the bottom row. the one under the >> title "fenomena el nano." > Negative margins don't work in older versions IE on floated elements. Correction: Negative margins on floats work just fine in older versions of IE/win. Ho

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread ~davidLaakso
Rizky wrote: > here's the url: http://kometdigital.web.id/portfolio/ > the problematic section is at the bottom row. the one under the title > "fenomena el nano." > > here's the css: > http://static.kometdigital.web.id/mt-static/themes/portfolio_theme/portfolio_theme.css > > the section with negati

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread George Ornbo
On 12/14/06, Rizky <[EMAIL PROTECTED]> wrote: > > here's the url: http://kometdigital.web.id/portfolio/ > the problematic section is at the bottom row. the one under the title > "fenomena el nano." > > here's the css: > > http://static.kometdigital.web.id/mt-static/themes/portfolio_theme/portfolio_

[css-d] help! negative margins doesn't work on IE6

2006-12-13 Thread Rizky
here's the url: http://kometdigital.web.id/portfolio/ the problematic section is at the bottom row. the one under the title "fenomena el nano." here's the css: http://static.kometdigital.web.id/mt-static/themes/portfolio_theme/portfolio_theme.css the section with negative margin is div#featured.

[css-d] Help with a live page -- div/image problems

2006-12-11 Thread Robert Tilley
The page "http://home.cfl.rr.com/rtgroup/tantra-table_no-pics.html"; displays correctly while the version with graphics "http://home.cfl.rr.com/rtgroup/tantra-table.html"; displays correctly. The background of the page is a 1280x1024 picture which repeats. This should work for most browsers and

Re: [css-d] help with floating 3 col layout

2006-12-11 Thread Gunlaug Sørtun
Si wrote: > I'm trying to set up a classic, 3 column layout. (ala holy grail list > apart) Where the central column ideally is fluid. > So far I think it is ok in firefox, but IE 6 is doing odd things, The > left column in blue flicks in and out of showing, and also covers > The main content co

[css-d] Help Please - Problem with float:right on IE6

2006-12-05 Thread Kevin Leebroderick
I am having problems getting my div #rightSide to float:right in IE6. The page works great in compliant browsers such as FireFox and Mozilla and IE7. I have validated the xhtml and css and they come out fine. I have a wrapper div with a width of 740px that wrap around a content div that is float:le

Re: [css-d] Help with a few minor nitpicks please...

2006-12-03 Thread Highpowered
Maxwell Balmain wrote: > Hi All, > > I redid a site I am working on for an artist friend. Her art is just > darn cool and I am hoping this will help her. > The site address is at: http://maxwellbalmain.com/jordan_03dec/ > index.html > The site css is at: http://maxwellbalmain.com/jordan_03de

Re: [css-d] Help with a few minor nitpicks please...

2006-12-03 Thread Roger Roelofs
Max, On Dec 3, 2006, at 8:23 PM, Maxwell Balmain wrote: > I redid a site I am working on for an artist friend. Her art is just > darn cool and I am hoping this will help her. > The site address is at: http://maxwellbalmain.com/jordan_03dec/ > index.html > > 1) Safari: when you mouse over the p

[css-d] Help with a few minor nitpicks please...

2006-12-03 Thread Maxwell Balmain
Hi All, I redid a site I am working on for an artist friend. Her art is just darn cool and I am hoping this will help her. The site address is at: http://maxwellbalmain.com/jordan_03dec/ index.html The site css is at: http://maxwellbalmain.com/jordan_03dec/styles.css Its a basic gallery si

Re: [css-d] help with bottom positioning & column floats

2006-12-02 Thread Wonderbaby Designs
> -Original Message- > From: Roger Roelofs [mailto:[EMAIL PROTECTED] > Sent: Friday, December 01, 2006 9:25 PM > Subject: Re: [css-d] help with bottom positioning & column floats > I'm not sure skidoo too is a good starting point for your layout. It > assumes

Re: [css-d] help with bottom positioning & column floats

2006-12-02 Thread Wonderbaby Designs
> -Original Message- > From: ~davidLaakso [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 02, 2006 3:32 AM > Subject: Re: [css-d] help with bottom positioning & column floats > > I'm not sure skidoo too is a good starting point for your layout. It > &g

Re: [css-d] help with bottom positioning & column floats

2006-12-02 Thread ~davidLaakso
Roger Roelofs wrote: > Robin, > > On Dec 1, 2006, at 8:32 PM, Wonderbaby Designs wrote: > > >> Here is the design I am trying to create >> http://www.wonderbabydesigns.com/testing/design.jpg >> >> This is what I have so far without the background images added to the >> content area >> http://www

Re: [css-d] help with bottom positioning & column floats

2006-12-01 Thread Roger Roelofs
Robin, On Dec 1, 2006, at 8:32 PM, Wonderbaby Designs wrote: > I have sent a couple of messages but have only gotten one reply so > I'm not > sure if I'm doing something wrong in my messages, but I hope > someone can > help me. > > Here is the design I am trying to create > http://www.wonderb

[css-d] help with bottom positioning & column floats

2006-12-01 Thread Wonderbaby Designs
I have sent a couple of messages but have only gotten one reply so I'm not sure if I'm doing something wrong in my messages, but I hope someone can help me. Here is the design I am trying to create http://www.wonderbabydesigns.com/testing/design.jpg This is what I have so far without the backgrou

Re: [css-d] Help with some minor browser compatibility issues

2006-11-30 Thread Andrew S. Townley
Roger, Sorry for the delay in responding to this. I'm only back in the office today. Thanks very much for checking it on the Mac. I've a couple of questions from what you've said below. On Sat, 2006-11-25 at 17:27, Roger Roelofs wrote: > Andrew, > > On Nov 24, 2006, at 8:04 AM, Andrew S. Town

Re: [css-d] Help with some minor browser compatibility issues

2006-11-25 Thread Roger Roelofs
Andrew, On Nov 24, 2006, at 8:04 AM, Andrew S. Townley wrote: > I've just put a new site live (http://www.archistry.com) ---8<-- > > Opera 9 is another story completely. It was also doing better until I > added the sidebars. Now, the content area overlaps the navigation > area > for me (984x7

Re: [css-d] Help with some minor browser compatibility issues

2006-11-24 Thread Charles
On 11/24/06, Andrew S. Townley <[EMAIL PROTECTED]> wrote: > Hi, > > I've just put a new site live (http://www.archistry.com) which is the > real version of the layout issue that Gunlaug helped me with before. It > works as I expect on Linux in Firefox and Konqueror (although with some > slight col

[css-d] Help with some minor browser compatibility issues

2006-11-24 Thread Andrew S. Townley
Hi, I've just put a new site live (http://www.archistry.com) which is the real version of the layout issue that Gunlaug helped me with before. It works as I expect on Linux in Firefox and Konqueror (although with some slight color differences between the logo image background and the branding bac

Re: [css-d] help with equal-length columns

2006-11-22 Thread Gunlaug Sørtun
e lohroff wrote: > Is that because my content div is non-float? I did it and it worked, > but I don't understand *why*. Yes, it's because your content div is a non-float in the flow. The "why" is a combination of old IE/win bugs for the 'overflow' property (where different IE-versions handle th

Re: [css-d] help with equal-length columns

2006-11-22 Thread e lohroff
Everything is wonderful now - thank you for your patience with me! One last question, Georg wrote: > Sure. I missed an important detail that IE/win has > its own interpretation of: margins/paddings on > floats vs. non-floats. > > So, you must delete the class="equal" on the > following... > >

Re: [css-d] help with equal-length columns

2006-11-21 Thread Gunlaug Sørtun
e lohroff wrote: > http://lohroff.com/MOPStest/index1_900.html > http://lohroff.com/MOPStest/calendar.html > http://lohroff.com/MOPStest/andreastest_900.css > > > Georg wrote: > >> The term ".equal blah blah" sounds like fun. I guess that's what it >> is though - a lot of "blah bl

Re: [css-d] help with equal-length columns

2006-11-18 Thread Gunlaug Sørtun
e lohroff wrote: > http://lohroff.com/MOPStest/index1_900.html > http://lohroff.com/MOPStest/calendar.html > http://lohroff.com/MOPStest/andreastest_900.css > 1. I tried to do Georg's elastic faux columns > http://www.gunlaug.no/tos/moa_12c.html but it's still not working. I > want the green

Re: [css-d] help with equal-length columns

2006-11-18 Thread ~davidLaakso
~davidLaakso wrote: > e lohroff wrote: > >> My first real try at formatting completely in css >> instead of tables. >> >> http://lohroff.com/MOPStest/index1_900.html >> http://lohroff.com/MOPStest/calendar.html >> http://lohroff.com/MOPStest/andreastest_900.css >> >> [Previous message trimm

Re: [css-d] help with equal-length columns

2006-11-18 Thread ~davidLaakso
e lohroff wrote: > My first real try at formatting completely in css > instead of tables. > > http://lohroff.com/MOPStest/index1_900.html > http://lohroff.com/MOPStest/calendar.html > http://lohroff.com/MOPStest/andreastest_900.css > > The html validates in the index1_900 page, but the > validator

[css-d] help with equal-length columns

2006-11-18 Thread e lohroff
My first real try at formatting completely in css instead of tables. http://lohroff.com/MOPStest/index1_900.html http://lohroff.com/MOPStest/calendar.html http://lohroff.com/MOPStest/andreastest_900.css The html validates in the index1_900 page, but the validator hates Google's calendar code in t

Re: [css-d] help w/content links not behaving please

2006-11-04 Thread PBC Web Design
> I have this template almost ready to break down into includes and > continue w/site development but am having trouble getting the text > content links to *not* take on the css style of other links in the page. You can disregard this one as well. Again, it showed up as a post long after the prob

[css-d] help w/content links not behaving please

2006-11-04 Thread PBC Web Design
Hi there, I have this template almost ready to break down into includes and continue w/site development but am having trouble getting the text content links to *not* take on the css style of other links in the page. Page: http://www.digitalmousedesigns.com/new/ CSS: http://www.digitalmousedesi

Re: [css-d] Help with a CSS bug specific to dreamweaver...

2006-10-25 Thread Matt Dawson
HOLY CRAP! I can't believe that worked. Wow. Thanks, Philippe! You're right - this should be filed under most ridiculous bug fix ever. Matt On 10/25/06, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote: > > > On Oct 25, 2006, at 6:38 AM, Matt Dawson wrote: > > > And here's where the problem is:

Re: [css-d] Help with a CSS bug specific to dreamweaver...

2006-10-24 Thread Philippe Wittenbergh
On Oct 25, 2006, at 6:38 AM, Matt Dawson wrote: > And here's where the problem is: I've applied a tiled background > image to > #main_body to make the blue main content column stretch to the > footer, even > if the right sidebar is longer. Works fine in all browsers. > > BUT in dreamweaver,

[css-d] Help with a CSS bug specific to dreamweaver...

2006-10-24 Thread Matt Dawson
Hi all - I've already gotten so much great help from the list on this project - so thanks to everyone. My problem is I have this css-based layout: http://www.southernenvironment.org/test/index2.html that works in all browsers but IE5 and IEMac (I'm working on separate hacks for those), but has

[css-d] Help with DIV Dissapearance in IE

2006-10-23 Thread Aaron Roberson
http://whitehorsemedia.com/broadcast/wnb/index.cfm The div with the class .episode on the page above is not displaying in Internet Explorer 6. There is a big blank space where the div and it's contents should be instead. Any ideas? Thanks, Aaron __

Re: [css-d] Help! - Styling Forms

2006-10-05 Thread Philippe Wittenbergh
On Oct 6, 2006, at 7:44 AM, [EMAIL PROTECTED] wrote: > How do you style a select form's pulldown menu box. I don't > necessarily want > to change the background color of the select field itself. What I > want to do > is change the color of the expand menu symbol that's off to the > right of

Re: [css-d] Help! - Styling Forms

2006-10-05 Thread Cem Meric
How do you style a select form's pulldown menu box. I don't necessarily want to change the background color of the select field itself. What I want to do is change the color of the expand menu symbol that's off to the right of the icon. That's purely operating system dependent I believe. So

[css-d] Help! - Styling Forms

2006-10-05 Thread Byronsbyte
Greetings all! How do you style a select form's pulldown menu box. I don't necessarily want to change the background color of the select field itself. What I want to do is change the color of the expand menu symbol that's off to the right of the icon. I don't know what it's called. This is what

[css-d] Help! CSS menu problem

2006-09-23 Thread CSS
Hi folks I wonder if someone could take a look at the following page: and tell me why it works fine in Firefox and Opera (both under Win XPH), but not under IE6? I have adapted the CSS/HTML from chapter 6 of 'More Eric Meyer on CSS', to add background images

Re: [css-d] Help with floating bullets on a list

2006-09-14 Thread rvlit
Thank you! That was both elegant and simple. Works perfectly in Firefox and will be fine with a few minor adjustments in IE6. - Original Message - From: jennifer ham <[EMAIL PROTECTED]> Date: Thursday, September 14, 2006 17:10 Subject: Re: [css-d] Help with floating bullet

Re: [css-d] Help with floating bullets on a list

2006-09-14 Thread jennifer ham
Here's what I did to make it happen: div#sitenav li { padding: 1px; margin: 1px; list-style: none; text-align:right; /* i added this */ } div#sitenav ul a { font-family: arial, sans-serif; color: #44; /* display: block; */ /* i removed thi

[css-d] Help with floating bullets on a list

2006-09-14 Thread rvlit
Ok ... I am sure I have seen this problem addressed somewhere but can't for the life of me find it. I want to have an image bullet float to within a few pixels to the left of a menu link. Here is a sample of what is happening and the css file. I would like for the "check" image to be a few p

[css-d] HELP! CSS and IE question

2006-08-18 Thread nicola dobiecka
Hello, I'm sure none of you will be surprised by this I have a drop-down menu where the sub-menu items disappear behind my drop-down select box which is below the menu. The menu doesn't disappear behind the text or the input boxes, just the select boxes... has anyone experienced this and kno

Re: [css-d] Help w/ Div Width Issue FF & IE

2006-08-05 Thread Gunlaug Sørtun
Thomas Hall wrote: > www.atramember.com/services.asp > If you look at the page in FF as you scroll down you will see there > is about a 20px gap on the right side that is not there in IE. Cause: IE doesn't respect given dimensions, so it is pushing #main_col_left wider since the #circles is too

[css-d] Help w/ Div Width Issue FF & IE

2006-08-05 Thread Thomas Hall
I have a site at this address - www.atramember.com/services.aspIf you look at the page in FF as you scroll down you will see there is about a 20px gap on the right side that is not there in IE. I have played around with the widths and paddings and margins of the div elements in question but can

<    1   2   3   4   5   6   7   8   9   >