Re: [css-d] Div's not aligning right in IE7

2007-12-26 Thread Gunlaug Sørtun
Dave M G wrote: However, two problems remain. The background graphics on the left and right side of of the main body are still a little out of alignment. The addition of... #left-side, #right-side {zoom: 1;} ...or whatever 'hasLayout' trigger you fancy that doesn't break other browsers, will

[css-d] CSS Geometry

2007-12-26 Thread Gabriele Romanato
http://www.css-zibaldone.com/test/geometry/ happy new year greetings :-) -- http://www.css-zibaldone.com/ http://mimicry.css-zibaldone.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] CSS Geometry

2007-12-26 Thread tedd
At 3:16 PM +0100 12/26/07, Gabriele Romanato wrote: http://www.css-zibaldone.com/test/geometry/ happy new year greetings :-) That's neat. Along similar lines, please review: http://www.designdetector.com/tips/CSSPencils.php Cheers, tedd -- --- http://sperling.com

Re: [css-d] Div's not aligning right in IE7

2007-12-26 Thread Dave M G
Gunlaug, Thank you for responding. The addition of... ...or whatever 'hasLayout' trigger you fancy that doesn't break other browsers, will fix that part. I added 'height: 100%', since 'zoom' seems to be MS proprietary, which I'd rather avoid. So that has triggered 'hasLayout' and solved the

[css-d] IE7 Bug

2007-12-26 Thread Brian Jones
Hi, I am experiencing a weird bug(http://www.bleusolutions.com/images/IE7%20bug.gif) with IE 7...when the page (http://www.bleusolutions.com) loads in FF and IE everything is fine...but as soon as you hover over one of the navigation links it breaks and some the .sub_teasers text flows right over

Re: [css-d] IE7 Bug

2007-12-26 Thread Brian Jones
Sorry, I forgot to point out exactly where the bug is...if you look at the bottom of IE7 bug pic where the footer is at On Dec 26, 2007 10:49 AM, Brian Jones [EMAIL PROTECTED] wrote: Hi, I am experiencing a weird bug(http://www.bleusolutions.com/images/IE7%20bug.gif) with IE 7...when the

Re: [css-d] CSS Geometry

2007-12-26 Thread David Laakso
Gabriele Romanato wrote: http://www.css-zibaldone.com/test/geometry/ happy new year greetings :-) Gosh. I didn't know folks in Italy celebrate the New Year, too... Oh, btw, this is my favorite: http://www.css-zibaldone.com/test/geometry/5/demo.html As ever, Piet Mondrian --

Re: [css-d] IE7 Bug

2007-12-26 Thread Highpowered
Brian, Try adding position:relative; to your #wrapper declaration in bleu.css. -HP Brian Jones wrote: Hi, I am experiencing a weird bug(http://www.bleusolutions.com/images/IE7%20bug.gif) with IE 7...when the page (http://www.bleusolutions.com) loads in FF and IE everything is fine...but

Re: [css-d] IE7 Bug

2007-12-26 Thread Brian Jones
On Dec 26, 2007 12:47 PM, Highpowered [EMAIL PROTECTED] wrote: Brian, Try adding position:relative; to your #wrapper declaration in bleu.css. Thanx a lot it worked..Do you know why that was occurring? -- -Bdot There are only 10 kinds of people in this world. Those who understand binary

Re: [css-d] IE7 Bug

2007-12-26 Thread Highpowered
Brian, Try adding position:relative; to your #wrapper declaration in bleu.css. -HP (Apologies if this is a duplicate) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] Div's not aligning right in IE7

2007-12-26 Thread Big Moxy
Dave M G wrote: CSS Discuss, I have created a page at the following URL: http://tokyocomedy.com/tokyo_comedy_store The CSS and HTML validate. The design displays as intended in FireFox and Opera. (The design doesn't quite fit into an 800 pixel wide space, which I intend to adjust.) In

Re: [css-d] From Fireworks mockup to table free site

2007-12-26 Thread Mark
Fireworks to HTML tables sounds like total proprietary goo. You need fresh air! Suggest you buy Microsoft Expression Web. It's more open source than Microsoft (although some Redmond extensions are built in). It has rock solid basic css templates to get you started. Maybe foundation is a better

[css-d] Site Check ::Nayan Indore::

2007-12-26 Thread Jehangir Larry
Compliments of the season. I have issues in IE (XP) with faux-columns - www.nayanindore.com The style4ie.css is courtesy Mr. David Laakso--Mr. Georg Sortun. Menu from Mr. Tedd Sperling. Appreciate site-check cross browser; and all advise. Thanks. -- Best, JL Jehangir Larry

[css-d] lis get separed if abs positioned a is inside them

2007-12-26 Thread Giuseppe Craparotta
Hi everybody, I'd be grateful if some of you could help me. Please open IE7 or 6 and go to: _http://www.giuseppecraparottacv.co.uk/work-web3.html y_ou see that there's a works link - an a tag displayed as a block - in each of the first 4 boxes - all li part of an ul. The a tag is absolutely

[css-d] list whitespace bug issue with IE

2007-12-26 Thread Lisa G. Wilcox
I have a site HYPERLINK http://www.familyfirstdocs.comhttp://www.familyfirstdocs.com This site was done in Adobe Dreamweaver CS3. It validates and seems to work on my computer. I’ve tested it with Windows XP with IE7, Win XP with Firefox 2.0, WinXP with Opera 9.25, however, my client who has

Re: [css-d] Site Check ::Nayan Indore::

2007-12-26 Thread David Laakso
Jehangir Larry wrote: Compliments of the season. I have issues in IE (XP) with faux-columns - www.nayanindore.com Appreciate site-check cross browser; and all advise. Thanks. #page{background-color: #f8f8e1;}--- add the background-color :: #outer{height:1%;} -- add height: 1%; to each

Re: [css-d] lis get separed if abs positioned a is inside them

2007-12-26 Thread Highpowered
Giuseppe Craparotta wrote: Please open IE7 or 6 and go to: _http://www.giuseppecraparottacv.co.uk/work-web3.html y_ou see that there's a works link - an a tag displayed as a block - in each of the first 4 boxes - all li part of an ul. The a tag is absolutely positioned in the context of the

Re: [css-d] lis get separed if abs positioned a is inside them

2007-12-26 Thread Susan Grossman
This styles seem to imply that in IE6 and 7 a clear grey border appears below the first 4 li's, as you can see. It is actually the page background, not a border part of my design. In Firefox there's no grey between the boxes, which is the way it should be. Besides, when I increase the

[css-d] lis get separed if abs positioned a is inside them

2007-12-26 Thread Giuseppe Craparotta
Hi everybody, I'd be grateful if some of you could help me. Please open IE7 or 6 and go to: _http://www.giuseppecraparottacv.co.uk/work-web3.html y_ou see that there's a works link - an a tag displayed as a block - in each of the first 4 boxes - all li part of an ul. The a tag is absolutely

Re: [css-d] list whitespace bug issue with IE

2007-12-26 Thread Gunlaug Sørtun
Lisa G. Wilcox wrote: http://www.familyfirstdocs.com I don’t have IE6 on my computer but I’ve ran the browser compatibility check in Dreamweaver CS3 and it gives me an Extra Whitespace in List Links bug issue. I’ve tried to apply the fixes it recommends and the client still has the issue.

Re: [css-d] Site Check ::Nayan Indore::

2007-12-26 Thread Jehangir Larry
David Laakso wrote: Jehangir Larry wrote: Compliments of the season. I have issues in IE (XP) with faux-columns - www.nayanindore.com Appreciate site-check cross browser; and all advise. Thanks. #page{background-color: #f8f8e1;}--- add the background-color ::

Re: [css-d] Div's not aligning right in IE7

2007-12-26 Thread Dave M G
CSS-d Following on my own post, I saw on the web that there might be a bug in IE7 that prevents margins from working properly. It was recommended that one could use padding instead, depending on the circumstances. I tried using padding where I was having an alignment problem, and it still

Re: [css-d] Site Check ::Nayan Indore::

2007-12-26 Thread David Laakso
Jehangir Larry wrote: David Laakso wrote: Jehangir Larry wrote: Compliments of the season. I have issues in IE (XP) with faux-columns - www.nayanindore.com Appreciate site-check cross browser; and all advise. Thanks. #page{background-color: #f8f8e1;}--- add

[css-d] image resize does not work in Opera when setting width and height 100%

2007-12-26 Thread David Sánchez (Železničná Stanica)
Hello everyone I'm working on a fluid layour in a music portal. In the frontpage, I must show an image (according the headline news) from 477x200. This would look good in resolutions up to 1024x768, but in other resolutions (like 1280x768) the image look just to small inside it box. So what I'm

Re: [css-d] Site Check ::Nayan Indore::

2007-12-26 Thread Jehangir Larry
David Laakso wrote: Jehangir Larry wrote: David Laakso wrote: Jehangir Larry wrote: Compliments of the season. I have issues in IE (XP) with faux-columns - www.nayanindore.com Appreciate site-check cross browser; and all advise. Thanks. #page{background-color:

Re: [css-d] Site Check ::Nayan Indore::

2007-12-26 Thread David Laakso
Jehangir Larry wrote: www.nayanindore.com Many thanks again. BTW, the menu has now stopped working in IE6! Is Tedd listening?! I don't know if he's listening or not. If you are talking about the vertical flyout menu home/products/contact it seems to be working in: XP/IE6.0 and

Re: [css-d] Site Check ::Nayan Indore::

2007-12-26 Thread Rahul Gonsalves
On 26-Dec-07, at 7:03 PM, Jehangir Larry wrote: www.nayanindore.com Your list bullets ( Nayan Optiks, et al.) could use a little more padding on most OS X browsers. I found your menu a little less than obvious, but that is a fairly subjective thing. In Firefox 2/OS X, the 'Y' in your logo

Re: [css-d] image resize does not work in Opera when setting width and height 100%

2007-12-26 Thread Gunlaug Sørtun
David Sánchez (Železnic(ná Stanica) wrote: http://curefans.com/newsite/ This works perfect in Firefox and IE, but in Opera it just shows a dot instead the image. I just don't get it. Opera pre 9.50beta seems to misinterpret the 'height:100%' to mean zero. Changing it to... .headline img{

Re: [css-d] image resize does not work in Opera when setting width and height 100%

2007-12-26 Thread David Laakso
Gunlaug Sørtun wrote: David Sánchez (Železnic(ná Stanica) wrote: http://curefans.com/newsite/ This works perfect in Firefox and IE, but in Opera it just shows a dot instead the image. I just don't get it. Opera pre 9.50beta seems to misinterpret the 'height:100%' to

Re: [css-d] lis get separed if abs positioned a is inside them

2007-12-26 Thread Shawn Lawler
Giuseppe Craparotta wrote: This styles seem to imply that in IE6 and 7 a clear grey border appears below the first 4 li's, as you can see. It is actually the page background, not a border part of my design. In Firefox there's no grey between the boxes, which is the way it should be. I

Re: [css-d] image resize does not work in Opera when setting width andheight 100%

2007-12-26 Thread David Sánchez (Železničná Stanica)
2007/12/26, Peter Hyde-Smith [EMAIL PROTECTED]: WOW, that's a lot of CSS! Looks nice in FF. First, you have a number of validation errors on both the XHTML and CSS side. You have uncoded special characters in some of the URLs, and you seem to have a closing /label tag with no opening partner.

Re: [css-d] image resize does not work in Opera when setting width and height 100%

2007-12-26 Thread David Sánchez (Železničná Stanica)
2007/12/26, Gunlaug Sørtun [EMAIL PROTECTED]: David Sánchez (Železnic(ná Stanica) wrote: http://curefans.com/newsite/ This works perfect in Firefox and IE, but in Opera it just shows a dot instead the image. I just don't get it. Opera pre 9.50beta seems to misinterpret the

Re: [css-d] image resize does not work in Opera when setting width andheight 100%

2007-12-26 Thread Peter Hyde-Smith
- Original Message - From: David Sánchez (Zeleznicná Stanica) [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Wednesday, December 26, 2007 8:49 PM Subject: [css-d] image resize does not work in Opera when setting width andheight 100% In the frontpage, I must show an image

Re: [css-d] Site Check ::Nayan Indore::

2007-12-26 Thread Jehangir Larry
Rahul Gonsalves wrote: On 26-Dec-07, at 7:03 PM, Jehangir Larry wrote: www.nayanindore.com Your list bullets ( Nayan Optiks, et al.) could use a little more padding on most OS X browsers. I found your menu a little less than obvious, but that is a fairly subjective thing. In Firefox