Re: [css-d] IE6 footer problem

2009-06-25 Thread Els
this is happening and how I can fix it? Have Googled so far to no avail... That looks like an old familiar friend. Well, bug. http://www.positioniseverything.net/explorer/guillotine.html -- Els __ css-discuss [cs...@lists.css

Re: [css-d] Background position limitations in CSS 2.1

2009-06-25 Thread Els
in transparency to the image itself. A hassle if one image needs to be re-used in different situations/spacings, and works only for gifs and pngs of course, but provides pixel precise styling. -- Els __ css-discuss [cs...@lists.css

Re: [css-d] Need help with backgnd img of 2 column layout container div

2009-06-23 Thread Els
-floating column. I'll believe that one when I see it ;-) Any element within wrapper and after content-body, should make the background extend till the bottom. However, did you really use /div wrapper in the code? Does the validator accept that? -- Els

Re: [css-d] Need help with backgnd img of 2 column layout container div

2009-06-23 Thread Els
Charlie Kalech wrote: Thanks I retried and it worked - strange! Not strange at all - it's strange that it didn't work before ;-) I have to label my closed divs otherwise I get lost! This is how I do that: /div!-- #wrapper -- -- Els

Re: [css-d] Weird spacing in IE (go figure)...

2009-04-15 Thread Els
it in somehow. (without real success, but by the gap you can see it tried ;-)) -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] My footer background image is misplaced in IE 6

2009-04-12 Thread Els
height. (floated elements are 'invisible' to their parents). For IE6, you can add _height:65px; (the underscore will hide it from the better browsers). -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] Condensing BORDER-xxx-STYLE

2009-04-12 Thread Els
of possibilities. (well, for CSS2.1). -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

Re: [css-d] proper use of cite

2009-04-12 Thread Els
for that line. -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported

Re: [css-d] How to set div opacity

2009-04-12 Thread Els
/css3-color/#rgba-color -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] Padding Browser Issue

2009-04-09 Thread Els
of the h2 collapses with the top margin of the #rightCol, forcing the #sidebar1 to extend upwards to encompass the h2's margin. Fix: set that h2 inside #sidebar1 to have a top-margin of 0, or add a border-top to #sidebar1. -- Els

Re: [css-d] Problem with a header image in Opera 9.64

2009-04-09 Thread Els
? -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org

Re: [css-d] Javascript code - firefox vs explorer and spry menu bars

2009-04-09 Thread Els
for this list, but what happens if you rename index.html to index.asp? -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] Margin Collapsing down to the html element itself

2009-03-23 Thread Els
a style set too, on line 703 of your style.css: #l { left:-999px; position:absolute; } Even though it's sitting 999px to the left of the screen, it's still taking up its height. If you also give it a negative top value, it wouldn't. -- Els

Re: [css-d] Margin Collapsing down to the html element itself

2009-03-23 Thread Els
Bobby Jack wrote: As ever, Firebug is your friend. The extra space is not a margin, but the slightly strange image at the end of your document. The one with an ID of 1 which, BTW, is invalid. That's what I thought at first too, but it's actually the letter 'l'. (lowercase L). -- Els

Re: [css-d] Strange lack of hover effect on BOTH IE6 and IE7

2009-03-17 Thread Els
didn't have a background set anyway. -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

Re: [css-d] Q and A (Question and Answer) format using ul

2009-03-13 Thread Els
. Without CSS and without images, the content of the page should still make sense, so I reckon you'll want to have the images for Q and A with alt text, or just plain text, in the HTML? -- Els __ css-discuss [cs...@lists.css

Re: [css-d] ie7 not showing link as link

2009-03-12 Thread Els
to the next line. It also works if you take off the -22px margin on the login. I think it is overlapped by something because of the negative margin. Either way, if you add 'position:relative;' to the styles for #navigation,#login in the IE7 stylesheet, the link is clickable. -- Els

Re: [css-d] Css Problem with IE

2009-03-12 Thread Els
. You can't have multple IDs with the same name on one page. Best to change those IDs to classes, so they can be reused on the page. -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] :hover problems in IE

2009-03-10 Thread Els
show what doctype (if any) you are using, which can have an effect on how IE7 renders a page too. -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] :hover problems in IE

2009-03-10 Thread Els
see the problem with those being hardcoded into the JavaScript, as all you'd need to do to change them, is replacing the image files that are used there. Even easier than updating a stylesheet. -- Els __ css-discuss [cs

Re: [css-d] :hover problems in IE

2009-03-10 Thread Els
and checking with Firebug: the display:block is on the span, not on the a element. Try what happens if you set the display:block and a height on the a element - should really work. -- Els __ css-discuss [cs...@lists.css

Re: [css-d] Element alignment.

2009-03-07 Thread Els
are on the rise - 640x480 and 800x600 are quite common. EEE pc and similar laptops don't really have minute screens. Oh, and there is of course the iPhone. Also 640 x 480 I think? -- Els __ css-discuss [cs...@lists.css

Re: [css-d] Element alignment.

2009-03-06 Thread Els
%. leftcontent: height: 120% border: 4px double black; 120% plus 4px is also more than 100%. BTW, because of position:fixed, the side columns won't scroll. Probably what you intended, but it means that people on the new fancy smaller screens won't see the links that are below their screen. -- Els

Re: [css-d] Breaking Templates in Columns

2009-03-05 Thread Els
on it, such as 'clear.gif', a simple small totally transparent image. I've seen this behaviour before in IE, where in some case you need to use a transparent background image to fix a layout or link clickability issue, but I have no clue whatsoever why. I just call it IE :-) -- Els

Re: [css-d] Element alignment.

2009-03-05 Thread Els
it. Personally I use TextPad (only on Windows), which has a tickbox for it, which I untick. The second thing that probably takes up space above your columns, is your style element. This belongs inside the head of your document, not in the body. Thanks for any tips. You're welcome :-) -- Els

Re: [css-d] Element alignment.

2009-03-05 Thread Els
bruce.som...@web.de wrote on Friday, March 6, 2009: Von: Els el...@tiscali.nl bruce.som...@web.de wrote: http://www.maireadnesbitt.com/initial.html The page has three columns: leftcontent, centercontent and rightcontent. Why does the centercontent not begin at the top

Re: [css-d] Problem with extra white space appearing

2009-03-03 Thread Els
the content, has a width set of 640px. Yet, inside it, is another table with 3 tds, with a width of 241px each. That just cannot officially fit :-) -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] Space beneath flash player

2009-02-28 Thread Els
,p,q,y. -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported

Re: [css-d] Is a missing ; OK?

2009-02-27 Thread Els
after the last one, you don't forget to add the ; on what is now the second last one in the set. -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Stack level in IE (problem with position:absolute andz-index)

2009-02-27 Thread Els
Item 3 to be above Item 2, but Item 2 *must* be position:relative. Anyone have a quick suggestion, something I might be missing? If you give Item 2 z-index:-1, it looks like it works. Not tested for possible side-effects when more content is involved. -- Els

Re: [css-d] First element of list hiding for some reason

2009-02-25 Thread Els
JR Heard wrote: Anyone have any idea what's going on? Does this show up in your FF3 as well? (The first image should say Adbrite, as AdEngage is actually the second image in the list.) You have a URL? ;-) -- Els __ css

Re: [css-d] First element of list hiding for some reason

2009-02-25 Thread Els
, and then opening Firebug again? -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

Re: [css-d] First element of list hiding for some reason

2009-02-25 Thread Els
tested what happens if I adblock an image, and Firebug then gives display:none for the element.style. -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Font-color issue

2009-02-12 Thread Els
Els wrote: Ib Jensen wrote: Link: http://ikjensen.dk/test/ It's not the colour, it's the size. Up the size a bit, and the blur will disappear. If you look at the body text, that's also smaller in IE than in FF. Just noticed you have this in your layout.css stylesheet: html body{font-size

Re: [css-d] Png and good ol' IE6

2009-01-28 Thread Els
; _filter : progid:DXImageTransform.Microsoft.AlphaImageLoader( src = '/templates/db-test/images/strapline-big-4.png', sizingMethod = 'scale' ); } -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] CSS3 selectors to filter out content style

2009-01-28 Thread Els
by overriding the earlier styles? a:([href*=flickr]):before { content: ; color: #000; text-decoration: none; } a:([href*=flickr]):after { content: attr(href) ; color: #000; text-decoration: none; } -- Els

Re: [css-d] Mysterious Padding Appearing

2009-01-28 Thread Els
that the lettering does not hit the left edge. You mean that one pixels space? That's just the font that has some tiny space around the letter. If you change the font to Times New Roman for example, it does touch the border. -- Els

Re: [css-d] Problem with table in a div

2009-01-27 Thread Els
suggestions? Take the border off the div? -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

Re: [css-d] Problem with table in a div

2009-01-27 Thread Els
that there's space between the table and the div's border. -- Els __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] Sliding doors - current

2006-08-01 Thread Els
and a:visited to a certain style, you'll also need a.current:link and a.current:visited instead of just a.current to overrule it. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] list line wrap

2006-08-01 Thread Els
of the same width. This assumes you know the exact width of the bull; plus space though. Why not make the bull; an image and apply it in CSS by list-style-image:url(bullet.jpg); ? -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] how to use a class in a class

2006-07-28 Thread Els
.formfieldtext{} which will target any element with class 'formfieldtext' which is inside any element with class 'td1_1'. Also how can I add colspan in the .td1_1? Via CSS? Not possible. -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] CSS Tooltips

2006-07-27 Thread Els
'tooltips' as such. Any ideas? IE needs a trigger on the :hover to see the :hover span, and I'm not sure if a change in z-index does it. Does it work if you add a.info:hover{background-position:0 0;} ? If not, could you provide an uploaded example of the problem? -- Els http://locusmeus.com/ http

Re: [css-d] wrapping

2006-07-26 Thread Els
=0 style=float:left; p style=float:right your text here /p Just don't float the paragraph. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] span/span image layover making links not work

2006-07-26 Thread Els
just removing the spans? It's the width:100%; and height:100%. Give that span a border (or take out the no-repeat on the image) and you'll see the problem. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss

Re: [css-d] IE Whitespace to right of absolutely positioned div

2006-07-26 Thread Els
, the gap disappears. If you leave the width on auto or a percentage, dragging the window's side to the left pixel by pixel, will see the gap play hide and seek. Workaround for your page: give #searchBar a right value of -1px. The 1px you lose in the other browsers will go unnoticed. -- Els

Re: [css-d] Left Vertical Menu Updates Right Column Content...

2006-07-25 Thread Els
into every page (eliminate the frames), and just change the entire page on clicking one of the links. This is not CSS though, but HTML with either pre-processing or serverside script. http://allmyfaqs.net/faq.pl?Include_one_file_in_another -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] IE page is too long and produces vertical scroll bar

2006-07-25 Thread Els
somebody out there can advise, HTML with CSS is as follows: [snip] td style= height:100%;main/td It would be easier if you'd show a URL, but my guess is that since that td is taking up 100% height, the rest of the page has no other option than to extend beyond the viewport. -- Els http

Re: [css-d] Site Check (Delos)

2006-07-22 Thread Els
difference is that I see horizontal scrollbars, while in your screenshot there are none. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] making div as large as it needs to be

2006-07-19 Thread Els
is still in effect) Depending on where you are, that could also be caused by the heat ;-) -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] making div as large as it needs to be

2006-07-18 Thread Els
, the solution lies in not using position:absolute for some or all of the elements in the page. Impossible to tell without seeing the whole page though. What is the url? -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] Duda validando CSS-HTML

2006-07-14 Thread Els
HTML o da igual? Si el HTML es inválido, la validación del CSS no ayudará a conseguir exhibir sus páginas correctamente. ¿Usted habla inglés también? (Would be easier for more people to understand your questions ;-)) -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] IE and simple clear method question

2006-07-14 Thread Els
the question is, how can I clear the float in FF but not get the extra space in IE? By using a div with one space inside instead of a br, and give it height:0; and overflow:hidden;. -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] Best CSS Online Validator

2006-07-13 Thread Els
think that's a warning though, not an error? A quite annoying warning though, and it would be good if there was an option to specify which warnings we're interested in, so these 'transparent warnings' could be omitted. -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] IE draws a random line through nav links issue

2006-07-13 Thread Els
a little peek-a-boo though. I'm guessing it has something to do with my a:hover thick bottom borders on the links, but I'm not certain. To be certain, take off those borders, and ask the same person if he still sees it :-) -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] IE6 problem with css dropdown menu

2006-07-13 Thread Els
computer but as soon as i upload it to the remote site it doesn't work anymore. when i noticed that, i gave up because that just doesn't make any sense to me. why would it work locally but not remotely? Did you also upload the JavaScript? -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] Random Space

2006-07-11 Thread Els
know where it comes from please? Yup. You placed the #content at 120px from the top, and gave the #header a height of 100px. There's 20px difference between those two values :-) -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] [QUESTION] Can't get my text to wrap part 2

2006-07-10 Thread Els
://www.decisiveelement.com/clients/ndcsite/HTML/about_overview.htm 404 -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

Re: [css-d] [QUESTION[ Mac Mozilla issues?

2006-07-10 Thread Els
is it doing differently? How should I change it? http://www.decisiveelement.com/clients/ndcsite/index.html http://www.decisiveelement.com/clients/ndcsite/images/sketch.jpg gives a 404. Did you upload your images? -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] centering entire content in IE

2006-07-10 Thread Els
Simon Kerr wrote: Hi all. Does anyone know if there's a way to centralize an entire page's content in the browser using IE? I've tried margin:0 auto but no luck. http://locusmeus.com/html-css/centeringpage.html -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] centering entire content in IE

2006-07-10 Thread Els
/75840 -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http

Re: [css-d] pure CSS popups not working in IE 6

2006-07-08 Thread Els
://locusoptimus.com/css-trickery/ie-image-border-styles-on-hover.php -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

Re: [css-d] DIV wrapping

2006-07-07 Thread Els
. [snip] .imageholder { display:table-cell; width:200px; If you don't care about centering, you can just float the imageholders. Just make sure they're all the same height, even when fonts are enlarged, to avoid stacking. -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] Anomalous rendering with a links

2006-07-06 Thread Els
mark up those links as lists? They are lists of links, so why not use a list instead of a series of paragraphs? -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] Padding problem with tables to div conversion

2006-07-06 Thread Els
inner divs. Not if you want the 5px padding on both the wrappers and the red boxes anyway. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] setting default styles for DIV but still having it cascade

2006-07-05 Thread Els
Simon Kittle wrote: I can kinda get around this for my DIV elemnets by just setting a default color attached to the BODY element. But the trouble is this doesn't work for my TABLES, because TD elements don't seem to take on the style from a BODY. So I have to have a rule similar to: td

Re: [css-d] IE and border-style:groove

2006-07-02 Thread Els
... border-width: 1.5em; border-style: groove; border-color: #00; You set black, and IE has trouble taking one darker and one lighter colour from that. If you would use #CC; for example, you'll see groove style borders in IE too. -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] IE and border-style:groove

2006-07-02 Thread Els
francky wrote: Els wrote: Peter L. Schlueter wrote: But IE will not display the {border-style: groove;} request. Firefox does. You set black, and IE has trouble taking one darker and one lighter colour from that. If you would use #CC; for example, you'll see groove style borders

Re: [css-d] IE and border-style:groove

2006-07-02 Thread Els
) cannot run away! :-) So: new testpages http://home.tiscali.nl/developerscorner/css-discuss/test-groove-c.htm. Just switch the bottom and left inner/outer colours for the authentic groove style though! ;-) -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] Weird Firefox bug in a href

2006-06-20 Thread Els
Carl Youngblood wrote: Doesn't work. The moment I remove display:table, whether or not I have width: 100%, the border and background image disappear. Ehm.. option 2 was meant to be used without option 1, not in addition to it. IOW: leave display:table in place, but add width:100%. -- Els

Re: [css-d] Interesting bug... vanishing links!

2006-06-19 Thread Els
in your stylesheet and you'll see it. The only reason that on the homepage the links still work, is that on that page, you have div#triangle *before* div#navlist, and as both have position:absolute, the one that's later in the source, will overlap the earlier one. -- Els http://locusmeus.com/ http

Re: [css-d] HR color

2006-06-19 Thread Els
*/ background-color:#ff; /* for FF and Opera */ height:2px; /* for Opera */ border:none; /* to get rid of (dark) border in FF and Opera */ } -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED

Re: [css-d] aligning a p tag with the top of a div in IE

2006-06-19 Thread Els
/portfolio.php I know that vertical-align doesn't work with block elements - is there something else I can use? Give p.port-text a top margin of 0? -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL

Re: [css-d] Mysterious Black Line

2006-06-19 Thread Els
tedd wrote: Hi people: Hi person ;-) I'm not asking for anyone to root out a solution for me, unless you want. What I would like is IF anyone has seen this phenomena before and can point me in the right direction to find a solution. It has been pointed out to me that a Mysterious Black

Re: [css-d] Mysterious Black Line

2006-06-19 Thread Els
in the content (on all pages). Opera also shows me the same thing as Firefox. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub

Re: [css-d] Weird Firefox bug in a href

2006-06-19 Thread Els
the #container collapsing, but if you either take off display:table, or add a set width to #container, nothing collapses, so the links don't disappear from under your mouse half way clicking them (which is why it seems like they're not working). -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] Weird Firefox bug in a href

2006-06-19 Thread Els
Carl Youngblood wrote: On 6/19/06, Els [EMAIL PROTECTED] wrote: On 6/19/06, Carl Youngblood [EMAIL PROTECTED] wrote: http://constructioncapitalsource.com/test/sample.html [snip] if you either take off display:table, or add a set width to #container, nothing collapses, When I remove

Re: [css-d] Background Image on Blockquote Hidden Under Floated Image

2006-06-18 Thread Els
. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css

Re: [css-d] Background Image on Blockquote Hidden Under FloatedImage

2006-06-18 Thread Els
Duckworth, Nigel wrote: Els, Fantastic, thank you! I should have thought of trying overflow: hidden, I tried everything and the kitchen sink but that. This would be ideal since I don't have to change the markup (which I don't have control of). Looking at it again later today, I found

Re: [css-d] minor IE hover problem

2006-06-17 Thread Els
for the images will work too. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki

Re: [css-d] Centering a CSS positioned design

2006-06-16 Thread Els
and forgetting to add a CENTER tag in an important place, so please ignore them! Sorry, I'm not entirely well and it's been a long week! shudderCENTER tags??/shudder (I'll ignore that bit too! ;-) ) -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] Centering a CSS positioned design

2006-06-16 Thread Els
:) First get the code done correctly, and then make it look right. The reverse will give you headaches. Thanks, it's much appreciated! You're welcome :-) -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss

Re: [css-d] CSS Base url for image property values?

2006-06-16 Thread Els
together in one place, just like the CSS file. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

Re: [css-d] Hyphens in class names

2006-06-16 Thread Els
are adversely affected by hyphens in the name. Does this apply to id's also? Do you have an example of that problem? I never encountered it. I think it's possible that you had the Adm-Menu styles overridden by accident, or maybe there was another mistake somewhere? -- Els http://locusmeus.com/ http

Re: [css-d] Centering a CSS positioned design

2006-06-15 Thread Els
inside body now, give it position:relative, and all that was previously absolute positioned to the viewport, will now be relative to the container. (no need to change any of the absolute values you already set) Then you center the container by giving it a width and margin:auto;. -- Els http

Re: [css-d] Centering a CSS positioned design

2006-06-15 Thread Els
choose the hack anytime. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List

Re: [css-d] Centering a CSS positioned design

2006-06-15 Thread Els
the rest of the page to have the same background as body, you need to style html separately. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] Displaying external page in a div

2006-06-15 Thread Els
John Mandia wrote: Is it at all possible to display a page within a page (i.e. not using frames or iframe). i.e. the ability to set the source of a div to an external url. Not with CSS. JavaScript perhaps (no idea) or else, Google for screenscraping (server-side scripting needed). -- Els

Re: [css-d] List Problem

2006-06-15 Thread Els
Trey Copeland wrote: www.wku.edu/icap is what I'm working on. In firefox the related links line up perfect, but in IE they look horrible. Any suggestions? They don't line up in Firefox here, while they do in IE. You're missing an opening li on the second link. -- Els http://locusmeus.com

Re: [css-d] List Problem

2006-06-15 Thread Els
Els wrote: Trey Copeland wrote: www.wku.edu/icap is what I'm working on. In firefox the related links line up perfect, but in IE they look horrible. Any suggestions? They don't line up in Firefox here, while they do in IE. You're missing an opening li on the second link. Ugh - you're also

Re: [css-d] List Problem

2006-06-15 Thread Els
here, and another for yourself. I just looked again at your page, and now you've taken out the entire li structure. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] Container Div Element Drop Shadow Effect

2006-06-08 Thread Els
TMH Design wrote: Can (was) CSS used to give this page's containing element the drop shadow appearance? http://www.clubcorp.com/clubs.aspx Left and right shadow are one image: http://www.clubcorp.com/images/shadowBg.png It's set through the home.css stylesheet. -- Els http://locusmeus.com

Re: [css-d] Class not activating color aspects

2006-06-08 Thread Els
it with just a class, you'd have to add the parent's selector too. IOW, the following will probably work: #navlist a.selected { color: red; font-weight: bold; } If not, provide a url so we can look at the rest of the code. -- Els http://locusmeus.com/ http://locusoptimus.com

Re: [css-d] IE bug I've never encountered. please help!

2006-06-07 Thread Els
.. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css

Re: [css-d] Cleared div is affected by a float outside its ancestor tree

2006-05-27 Thread Els
any text that needs to go to the left of the image in the div too, and set a min-height on the div, the same height as the picture. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Layout help: something like float:center?

2006-05-27 Thread Els
to stack vertically. I think the above link covers all that. I guess it's a float: center equivalent I'm looking for. It's called display:inline ;-) -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss

Re: [css-d] floats making rows, not columns.

2006-05-23 Thread Els
. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css

Re: [css-d] Empty space in image gallery.

2006-05-22 Thread Els
Erik Gyepes wrote: Look: http://www.pripisa.sk/ubytovanie/penzion-zeleny-dom--rajecke-teplice-18/ Why is there this empty space in the gallery? I don't see an empty space - I see 10 thumbnails with space between them - should I see something different? -- Els http://locusmeus.com/ http

Re: [css-d] floats making rows, not columns.

2006-05-22 Thread Els
% width on div.mustread. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki

Re: [css-d] Wrapping in thumbnail gallery

2006-05-19 Thread Els
be a semi-good solution but then I would lose the flexibility. Indeed, that's not an option then. -- Els http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

  1   2   3   >