[css-d] Make drop down third level links always remain up top

2012-02-23 Thread Neal Watkins
for taking a look Neal __ css-discuss [css-d@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

[css-d] Make drop down third level links always remain up top

2012-02-23 Thread Neal Watkins
for taking a look Neal __ css-discuss [css-d@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] why's there space above UL menu?

2011-08-08 Thread Neal Watkins
on this page: http://www.coffeeonmars.com/testing/4COMIndex.html this is a menu at the left. I am trying to get the head other work to be closer to it, but the menu acts like there's a top margin value preventing this closeness...and since I can't see what the issue is, makes me think there's

Re: [css-d] some graphic bullets not showing in IE7

2011-04-04 Thread Neal Watkins
http://www.redkitecreative.com/projects/farm/about/the-farm-bureau/ In IE7, bullets are showing correctly in the main content area but are disappearing in the sidebar. Can someone help? ~~ I have not seen if this works

Re: [css-d] negative margins/padding

2009-11-03 Thread neal
Can I use negative values in margins and padding such as: H1 { Margin: -1em; } yes - but only for margins - there is no negative padding negative margins allow for many advantages in design __ css-discuss

Re: [css-d] Background

2009-01-13 Thread neal
When setting the background in CSS can you set the image width at the same time? Example; background: #00ff00 url('smiley.gif width:50') no-repeat fixed center; No you cannot - but you can set the width of the background container ~Neal

[css-d] Safari problem-CSS issue?

2008-10-30 Thread Neal Farrell-Russ Lyon Sotheby's
I'm a VERY amateur web designer. My website www.callingazhome.com displays properly with all browsers except Safari and Opera. Is it just lacking a proper code in the css page (ex.css) Yours Truly, Neal Farrell Russ Lyon Sotheby's International Realty Cell: (623)695-2934 E-Fax: (623)547-3943

[css-d] Re; Safari problem-CSS issue?

2008-10-30 Thread Neal Farrell-Russ Lyon Sotheby's
I fixed it, the problem was I did not have the proper html definition for Safari to recognize. Yours Truly, Neal Farrell Russ Lyon Sotheby's International Realty Cell: (623)695-2934 E-Fax: (623)547-3943 www.callingazhome.com

Re: [css-d] Standrards Compliance -fine-tuning

2008-10-10 Thread neal
I do not think that is a problem with google? Neal Neal, at a minimum for SEO, include keywords/phrases searchers might use: 1. Expand your title tag (currently just Construct Web) to include the tagline: Standards-Compliant Web Design / Development 2. Add a description tag Think

[css-d] Standrards Compliance -fine-tuning

2008-10-08 Thread neal
this page even more web standards compliant? Thanks Neal life is certain death is short ~furry lewis __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] CSS background image not showing up

2008-04-15 Thread neal
instead of css-d@lists.css-discuss.org #container { background:url(/images/faux.gif) repeat-y; } try this: #container { background:url(../images/faux.gif) repeat-y; } ~Neal life is certain death is short ~furry lewis

[css-d] make link non-clickable

2008-03-18 Thread neal
this exists in content a href=www.somewhere.comlink/a if there any way to make that link non-clickable only with css one solution that I do not want to use is putting an absolutely positioned clear image over it. thansk Neal

Re: [css-d] make link non-clickable

2008-03-18 Thread neal
, thereby making it less probable that users click on them, This is proabbly the best to do in my situation thanks Neal [EMAIL PROTECTED] wrote: this exists in content a href=www.somewhere.comlink/a That's strange (and _quite_ different from a link with href=http://www.somewhere.com

Re: [css-d] How to position this?

2008-02-11 Thread neal
negative margins give items a margin-left: -xpx - or margin-right: xpx Hi, I have a site: http://www.neep.org/HPSE/csstemplate/index.php with a fixed width, centered content area. I want the effect of two div's (#columnB and .slide) to hang out over the edge (to the left and right

Re: [css-d] list bullet not showing; spacing in IE6

2008-02-08 Thread neal
Try separating the background rule: .list)1 li {background: url(_img/bullet-nav.gif); background-repeat:no-repeat; background-position; 5px 50%;} also try putting position: relative; in there see which one works Neal .list01 li { padding: 0px 0pt 0px 14px; background: url

Re: [css-d] container help (BB)

2007-09-23 Thread neal
the image sis floated and therefore not block - level the float needs to be cleared there are a few methods for this http://www.quirksmode.org/css/clearing.html http://complexspiral.com/publications/containing-floats/ is is the correct way for it to render without being cleared Hello - I'm

Re: [css-d] ab pos disappears in IE6

2007-07-24 Thread neal
Thanks for the suggestion Arian anytime position: relative is added (anywhere in the module) the articleOptions list disappears Think this is a doctype issue - - Hey Neal, If #articleOptions is absolutely positioned, and why not set its parent #pad to position:relative, so the absolutely

Re: [css-d] ab pos disappears in IE6

2007-07-24 Thread neal
Thanks Ingo I went over that page trying the cures and it did not work - - I used that page before and it worked - - I have to give up on it thanks we are all looking forward to the day IE6 croaks [EMAIL PROTECTED] wrote: on this link: http://www.raiders.com/Common/Article.aspx?id=26034

[css-d] ab pos disappears in IE6

2007-07-23 Thread neal
it - but on this page you can see my problem. I looked all over and nothing is fixing it - anybody have any suggestions on how I can absolutely position this and have it not disappear in IE6 Thanks Neal __ css-discuss [EMAIL PROTECTED] http

[css-d] border in select box IE6

2007-06-28 Thread neal
Is there a way to get rid of this ? with css or anything else thanks Neal __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki

Re: [css-d] border in select box IE6

2007-06-28 Thread neal
sorry do not have a link however when you use a select box it has a default border - you can get rid of it in FF but not IE6 Hello Neal, A link to the problem, the CSS would be most helpful to the members. Thanks Kate http://julienne.wordpress.com/ - Original Message - From

Re: [css-d] odd left margin in IE

2007-02-03 Thread neal
Shot in the dark here but this may be the problem http://www.positioniseverything.net/explorer/doubled-margin.html See: www.dottedi.biz/testpage.html The page and CSS are self-contained. Looks fine in Firefox, but in IE, the upper divs are pushed over several pixels exposing the background

[css-d] layout choices

2007-01-25 Thread neal
Most Layouts have been dont with floats (no neg margins)- the layoutgala site http://blog.html.it/layoutgala/ feature Negative Margins which I am thinking of switching to anybody just do negative margin layouts only? Is this the way to go?

Re: [css-d] CSS Layouts - footer problems

2006-12-20 Thread neal
In my code below, the footer doesn't clear at the bottom of the localnav and content DIVS ? Instead the footer is displaying behind the localnav DIV. your nav is position: absolute; which will take it out of doc flow - take that away and work from there (leave it as float: left; only) ~n

Re: [css-d] CSS Layouts - footer problems

2006-12-20 Thread neal
the footer a height. should work - ~neal __ 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

[css-d] IE7 Suckerfish (son of)

2006-10-02 Thread neal
I think most people who use suckerfish know about the LAG problem in IE7. The dropdowns stay up after moused over. I see a few ways of fixing this. Anybody have any approaches to this that worked well for them? __ css-discuss

[css-d] optimize css

2006-09-08 Thread neal
I know there is a program/tool - that optimizes the css when it is live and can decompress it when you need to work on it. anybody know where this tool is? Thanks Neal __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] Using an image as a bullet

2006-08-28 Thread neal
Neal, When I apply the class the image falls on the text and the default bullet appears as well ul {list-style-type: none;} put this in ~n give the li a class li class=className and in your css ul li.className { background: url(bullet-image.png) no-repeat 0 0; } most people use

Re: [css-d] Using an image as a bullet

2006-08-28 Thread neal
@lists.css-discuss.org Subject: Re: [css-d] Using an image as a bullet Neal, When I apply the class the image falls on the text and the default bullet appears as well ul {list-style-type: none;} put this in ~n give the li a class li class=className and in your css ul li.className

[css-d] absolute position in IE

2006-08-25 Thread neal
hello - I am using absolute positioning that works in FF - - but does not in IE - yet the code shows up in view source in IE but does not render - anyone efver come across this? -i cannot offer a url at the moment - for the moment trust be that the css is well-formed thanks Neal

[css-d] suppress a link in with css

2006-08-18 Thread neal
ok this is a little out there - but can you suppress a link with css - in other words text that has a href applied - through css just make it static thanks Neal __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] suppress a link in with css

2006-08-18 Thread neal
[EMAIL PROTECTED] wrote: ok this is a little out there - but can you suppress a link with css - in other words text that has a href applied - through css just make it static I had this problem lately... it was for an unordered list navigation. My work-around was to use a span in place of

[css-d] background image center in FireFox

2006-08-08 Thread neal
this issue ? Thanks I can put up a url if needed Neal __ 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] background image center in FireFox

2006-08-08 Thread neal
here is the url http://constructweb.com/temp/back.html __ 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 --

[css-d] suckerfish AND Real Player movies

2006-08-03 Thread neal
Neal __ 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-discuss.incutio.com/ Supported by evolt.org -- http

[css-d] background pos x/y repeat-x/y

2006-07-29 Thread neal
Anyone ever notice that if you repeat-x a background image you can only background position that image on the y coordinate and vice versa - so when you repeat-y you can position x but the y is useless (defaults to 0). ?? __

Re: [css-d] background pos x/y repeat-x/y

2006-07-29 Thread neal
At 10:22 AM -0500 7/29/06, [EMAIL PROTECTED] wrote: Anyone ever notice that if you repeat-x a background image you can only background position that image on the y coordinate and vice versa - so when you repeat-y you can position x but the y is useless (defaults to 0). There are no

[css-d] load multiples css with one page

2006-07-11 Thread neal
Hello all I have a site where i am using one style sheet to load others here it is: @import url(layout.css); @import url(modules.css); @import url(print.css) print; problem is IE (really?!!) doe's not recognize the print delivered in this manner - does it have to be pulled in the page

Re: [css-d] load multiples css with one page

2006-07-11 Thread neal
control over this - but may have some - I did think since it has media=all that may be a problem? It does work in FF - if I take away media=all might that work in IE then?? - I'll try it - thanks for any other suggestions Neal __ css

Re: [css-d] load multiples css with one page

2006-07-11 Thread neal
[EMAIL PROTECTED] wrote: Hello all I have a site where i am using one style sheet to load others here it is: @import url(layout.css); @import url(modules.css); @import url(print.css) print; problem is IE (really?!!) doe's not recognize the print delivered in this manner - does it

[css-d] Fire Fox drop down nav issue

2006-06-21 Thread neal
but nothing i do is working thanks for looking Neal __ 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] Fire Fox drop down nav issue

2006-06-21 Thread neal
Yes it has been fixed- thanks for looking (the link to the graphic) http://www.constructweb.com/epic/drop-prob.html [EMAIL PROTECTED] wrote: There is a problem on this nav only in FireFox (does not work at the moment in IE) (I have broken it down to the bare code on one page - kind of)

[css-d] make link on image causes layout to break

2006-06-07 Thread neal
Got a strange one - can't figure it out - on here: http://www.constructweb.com/epic/tab/ if I link the images (hit the second tab ) link layour breaks.. I've tried almost everything I can think of any help appreciated thanks n

Re: [css-d] make link on image causes layout to break

2006-06-07 Thread neal
This breaks in FF and I have tried a few different widths - thanks for replies - rememeber it WORKS until I add the a href tag - - I have decrease border etc etc thanks My quick guess you are off by one or two pixels in your math. Try making the outer container 5 or 10 pixels wider and

Re: [css-d] make link on image causes layout to break

2006-06-07 Thread neal
out still If anybody has any other suggestions - they are welcome thanks - - seems something messes with the image when i apply the a href tag but i cant find it!!!??? look here http://www.constructweb.com/epic/tab/ intially fine in - but hit the MLB tab abd look in FF thanks all Neal [EMAIL

Re: [css-d] IE positioning problem

2006-01-20 Thread Neal Watkins
Thanks Gunlaug - None of this would be any fun without IE now would it... Quoting Gunlaug Sørtun [EMAIL PROTECTED]: Neal Watkins wrote: fair enough but why does FF and all other browsers render it ok http://constructweb.com/temp/test-out-alt.html IE/win has a problem

[css-d] IE again -

2006-01-20 Thread Neal Watkins
sent an email regarding IE postioning problem yesterdey and found out abotu the on having layout issue http://www.satzansatz.de/cssd/onhavinglayout.html this fixed my problem I used the same technique here: http://www.constructweb.com/temp/test.html It did fix some issues yet in IE problems

[css-d] IE positioning problem

2006-01-19 Thread Neal Watkins
not - is it because IE has a problem with right: 4px; (absolute positioning right)? I have gone over this for a while - anybody able to let me know what the problem is? thank you Neal Watkins www.constructweb.com

Re: [css-d] IE positioning problem

2006-01-19 Thread Neal Watkins
fair enough but why does FF and all other browsers render it ok Quoting Rowan Wigginton [EMAIL PROTECTED]: Neal Watkins wrote: http://constructweb.com/temp/test-out-alt.html is it because IE has a problem with right: 4px; (absolute positioning right)? It's because you don't have a HTML

Re: [css-d] Rounded corners

2005-11-24 Thread Neal Watkins
-- http://www.evolt.org/help_support_evolt/ Neal Watkins www.constructweb.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] border in image link

2005-10-25 Thread Neal
=decorating.htmimg src=images/decorating-button.jpg width=86 height=51 alt=/a and use this css: a#imagebutton img { border: none;} -Neal __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [css-d] border in image link

2005-10-25 Thread Neal
a#imagebutton img { border: none;} Sorry, I meant to write a.imagebutton img {border: none;} -Neal __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

[css-d] line in nav

2005-10-17 Thread Neal Watkins
http://gizmoproject.com/775/ Hello all --per above url see the darker blue line under the nav - -anybody see how to get rid of it-- the hover works fine - - - but the regular blue doesn't go to the bottom thanks Neal __ css

[css-d] border disapearing

2005-09-15 Thread Neal Watkins
http://www.gizmoproject.com/index2.html in IE (oh yeah) the border disapearing after i added the new features absolutrly positioned link - - - it is caused by the float of the text to the right. anybody know any fix? thanks Neal

[css-d] fixed height element adds itself to 100% height...

2005-07-18 Thread Neal Wollenberg
to comment. Best Regards, Neal __ 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/help_support_evolt/

[css-d] image replacemnt techniques background print

2005-06-09 Thread Neal Watkins
using an dimage replace ment technique basically I want the background to print that is being delivered by the css sheet - - - - any suggestions? I did check archives - this has been bandy'd around abit any solutions thanks Neal

Re: [css-d] Eric Meyer on CSS - td#advert

2005-06-05 Thread Neal Watkins
Yes it could - The difference would be specificity td#advert is has a higher specificity and in case there is a conflict (it does happen) it will apply over #advert http://www.w3.org/TR/REC-CSS2/cascade.html#specificity Neal The first chapter of 'Eric Meyer on CSS' listing 1.1 has

[css-d] float fun (is there any other kind)

2005-05-05 Thread Neal Watkins
http://www.constructweb.com/temp/jeff/sub-index.html ok this has an abunancy of floats and works except in yes IE and suggestions thanks N __ css-discuss [EMAIL PROTECTED]

[css-d] order of content

2005-05-04 Thread Neal Watkins
is it worth it - ? i do not like to overuse absolute postitioning to take content out of the flow... thanks Neal __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css