[css-d] IE moving content

2006-06-22 Thread Gould, Adrian
Hi everyone I've hit a problem with a web site moving the content of the main body down the page by about 65px. I have a main css and an ie specific (hacks) css file, but nothing seems to fix the issue. I am using the Son of Suckerfish to get the rollowvers on the menu. See the problem in IE

[css-d] [ADMIN - OFF TOPIC] Re: Somewhat off-topic

2006-06-22 Thread Alex Robinson
OMG! Lol! Nce, thanks for sharing. :D Actually, thanks for not sharing. There are plenty of place on the interweb to find and exchange such things but this list isn't one of them. Alex the humourless css-d moderator __

[css-d] [ADMIN - OFF TOPIC] Re: The best way to create the site map

2006-06-22 Thread Alex Robinson
At 06:10 +0200 22/6/06, Igor wrote: Hi everybody! What is the best way to create the site map? The best way is to ask on a list that deals with general issues of web development, not one focused on the practical use of CSS. Just to be clear, creating a site map has nothing to do with CSS and

Re: [css-d] IE moving content

2006-06-22 Thread Gunlaug Sørtun
Gould, Adrian wrote: See the problem in IE ONLY at http://it.swantafe.wa.edu.au - and fee free to let me know how bad it is [LOL]. Basic problem seems to be related to nav-list dropdown affecting container-height. One way to fix it - in the source-code... /ul br

[css-d] IE 6 postion:absolute problem

2006-06-22 Thread Marcelo Wolfgang
Hi list, I've searched for this error in the wiki and couldn't find any specific information about this. I have this page: http://work.grillo.tk/vilarigno/home.html and IE 6 isn't respecting the position:absolute of the badge... it works fine in FF and IE 7. Can someone take a look a share

Re: [css-d] IE 6 postion:absolute problem

2006-06-22 Thread Portman
Hi Grillo, Try validating your page - I had a similar problem recently and when I ran a validator (an extension to FF, btw) I found a couple of things that were fixed and the page worked in IE. HTH, Riva Marcelo Wolfgang wrote: Hi list, I've searched for this error in the wiki and couldn't

Re: [css-d] IE 6 postion:absolute problem

2006-06-22 Thread Marcelo Wolfgang
Hi, Just went through the xhtml and css validators on w3c and the only errors pointed out in the css is the star hack nothing more ... still the position:absolute error persists. On 6/22/06, Portman [EMAIL PROTECTED] wrote: Hi Grillo, Try validating your page - I had a similar problem

Re: [css-d] IE 6 postion:absolute problem

2006-06-22 Thread Marcelo Wolfgang
Actually, just got worse .. the badge isn't displaying anymore ... All the change I did was to move a form tag before of a div because the validation was saying it wasn't closed ... weird On 6/22/06, Marcelo Wolfgang [EMAIL PROTECTED] wrote: Hi, Just went through the xhtml and css validators

Re: [css-d] IE 6 postion:absolute problem

2006-06-22 Thread Ian Young
Actually, just got worse .. the badge isn't displaying anymore ... Two things strike me here - position:absolute if removed, image becomes visible but also the image itself is not wrapped in any div line 152 you have div id=c_flash/div, if you remove /div and put that

Re: [css-d] IE 6 postion:absolute problem

2006-06-22 Thread Marcelo Wolfgang
Ok, I'm becoming more lost, and really hating IE 6 !!! I did what you told me, well it worked . The right side panel, was pushed to the bottom of the div, and even if I increase the width of the div it won't go to the top anymore. Also if I give him a border: 1px solid black attribute the div

Re: [css-d] IE 6 postion:absolute problem

2006-06-22 Thread Marcelo Wolfgang
sorry, the correct adresses are: http://work.grillo.tk/vilarigno/home_ienoborder.html http://work.grillo.tk/vilarigno/home_ieborder.html Also with no border the badge won't shows up ... On 6/22/06, Marcelo Wolfgang [EMAIL PROTECTED] wrote: Ok, I'm becoming more lost, and really hating IE 6

Re: [css-d] IE 6 postion:absolute problem

2006-06-22 Thread Marcelo Wolfgang
YES YES happy happy joy joy. Thanks Ian, your tip started the fix .. I finally fixed IE, and after broken FF I fixed it too. Now I have only 1 more IE quirk to fix in a similar page ... Thanks again for all the help On 6/22/06, Marcelo Wolfgang [EMAIL PROTECTED] wrote: sorry, the correct

[css-d] horisontal nav-list not in ie

2006-06-22 Thread Eystein Alnaes
I'm having a problem with a nav-list not rendering horisontal in IE5.x and 7b2. (I don't have IE6 anymore thanks to IE7 :/ ) Using sliding doors expands the li's to the full width of the parent element, which I believe they shouldn't. I'm using typical markup: ul id=tabs lialink 1/a/li . . /ul

[css-d] background

2006-06-22 Thread Andrea Black
I believe the problem is that you are trying to use a png. Try using a .gif or .jpg instead. IE doesn't make friends with .png's I find. Hope this helps! - Lacuna -- Message: 2 Date: Wed, 21 Jun 2006 17:22:31 -0700 (PDT) From: Mike Tuller [EMAIL PROTECTED] Subject:

[css-d] Is this unsolvable?

2006-06-22 Thread Nicholas Morgan
I even considered, since I could seem to find a div solution, a tabular solution *oh no this guy is sick in the head* but even the test cases I run on that are not favorable in IE. The idea is that the background expands and contracts bases on the nav's height. Since the float is supposed

Re: [css-d] Is this unsolvable?

2006-06-22 Thread Ian Young
To: css-d@lists.css-discuss.org Subject: [css-d] Is this unsolvable? I even considered, since I could seem to find a div solution, a tabular solution *oh no this guy is sick in the head* but even the test cases I run on that are not favorable in IE. The idea is that the background expands

Re: [css-d] 3 Column Layout, 2 Right Columns with Expanding Left

2006-06-22 Thread bj
At my site http://digifiend.com , I have a 3 column layout with the content on the left and two side columns. I'd like to keep the positions of all the elements I've used Zoe's simple neg margin layout for this in the past: http://www.pixelsurge.com/experiment/negative_margins_2.html Simply

Re: [css-d] Is this unsolvable?

2006-06-22 Thread Nicholas Morgan
Thanks for your reply Ian. Here is a link to what I am talking about http://rochoet.newcitymedia.com/layout_behavior.gif I drew it out. All I want is for the Navigation which is static and the content area which is floated to act independently of each other. Since the page wrapper

Re: [css-d] Is this unsolvable?

2006-06-22 Thread Ingo Chao
Nicholas Morgan wrote: http://rochoet.newcitymedia.com/layout_behavior.gif I drew it out. All I want is for the Navigation which is static and the content area which is floated to act independently of each other. Since the page wrapper contains the footer the clear catches the

Re: [css-d] Is this unsolvable?

2006-06-22 Thread Gunlaug Sørtun
Nicholas Morgan wrote: The idea is that the background expands and contracts bases on the nav's height. Since the float is supposed to be taken out of the flow of the page this shouldn't be a problem. And then setting the clear at the bottom for the footer. The problem is that in IE

[css-d] Images stacking vertically instead of horizontally in IE/Win

2006-06-22 Thread Ian Piper
Hi all, I've hit another IE/Win irritation. I have a line of 8 square images that are supposed to sit in a horizontal row. This happens fine with Safari and Firefox (Mac OS X and Windows) but in IE/Win the images stack up vertically. You can see the problem here:

[css-d] Previous adjacent selector

2006-06-22 Thread Robert James
I just learned about adjacent selector. It allows me to set the style differently for all labels following radio buttons which are checked versus not: input[type=radio]:checked + label { ... } My question is: I normally like to put the label first, and enclose the input element within it. Is

Re: [css-d] Images stacking vertically instead of horizontally in IE/Win

2006-06-22 Thread Ingo Chao
Ian Piper wrote: http://www.tellura.co.uk/tsc/ I think IE tries to excessively shrink-to-fit #tiles to the minimum width. Applying a width of 100% and changing the margin into a padding of the container might be an option. Or remove the float in an IE Conditional and insert zoom:1 or

[css-d] Sprites and Image Replacement

2006-06-22 Thread rollandburn
Hi all, I wonder if a guru could help me out with my (attempted) implementation of sprites and image replacement. Below is the css and html which works fine in firefox and internet explorer (as far as I can tell) and an example can be seen at http://www.rollandburn.com I get the feeling

Re: [css-d] Previous adjacent selector

2006-06-22 Thread Scott Sauyet
Robert James wrote: I normally like to put the label first, and enclose the input element within it. Is there anyway I can use CSS to select all labels that *enclose* checked radio buttons? I don't think there is. The design of CSS is meant to make it relatively easy to implement, and

[css-d] h4/a right border alignment within td (E.M on CSS p.102)

2006-06-22 Thread Albo Fossa
I've been taking the course. I see you add right padding to a elements in the td , thus forcing the border to the right. I *don't* understand how the h4 right borders jump over too, and in general the h4 text remains so obedient. Does it have to do with the fact that h4 is margin: 0? --

[css-d] Mac site check please

2006-06-22 Thread Christine Ce
Hello list, I need www.wuongean.com/beta/index.htm checked on a Mac. More specifically I would like to know if the popup that should appear when the kanji at the top right is hovered over works with Internet Explorer on a Mac. Thanks in advance for your help. Christine

Re: [css-d] Is this unsolvable?

2006-06-22 Thread Nicholas Morgan
Thx Ingo. That was indeed the problem. I couldn't get away with parent nodes not having layout so I went for the positioning route. Works all except for shadows on the right and left of the page-area. Oh well.. can't seem to win that battle. Works in the same in every browser just missing

[css-d] CSS Validator working right?

2006-06-22 Thread Tom Livingston
Listers, I just got this error: No error or warning found To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML. No style sheet found on this page: http://66.155.251.18/jltservices.com/ What the heck does it mean? -- Tom

Re: [css-d] CSS Validator working right?

2006-06-22 Thread cj
i'm guessing here, but the only thing i see at a glance is that you have: @charset UTF-8; in your css. does taking that out make a difference? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] CSS Validator working right?

2006-06-22 Thread cj
On 6/22/06, cj [EMAIL PROTECTED] wrote: i'm guessing here, but the only thing i see at a glance is that you have: @charset UTF-8; in your css. does taking that out make a difference? i hit send too soon, sorry for the spam here. you should also place: type=text/css in your link. for

Re: [css-d] CSS Validator working right?

2006-06-22 Thread Bjoern Hoehrmann
* Tom Livingston wrote: No style sheet found on this page: http://66.155.251.18/jltservices.com/ That's probably because you have no type= attribute on your links. -- Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 ·

Re: [css-d] CSS Validator working right?

2006-06-22 Thread Tom Livingston
On 6/22/06, Bjoern Hoehrmann [EMAIL PROTECTED] wrote: * Tom Livingston wrote: No style sheet found on this page: http://66.155.251.18/jltservices.com/ That's probably because you have no type= attribute on your links. -- Björn Höhrmann · mailto:[EMAIL PROTECTED] ·

Re: [css-d] Images stacking vertically instead of horizontally in IE/Win

2006-06-22 Thread Ian Piper
On 22 Jun 2006, at 5:54 pm, Ingo Chao wrote: Ian Piper wrote: http://www.tellura.co.uk/tsc/ I think IE tries to excessively shrink-to-fit #tiles to the minimum width. Applying a width of 100% and changing the margin into a padding of the container might be an option. Or remove the float in

Re: [css-d] dilemma

2006-06-22 Thread Dave Pierce
Hi again, Ian intelligently intoned... Oh, yeah, and if anyone can tell me what the deuce those creepy little As are about, it'd be very greatly appreciated! Looks as if the database has been copied at some point as the code if full of the little critters. Need to clean up the db and

Re: [css-d] Is this unsolvable?

2006-06-22 Thread Philippe Wittenbergh
On Jun 23, 2006, at 5:46 AM, Nicholas Morgan wrote: Thx Ingo. That was indeed the problem. I couldn't get away with parent nodes not having layout so I went for the positioning route. Works all except for shadows on the right and left of the page-area. Oh well.. can't seem to win that

Re: [css-d] Is this unsolvable?

2006-06-22 Thread Nicholas Morgan
Thx for pointing that out. yeah probably need to set the min-height of the main-nav. But I think I am going to start from square one and refactor the code. I've being tweaking it too much getting it to work right, and its a little heavy. Anyways thanks for the help fellas. Nick On Jun

Re: [css-d] dilemma

2006-06-22 Thread Nicholas Morgan
The special characters are from characters in your code that need to be converted to html entities. Like say needs to be ldquo; I get that a lot when I cut and past content from word into TextMate. If your clients are doing that then start there for the special characters. What are you

Re: [css-d] Mac site check please

2006-06-22 Thread Margaret Copeland
Christine, On my Mac in IE, the popup appears, but the font is large and the text covers the kanji, as well as the an of gean and ker of printmaker. In Safari, the popup neatly occupies just the area to the right of the kanji. regards, Margaret On Jun 22, 2006, at 9:29 PM, [EMAIL PROTECTED]