Re: [css-d] Padding in Firefox - Horizontal navigation menu sits too far to left

2006-11-25 Thread Roger Roelofs
how css works and how browsers implement it has a definite learning curve. If it would help, I could code up a sample of your page. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke

Re: [css-d] div doesn't expand with content

2006-11-25 Thread Roger Roelofs
though... The three columns in #main are all floated and so taken out of the normal document 'flow'. IE is displaying a convenient bug here. You can either float #main also, add a clearer inside #main at the bottom, or use the 'clearfix' method from p.i.e. hth -- Roger Roelofs Remember

Re: [css-d] hanging indent

2006-11-25 Thread Roger Roelofs
edges, so you will want padding- left to be = text-indent. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http

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

2006-11-25 Thread Roger Roelofs
and that browser is fading into the mists of time, so maybe you don't need to care. Also, you might want to specify a background-color on your body element. Not everyone has white set as their default. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns

Re: [css-d] Elementary questioning about positioning a div

2006-11-26 Thread Roger Roelofs
of the web, we pull our hair out, and our users go away unhappy. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Extra space in IE on css dropdown navigation

2006-11-26 Thread Roger Roelofs
accomplishes. Her current code hides the sub-menus off-left rather than using visibility: hidden. Why is it better to hide them 'in place'? It seems like there is more to undo on hover with this method. What am I missing? -- Roger Roelofs Remember, if you’re headed in the wrong direction

Re: [css-d] Positioning Question

2006-11-28 Thread Roger Roelofs
to me, and communicates better to users without css than a series of anchors that happen to be next to each other in the source. Give yourself a pat on the back. You've made a lot of progress. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns

Re: [css-d] Menu floats down in IE6

2006-11-29 Thread Roger Roelofs
. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information

Re: [css-d] Not sure how to do this in CSS.

2006-11-30 Thread Roger Roelofs
; } This is assuming all your elements are images. Putting text into this kind of a grid layout is an invitation to insanity. hth -- Roger Roelofs Datacomp Appraisal Services -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa

Re: [css-d] Not sure how to do this in CSS.

2006-11-30 Thread Roger Roelofs
. Just leave the unused space empty (or have some kind of background image for the whole grid that shows through the empty spaces). It does mean that you have to manually figure out where an empty space is and edit the css when you add a new image, but I think that's unavoidable. -- Roger

Re: [css-d] Menu floats down in IE6

2006-11-30 Thread Roger Roelofs
of the navigation list. Unless the client demands it, I'd get rid of the flash object and the scrolling window title. All that movement makes it hard to actually read the page. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison

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

2006-12-01 Thread Roger Roelofs
be a lot more straight forward if you didn't have to work around ie6's shortcomings :-(. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css

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

2006-12-03 Thread Roger Roelofs
the cursor: pointer; css property, but that will confuse your users to no end. hth -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL

Re: [css-d] IE 6 pixel shift

2006-12-03 Thread Roger Roelofs
-- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http

Re: [css-d] need help with several positioning problems

2006-12-04 Thread Roger Roelofs
://www.wonderbabydesigns.com/testing/final_test.htm -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Space under image link in Mozilla

2006-12-08 Thread Roger Roelofs
; } -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information

Re: [css-d] Firefox Misbehaves on Table Length

2006-12-09 Thread Roger Roelofs
the floats. I tried both float: left; and overflow: hidden; and they both looked fine to me. You will have to asses how this affects other pages on the site. This was tested in current versions of firefox, opera and safari. hth -- Roger Roelofs Remember, if you’re headed in the wrong

Re: [css-d] image has border running over it

2006-12-11 Thread Roger Roelofs
. -- Roger Roelofs __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported

Re: [css-d] forms FF2.0 vs. IE7

2006-12-11 Thread Roger Roelofs
in the header, and a bright green on the page. Do you have the google toolbar installed in ie? It marks fields with colors to indicate which ones can be auto-filled. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke

Re: [css-d] bug with cursor in textarea in FF

2006-12-13 Thread Roger Roelofs
of a div with position: fixed. That sure looks like a browser bug. I filed a bug for this https:// bugzilla.mozilla.org/show_bug.cgi?id=363692. Unfortunately, I haven't been able to come up with a workaround. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God

Re: [css-d] site check (IE7 please!)

2006-12-13 Thread Roger Roelofs
for the body element. That means the browser default/user choice appears all around the edges of your layout. In my case it is kind of a blue-green color. I'm betting you were envisioning white :-) All in all, a nice looking page. -- Roger Roelofs

Re: [css-d] Form layout

2006-12-15 Thread Roger Roelofs
the first few letters of the item you want. IE win will let you tab into select elements by default. Once activated, you can type the first letter of the item you want and down arrow if there are multiple items with the same first letter. hth Roger, -- Roger Roelofs [EMAIL PROTECTED

Re: [css-d] font family : Mozilla issue

2006-12-21 Thread Roger Roelofs
this. If you tried to put a style element anywhere but the head element, browsers (except ie) will ignore it because it is not valid to put style or link anywhere but in the head. If I missed the point of the question, put up a test page and point us to it. -- Roger Roelofs Remember

Re: [css-d] list

2006-12-28 Thread Roger Roelofs
met positief resultaat afgerond.br / br / December 2006/p /body /html -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css

Re: [css-d] ie spacing on list

2007-01-04 Thread Roger Roelofs
; background-image: url(/images/arrowLn.gif); background-repeat: no-repeat; background-position: center left; } -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke

Re: [css-d] Content Overflow in Firefox 1.5.0.9

2007-01-17 Thread Roger Roelofs
, -- Roger Roelofs [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported

Re: [css-d] Another cleanup tip needed

2007-01-17 Thread Roger Roelofs
they adapt well to changes in text and window size from one browser to another. Unfortunately you have to add ie/win specific instructions to get around its flawed float rendering. hth -- Roger Roelofs Datacomp Appraisal Services -- Roger Roelofs Remember, if you’re headed in the wrong direction

Re: [css-d] Clear: both Problem?

2007-01-17 Thread Roger Roelofs
: #FBFBF1; } I don't think there is a robust way to do it without floating. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL

Re: [css-d] Bottom 3 divs are displaced in Firefox 1.5

2007-01-17 Thread Roger Roelofs
; font-size: .8em; } #hotBoxContainer div.body { float: none; width: auto; margin: 0 5px; padding-top: 10px; background-color: white; border: 1px solid black; border-top: none; height: 150px; } #hotBoxContainer a img { border: 0 none;} -- Roger Roelofs Remember

Re: [css-d] Layout flow-error

2007-01-19 Thread Roger Roelofs
border to move to after the text, you will have to attach it a different way. If I guessed wrong, try again. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke

Re: [css-d] ie7 not centered; mozilla netscape don't show vertical border

2007-01-27 Thread Roger Roelofs
. In short, if you fix the html and the doctype, styling will be more consistent. Also, you could achieve this layout with _many_ fewer tables. In fact, this page doesn't need any. -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns

Re: [css-d] mac/ie5.2 issue

2007-01-30 Thread Roger Roelofs
%; margin-left: -30%; } Made it work down below 600px width, and much less 'twitchy'. This didn't seem to bother ff2, but I didn't do any other browser checks :-). -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke

Re: [css-d] Safari not loading stylesheet?

2007-02-12 Thread Roger Roelofs
be fine. Safari is more likely than other browsers to drop a bad css file than try to work around it (which I prefer). It would be nice if Safari made debugging easier tho... -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison

Re: [css-d] Wierd IE 6 position: relative with ghosting

2007-03-09 Thread Roger Roelofs
as appropriate. The browser should not shift following content due to the offset unless clearing floats would dictate otherwise. hth -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke

Re: [css-d] AltText using CSS ?

2007-03-10 Thread Roger Roelofs
without css will see it as a part of the link text, all run together. hth -- Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL

Re: [css-d] Scrollbar In Firefox adjusting layout.

2007-04-09 Thread Roger Roelofs
John, On Apr 5, 2007, at 5:33 PM, Johnny G's wrote: Is there a way to have no scrollbar when not needed yet the layout not be adjusted when Firefox adds one? Only if you are willing to use a layout that is left aligned. Roger, -- Roger Roelofs [EMAIL PROTECTED

Re: [css-d] Span tags set to not display make containing div not display

2007-04-23 Thread Roger Roelofs
can help debug? Roger, -- Roger Roelofs [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http

Re: [css-d] Span tags set to not display make containing div not display

2007-04-24 Thread Roger Roelofs
{ /* all spans inside #test ul: reset the default */ display: inline; } Since the second rule has a higher specificity, it will override the first rule. -- Roger Roelofs __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] Extra vertical space

2007-05-05 Thread Roger Roelofs
the margins from 'touching', the h1 and p margins become the margins for the div. You can stop this effect by adding 1px padding or border to the div. #content { padding: 1px 10px; } hth -- Roger Roelofs __ css-discuss

Re: [css-d] horizontal menu quirk

2007-05-19 Thread Roger Roelofs
mangled source but still remove the spaces by writing it something like this ul id=navlist li class=firsta href=/?nextPage=clients id=c1Clients/ a/li li class=firsta href=/?nextPage=contractors id=c2Contractors/a/li /ul -- Roger Roelofs

Re: [css-d] Two images side by side

2007-05-20 Thread Roger Roelofs
to alter code I wrote a year or two ago and have spent more time figuring out what the original code was doing than actually enhancing the page. Yes, I confess to being a clean html freak. -- Roger Roelofs __ css-discuss

Re: [css-d] Backgound highlight for wrapped text

2007-05-21 Thread Roger Roelofs
you want, but there aren't other pseudo-elements for the other lines. The only solution I've come up with is an ugly javascript hack to wrap each line in a span, but my code is only a proof of concept. Getting it to play nice with window and font resizing would be a nightmare. -- Roger

Re: [css-d] Different ways of doing the same thing

2007-05-26 Thread Roger Roelofs
inaccessible. It the page has to be in quirks mode, or you need to support ie5/win, you can get the same result with body { text-align: center; } #pageWrapper { width: 760px; margin: 0 auto; text-align: left; } -- Roger Roelofs

Re: [css-d] Adding bg images to list items

2007-05-29 Thread Roger Roelofs
can use padding on inline elements to get the spacing you need. Something like .affils li { padding-top: 35px } firebug ( for firefox as you would guess ) is great for seeing where rules override one another. -- Roger Roelofs

Re: [css-d] Adding bg images to list items

2007-05-30 Thread Roger Roelofs
sorry for being incomplete. You will also have to use the background-position rule to put the image where you want it. Is there any way to see this page, or a mockup? I have a feeling something else is going on, but I'm not sure what it might be. Roger, -- Roger Roelofs [EMAIL PROTECTED

Re: [css-d] My list looks crap. Will altering display help?

2007-05-31 Thread Roger Roelofs
a{ width: 22%; margin: 0; padding: 0; padding-left: 18px; float: left; clear: left; font-size:12px; background: url(../images/small-blue-arrow.gif) no-repeat; } -- Roger Roelofs __ css-discuss [EMAIL

Re: [css-d] unwanted padding-top padding-bottom

2007-06-08 Thread Roger Roelofs
div. To do that you must prevent them from 'touching' the div margins. Interposing a tiny bit of padding (or border) can do that. #content { padding-top: 1px; padding-bottom: 1px; } Roger, -- Roger Roelofs [EMAIL PROTECTED

Re: [css-d] Clearing absolutely positioned elements

2007-06-09 Thread Roger Roelofs
size to see what I mean). It may look like clearing, but it isn't. -- Roger Roelofs __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page

Re: [css-d] Firefox and Opera bug

2007-06-10 Thread Roger Roelofs
;} -- Roger Roelofs __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported

Re: [css-d] Click on thumbnail to show larger image on the side

2007-06-13 Thread Roger Roelofs
. Roger, -- Roger Roelofs [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css

Re: [css-d] page check in IE7 please

2007-06-19 Thread Roger Roelofs
, -- Roger Roelofs [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] page check in IE7 please

2007-06-19 Thread Roger Roelofs
Luc, On Jun 19, 2007, at 11:37 AM, Luc wrote: Good afternoon Roger, It was foretold that on 19/6/2007 @ 10:14:22 GMT-0400 (which was 11:14:22 where I live) Roger Roelofs would write: snipped a bit This design assumes users will browse at full screen and have large monitors

Re: [css-d] Setting width:auto and min-width in IE

2005-11-07 Thread Roger Roelofs
layout somehow, or is it just sub-optimal? Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] horz nav bar in IE5Mac / site check Windows

2005-11-11 Thread Roger Roelofs
, floats without a width expand to 100% of the parent container, just like other block level elements. This does not affect windows versions of ie. I'm not sure which is the best filter to target ie/mac, but something like this should work. * html #navul li { width: 6em; } hth Roger, Roger

Re: [css-d] bottom align text with background image in h

2005-11-12 Thread Roger Roelofs
... or units like 0 9px or 2em 5em or percents 10% 40%. hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] content shift on smaller resolutions

2005-11-18 Thread Roger Roelofs
a simple 'min-width: 760px;' on the body rule should fix you right up. I usually end up wrapping an extra html element around the side nav and content so I can shim it open for ie. Hopefully another list member has a better ie solution. Roger, Roger Roelofs Remember, if you’re headed in the wrong

Re: [css-d] Unable to fix p font size in specific class

2005-11-20 Thread Roger Roelofs
there are ways to work around this, such as Opera's zoom feature, but, why should I bother? The information is almost always available elsewhere in a more accessible format. The web is a fluid place where the user is in control. Learn to be flexible. Roger, Roger Roelofs Remember

Re: [css-d] safari problems

2005-11-20 Thread Roger Roelofs
places) http://www.nssdesign.scot.nhs.uk/home/index.php http://www.nssdesign.scot.nhs.uk/home/nhs_home.css Did you fix it already? It looks the same in ff1.5rc3 and Safari 1.31 I'm sending you a screen shot of both off-list. Roger, Roger Roelofs Remember, if you’re headed in the wrong

Re: [css-d] A simple two column layout

2005-11-20 Thread Roger Roelofs
issue. hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Unable to fix p font size in specific class

2005-11-21 Thread Roger Roelofs
that :-) Roger, Roger Roelofs Measure twice, cut once -- Dutch proverb __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org

Re: [css-d] Unable to fix p font size in specific class

2005-11-21 Thread Roger Roelofs
and don't have much time. It should at least get you started. If you need more assistance, let me know and I'll put something together tonight. Roger, Roger Roelofs [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Site Check Please

2005-11-21 Thread Roger Roelofs
navigation. In ie, only on the About Monroelab page, that stripe is too far right and the nav is below the content on the left. My only other complaint is that the sub-menu items disappear after i click on them. If a page is part of a subsection, then the menu should stay open. hth Roger, Roger

Re: [css-d] em or % in width

2005-11-28 Thread Roger Roelofs
%, or 12px and I usually have to resize text to make it readable. Being able to change text size via the keyboard has been a huge productivity enhancement for me. Nothing authoritative, just my own usage patterns as data points... Roger, Roger Roelofs Remember, if you’re headed in the wrong direction

Re: [css-d] Centering problem

2005-12-01 Thread Roger Roelofs
in ems or % so it is more flexible when the font-size changes. hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL

Re: [css-d] Adding a border to a div fixes gaps/margins/padding? Why?

2005-12-02 Thread Roger Roelofs
'touching' so they stop collapsing. The Spec http://www.w3.org/TR/REC-CSS2/box.html http://www.complexspiral.com/publications/uncollapsing-margins/ http://css-discuss.incutio.com/?page=CollapsingMargin Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns

Re: [css-d] Scrolling/Overflow Issue

2005-12-02 Thread Roger Roelofs
, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Son of Suckerfish navbar---need help tweaking

2005-12-02 Thread Roger Roelofs
.htm CSS: http://www.gwvirginia.gwu.edu/newsite/3coltest5.css hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED

Re: [css-d] Safari scroll bug - a workaround?

2005-12-05 Thread Roger Roelofs
where I went wrong and I'll try again. hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] ul with padding inside div that has overflow: auto

2005-12-08 Thread Roger Roelofs
with 20px padding on it. It looks like the browser is doing what you asked. Every browser has default margin and padding on ul and li elements. When working with lists I always set both margin and padding to remove the variation caused by these differing defaults. hth Roger, Roger Roelofs

Re: [css-d] Hiding rules from FF1.07 on a Mac

2005-12-08 Thread Roger Roelofs
of font issues. if the design is very 'tight' this is more likely to happen. What happens to the layout when you change your text size in ff/win? hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke

Re: [css-d] Hiding rules from FF1.07 on a Mac

2005-12-08 Thread Roger Roelofs
to create a test case that demonstrates the problem so I can construct a reasonable bugzilla entry. Roger, Roger Roelofs [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] Change background and border color on input field

2005-12-14 Thread Roger Roelofs
. It is an area where we have to be prepared to be flexible. Sorry I don't have better news... Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css

Re: [css-d] wrapping a list around an image

2005-12-14 Thread Roger Roelofs
, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] maybe I should just use tables, line break before float problem...

2005-12-15 Thread Roger Roelofs
, pick the markup elements based on what they mean without worrying about how you want them to look. After you have clean markup, and the html validates, the css will make tons more sense. hth Roger, Roger Roelofs [EMAIL PROTECTED

Re: [css-d] Newbie - Looking for information on containers.....

2005-12-18 Thread Roger Roelofs
and the list archives http://css-discuss.incutio.com/?page=SearchCssDiscussList first. Some of the other list members thrive on qwkward questions! Have a great day! Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke

Re: [css-d] Is it acceptable to ask for help on specific problems

2005-12-18 Thread Roger Roelofs
on a specific problem? This is the perfect place. In fact, we tend to shy away from the theoretical ones. Mark up a page and post the url along with your questions and we'll do our best to give you a good answer! Have a great week! Roger, Roger Roelofs Remember, if you’re headed in the wrong

Re: [css-d] i.e. not rendering correctly - last email had a bad link in it

2005-12-19 Thread Roger Roelofs
: 2px 20px; color: white; text-decoration: underline; } hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] css positioning--revised url

2005-12-19 Thread Roger Roelofs
, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] good in Safari, all other browsers giving me major errors

2005-12-20 Thread Roger Roelofs
news: The text is too small for me to read, and if I zoom the text to a larger size the site becomes unreadable because of overlapping text. hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke

Re: [css-d] Problem in WinXP SP2 (Correct E-mail)

2005-12-21 Thread Roger Roelofs
the flicker. To quote Zoe from a few weeks ago If you want the flicker to vanish even with this setting on, you can modify your site's htaccess file to kill the flicker: http://www.jcornelius.com/articles/solving-ie-image-flicker/ Roger, Roger Roelofs [EMAIL PROTECTED

Re: [css-d] firefox error?

2005-12-22 Thread Roger Roelofs
of col1, or it could be something in the content above cols 2 and 3 whose margin is touching. Roger, Roger Roelofs [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] one more Opera question...

2005-12-23 Thread Roger Roelofs
of the browsers mentioned and make the window narrower than 770px. It is a standard 'float drop' and can be fixed for good browsers by adding 'min-width: 770px;' to the body selector. If you don't need a fluid layout you can change that to 'width: 770px;' instead. hth Roger, Roger Roelofs

Re: [css-d] Block element wrapping tightly around content

2005-12-25 Thread Roger Roelofs
Will there be any problems in the long run, if I redefine the display type of H2, as the element will be used a lot? None that I can think of off-hand, but I know so little about the context that I hate to predict. Roger, Roger Roelofs Remember, if you’re headed in the wrong direction

Re: [css-d] Horizontal Nav Problem

2005-12-27 Thread Roger Roelofs
. The reason it doesn't work in ie/win is that that browsers will only honor hovers applied to 'a' tags. Thats why people have tried javascript assisted solutions like 'Son of Suckerfish' hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns

Re: [css-d] Pure CSS Image Map Tooltips

2005-12-27 Thread Roger Roelofs
. If you absolutely position a elements on an image (each a element will be rectangular) then just add the 'title' attribute to the a element to get the tooltip. hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa

Re: [css-d] menu problem

2005-12-30 Thread Roger Roelofs
free to ignore me. hth Roger, Roger Roelofs __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org

Re: [css-d] Firefox applying whitespace in print media

2005-12-30 Thread Roger Roelofs
/css/layout.css I'm not seeing this problem in MacOSX. Does it happen just during print-preview, or when actually printing also? Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke

Re: [css-d] LI Padding IE Firefox

2005-12-31 Thread Roger Roelofs
an idea. when working with lists, the first thing I do is set margin and padding to 0 on both the ul and li. Different browsers have different defaults. In your case, setting padding: 0; on the ul might be all you need. Roger, Roger Roelofs Remember, if you’re headed in the wrong direction

Re: [css-d] Solution for images in 800x600

2006-01-02 Thread Roger Roelofs
of the blogger framework. If it is the blogger framework, and if there's no way to write the markup without it, I'd consider putting my blog elsewhere. Styling this markup is going to drive you crazy. hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns

Re: [css-d] simple layout help

2006-01-04 Thread Roger Roelofs
you change its color? In general you can float either right or left depending on how you want the display to look. If you float two things left and there's enough width for both to fit, the will sit side by side as far left as possible. hth Roger, Roger Roelofs Remember, if you’re headed

Re: [css-d] background image invisible NN 6-8 WIN

2006-01-04 Thread Roger Roelofs
. Both #right and #left are floated, leaving no static content in #area, so no height. either float #area or add a clearing element (or use the clearfix method if you want to avoid extra markup) hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns

Re: [css-d] Browser Incompatibility

2006-01-04 Thread Roger Roelofs
my mac browsers. Your body element needs a background color defined. Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL

Re: [css-d] Broken in IE

2006-01-04 Thread Roger Roelofs
be if the contents are too wide to fit, but it's not just ie. For other browsers you will want to set a min-width on the body. If I make my window narrow, the content area jumps under the left nav. Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns

Re: [css-d] Opera 8.5 z-index (?) question

2006-01-05 Thread Roger Roelofs
with which Opera users upgrade, I'm betting this problem will go away if you ignore it for a while :-) hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke

Re: [css-d] floats falling apart

2006-01-05 Thread Roger Roelofs
are also putting ie/win into 'quirks' mode with the comment above the doctype. If this isn't 'on purpose' you might want to remove it. hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke

Re: [css-d] Boxproblem

2006-01-05 Thread Roger Roelofs
-discuss.incutio.com/?page=RoundedCorners hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] Css div - strange behavor in FF terrible in Opera. IE looks ok.

2006-01-05 Thread Roger Roelofs
browser? It looks very similar in Opera 9pre, ff1.5 and safari on my mac. ie/mac needs a little tweaking, but that's not unusual. Can you explain in more detail what is wrong? Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison

Re: [css-d] background div

2006-01-05 Thread Roger Roelofs
color which causes you to need extra containers. hth Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Boxproblem

2006-01-05 Thread Roger Roelofs
] discuss.org] On Behalf Of Roger Roelofs Sent: den 6 januari 2006 03:08 To: 'CSS list' Cc: Daniel Liljeberg Subject: Re: [css-d] Boxproblem Daniel, On Jan 5, 2006, at 9:03 AM, Daniel Liljeberg wrote: I have a box with rounded corners created with divs and background graphics

Re: [css-d] frameless frames, synchronized scroll, and tableless tables (basically Excel)

2006-01-06 Thread Roger Roelofs
, I'm in Michigan too!) Roger, Roger Roelofs Remember, if you’re headed in the wrong direction, God allows U-turns! ~Allison Gappa Bottke __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

  1   2   3   >