[css-d] link style problem

2007-02-13 Thread Ross Hulford
Hello, I have about 20 links in a side menu a href=1.phplink one/abr / a href=2.phplink two /abr / a href=3.phplink three /abr / a href=4.phplink four/abr / a href=5.phplink five/abr / a href=6.phplink six /abr / They are links to 20 locations. The layout of the pages are identical the only

Re: [css-d] link style problem

2007-02-13 Thread David Dorward
On 13/02/07, Ross Hulford [EMAIL PROTECTED] wrote: I have about 20 links in a side menu a href=1.phplink one/abr / a href=2.phplink two /abr / You should probably be using lists for your lists instead of line breaks. They are links to 20 locations. The layout of the pages are identical the

Re: [css-d] Rounded corners and csszengarden principles

2007-02-13 Thread Micky Hulse
Gunlaug Sørtun wrote: Am I right that this is the only set of choices? Not quite, as CSS can carry it alone... http://virtuelvis.com/gallery/css/rounded/ ...but a certain series of browsers doesn't support CSS that well. I like this one... Same approach as in my first post:

Re: [css-d] Rounded corners and csszengarden principles

2007-02-13 Thread Dave M G
Gunlaug, Micky, Thank you for the links to the CSS and HTML code necessary to put corners in as I'm looking to do. However, I don't seem to be using the :before and :after tags correctly. Is there something wrong with my code? I have an example here: http://articlass.org -- Dave M G Ubuntu

Re: [css-d] First timer looking for css review

2007-02-13 Thread francky
Mike Buettner wrote: I did a bunch more reading (and associated confusion) with this result: Site: http://scottriggs.com/2007/index.html CSS: http://scottriggs.com/2007/css.html 1. I used Francky's suggestion: * The 3 small images [...] And it worked great. 2. Don't really understand

Re: [css-d] Rounded corners and csszengarden principles

2007-02-13 Thread Micky Hulse
Dave M G wrote: Is there something wrong with my code? I have an example here: http://articlass.org Try changing your source code to: div class=wholeContainer Or change your CSS to: #wholeContainer:before { ...yadda... ) #wholeContainer:after { ...yadda... } Keep in mind, this technique is

[css-d] problem with overlapping DIVs

2007-02-13 Thread zbyszekp
Hi all, I have following two pages http://www.dywiz.com/test/boxes/boxes_1.html and http://www.dywiz.com/test/boxes/boxes_2.html How you see on the 'boxes 2' bottom menu is included in right text content but if text is shorter than here we can see result on the 'boxes 1' - bottom menu

Re: [css-d] link style problem

2007-02-13 Thread Michael Stevens
It looks like you already had the idea but I add a class=current to the a and this in my CSS: #menu ul a.current, #menu ul a:link.current, #menu ul a:visited.current, #menu ul a:hover.current { background: url(images/button_current.gif) top left no-repeat; cursor: default;

Re: [css-d] ie 6 text/float problems

2007-02-13 Thread John Garrett
Well, you're clearly experiencing a variant of the 'Explorer 6 Duplicate Characters Bug'... Excellent! You are the man, that fixed it completely. Many thanks, that was driving me crazy. -john -- Wild West Studios 835 Main Street Belgium, WI 53004 1-262-285-3637 phone 1-262-285-3714

[css-d] height issue

2007-02-13 Thread Jake Churchill
I have an issue that comes up a lot that I have never found a good fix for. A lot of the sites I support have a standard 2 column display. The left column is the navigation and the right is the content. There is a wrapper around the entire thing and a footer at the bottom. The issue that I

Re: [css-d] problem with overlapping DIVs

2007-02-13 Thread Gunlaug Sørtun
zbyszekp wrote: http://www.dywiz.com/test/boxes/boxes_1.html http://www.dywiz.com/test/boxes/boxes_2.html How you see on the 'boxes 2' bottom menu is included in right text content but if text is shorter than here we can see result on the 'boxes 1' - bottom menu overlap on footer

Re: [css-d] problem with overlapping DIVs

2007-02-13 Thread zbyszekp
hi, it seems I fixed it with 'min-height' tag with IE6 corrrections: * html #zawMain { height: NUMBERpx; } -- zbyszek pietras __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

Re: [css-d] height issue

2007-02-13 Thread Gunlaug Sørtun
Jake Churchill wrote: In other words, how do I make the wrapper assume the height of either of the child elements to ensure that the height is always correct? If some of those child elements are 'absolute positioned', then _they_ won't affect the height of their parent - no matter what. A

[css-d] center issues with ie6

2007-02-13 Thread jeffrey morin
hi all, i have a page which is set up like so: div id=mainWrapper div id=contentWrapper div id=mainColumn /div -- Jeffrey Morin __ css-discuss [EMAIL PROTECTED]

[css-d] center issues with ie6 and ie mac

2007-02-13 Thread jeffrey morin
sorry about that half email: hi all, i have a page which is set up like so: div id=mainWrapper div id=contentWrapper div id=mainColumn /div /div div id=rightColumn /div /div now i have my header inside a div in the contentWrapper but for

Re: [css-d] center issues with ie6

2007-02-13 Thread Barney Carroll
jeffrey morin wrote: hi all, i have a page which is set up like so: div id=mainWrapper div id=contentWrapper div id=mainColumn /div This is pretty much what I'm always trying to get across. Hehehe. I'm withholding my criticisms for now,

[css-d] RollOver href=# makes text disappear?

2007-02-13 Thread Michael Stevens
http://www.centrestagedancestudio.com/newmenu.htm http://www.centrestagedancestudio.com/assets/centrestage.css http://www.centrestagedancestudio.com/loadmenu.js http://www.centrestagedancestudio.com/mm_menu.js This site is a mess. Made by some version of Dreamweaver it's incredibly bloated and

Re: [css-d] RollOver href=# makes text disappear?

2007-02-13 Thread Reed Underwood
On 2/13/07, Michael Stevens [EMAIL PROTECTED] wrote: http://www.centrestagedancestudio.com/newmenu.htm http://www.centrestagedancestudio.com/assets/centrestage.css http://www.centrestagedancestudio.com/loadmenu.js http://www.centrestagedancestudio.com/mm_menu.js This site is a mess. Made by

Re: [css-d] First timer looking for css review

2007-02-13 Thread Mike Buettner
Thanks again Francky! I especially like this part: [1] ... and you'll see some other things to correct. ;-) No kidding. Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

[css-d] Detail View Bleedthrough

2007-02-13 Thread Chris Pallé
Hi- I'm trying to figure out why IE has elements bleeding through on this detail view popup DIV: http://www.shuttersbeachstyle.weblobby.com/prodDetail.asp? ID=092LIKE=SHT10.001303 It would be on the links down in the order form table. Any help is appreciated. Thanks! chris.pallé,

Re: [css-d] RollOver href=# makes text disappear?

2007-02-13 Thread Michael Stevens
Of course, the first place I shoulda looked... I actually made a #menu ul li a.flyout:hover declaration which works just the same. Thanks, Mike -Original Message- The text is going nowhere but it is turning the same colour as the background. The background colour is specified for the

[css-d] Problem with div wrapping

2007-02-13 Thread Marty Martin
Hello everyone, I am having a problem with some code. The problem is it looks fine for me on FF and IE7 but my customer is seeing the right-hand div wrap under the left div. Can someone help me figure out why this is wrapping and fix it? Thanks in advance! -Marty The code is like this--

[css-d] followup to last email

2007-02-13 Thread Marty Martin
Sorry everyone, I forgot to include the URL-- http://www.fireflylightinginnovations.com/ For the problem with the div. Thanks again, Marty __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

Re: [css-d] center issues with ie6 and ie mac

2007-02-13 Thread ~davidLaakso
jeffrey morin wrote: i have a page which is set up like so: div id=mainWrapper div id=contentWrapper div id=mainColumn /div /div div id=rightColumn /div /div now i have my header inside a div in the contentWrapper but for some reason it will not center in ie6 or ie on the mac. it's

Re: [css-d] center issues with ie6 and ie mac

2007-02-13 Thread jeffrey morin
i actually found that the culprit was an annoying table. but thanks for responding i'll check out the link you sent On 2/13/07, ~davidLaakso [EMAIL PROTECTED] wrote: jeffrey morin wrote: i have a page which is set up like so: div id=mainWrapper div id=contentWrapper div id=mainColumn

Re: [css-d] First timer looking for css review

2007-02-13 Thread Mike Buettner
Finally got this part sorted out. I was confused a bit with the footer bar but found a misplaced /div tag. I found this site to be very helpful in sorting out the various containers: http://www.ilovejackdaniels.com/css/view-page-structure/ Scroll down towards the bottom and insert your site

[css-d] Problem with IE6 and CSS dropdown and info request on hover delay behavior

2007-02-13 Thread Arnold Gregory
Are there peculiarities with IE6 and @import? Does csshover.htc change any of these rules? (see below) Also my department manager asked me to look for any behavior that might slightly delay the hover behavior to be a little more forgiving to users. I have not seen a recent discussion of this

Re: [css-d] Problem with div wrapping

2007-02-13 Thread Gunlaug Sørtun
Marty Martin wrote: I am having a problem with some code. The problem is it looks fine for me on FF and IE7 but my customer is seeing the right-hand div wrap under the left div. http://www.fireflylightinginnovations.com/ Sure does in IE6 - it's running out of space. I suggest you turn

Re: [css-d] Problem with IE6 and CSS dropdown and info request on hover delay behavior

2007-02-13 Thread Dejan Kozina
IE makes a mess with .htc files called from a stylesheet. Instead of treating the url as relative to the css origin it looks for it all over the place (mostly in root folder, but no hard rules here). Simplest solution is to use an absolute url in your stylesheet. djn Arnold Gregory wrote: Are

Re: [css-d] Problem with div wrapping

2007-02-13 Thread Mark Lundquist
On Feb 13, 2007, at 2:32 PM, Gunlaug Sørtun wrote: I suggest you turn that #sidebar into a cross-browser reliable float, by replacing its styles with the following. #sidebar { display: inline; ... What's the purpose of the display: inline in this case? cheers, —ml—

Re: [css-d] Problem with div wrapping

2007-02-13 Thread Gunlaug Sørtun
Mark Lundquist wrote: #sidebar { display: inline; ... What's the purpose of the display: inline in this case? Should have commented it. It is a hack to fix IE/win's 'margin-doubling on floats' bug. Without this hack IE6 and older win-versions will make the 29px right margin twice

[css-d] Browser check please

2007-02-13 Thread David V
I am only running ie7 and ff2. Could I please have a browser check for ie6 and others. Need to know what it looks like to others. www.trainingdogs.com.au Thanks David __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Browser check please

2007-02-13 Thread Portman
Hi David, I am not sure what to look for. I did notice that the right hand column does not go all the way down to the footer - is it supposed to? Looks fine otherwise. IE6 and FF2.0.0.1, WinXP HTH, Riva David V wrote: I am only running ie7 and ff2. Could I please have a browser check for

Re: [css-d] Browser check please

2007-02-13 Thread ~davidLaakso
David V wrote: I am only running ie7 and ff2. Could I please have a browser check for ie6 and others. Need to know what it looks like to others. www.trainingdogs.com.au David I think in order to get reliable cross-browser rendering you will need to get the inline styles into the css file and

[css-d] Divs misaligning in IE only

2007-02-13 Thread Anne E. Shroeder
http://www.language-works.com/IRF/about/ CSS: http://www.language-works.com/IRF/css/irfstyles.css I'm sure this is super simple -- the main body text of my page is shoving down below the left nav bar in IE. The left and main part of the content are contained within a div: #mainbody { top:

[css-d] Site Check ::Jehangir::

2007-02-13 Thread Jehangir Larry
Grateful for a site check http://www.teerthyatri.com Problem: FF2 on XP SP2 throws the google search box up towards the header; instead of below the navigation menu in left sidebar, as intended. IE7 shows it fine! Many TIA - _j[_ Larry

Re: [css-d] Site Check ::Jehangir::

2007-02-13 Thread Parag Jagdale
I dont think your css is linked right - the styles are not applied at all. Parag __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List

Re: [css-d] Divs misaligning in IE only

2007-02-13 Thread Parag Jagdale
I believe you are missing a float:left; in #maincontent so it should look like: #maincontent { float:left; padding-left:12px; border-left: 1px solid #FFCC66; margin-left: 236px; } Parag __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Site Check ::Jehangir::

2007-02-13 Thread Jehangir Larry
Parag Jagdale wrote: I dont think your css is linked right - the styles are not applied at all. Parag No stylesheet is fine...please recheck? Thanks _j[_ __ css-discuss [EMAIL PROTECTED]