Re: [css-d] anyway to style tag?

2017-03-14 Thread Brian Kardell
On Mar 14, 2017 6:36 PM, "Angela French" wrote: Hello, I am experimenting with using the tag. I see it looks very different across browsers. Is there any way to consistently style it across browsers? Everything I see from Google is years old. Thanks, Angela French

Re: [css-d] Select by descendant?

2014-05-16 Thread Brian Kardell
CSS selectors level 4 introduces a :has() pseudo class, but it isn't out there and even when it is it will (initially at least) only be supported in the complete profile - meaning it will work via querySelectorAll and friends, but not CSS itself. If you only, need this in script, jQuery has had

Re: [css-d] Select by descendant?

2014-05-16 Thread Brian Kardell
On May 16, 2014 9:47 AM, MiB digital.disc...@gmail.com wrote: may 16 2014 14:25 Brian Kardell bkard...@gmail.com: If you only, need this in script, jQuery has had :has from the beginning (it was a proposal from CSS3 a decade and a half ago), and if you need it in CSS you might have

[css-d] what happened to Owen Briggs?

2014-03-19 Thread Brian Jones
I remember years ago when I first started doing web development and messing around with CSS, Owen Briggs was one of the guys that I would learn from. I was just curious does anyone know what happened to him, is he still part of the web community? -- -bdot There are only 10 kinds of people in

Re: [css-d] help with menu bar

2014-03-14 Thread Brian Jones
thanks for help..i found the problem..the #header container had an explicit height set On Thu, Mar 13, 2014 at 6:56 PM, Tom Livingston tom...@gmail.com wrote: Sent from my iPhone On Mar 13, 2014, at 4:53 PM, Brian Jones bdotjo...@gmail.com wrote: Inside header, div class=col-md-9 col-sm

[css-d] help with menu bar

2014-03-13 Thread Brian Jones
Hi, I have this demo setup here http://jsfiddle.net/dTsrY/ and i need help with a few issues that i am having. I am using bootstrap 3.0 and when the page gets smaller the menu moves outside of the bottom shadow image border and i would like for it to stay inside the border. Also, the width of

Re: [css-d] help with menu bar

2014-03-13 Thread Brian Jones
that the menu drops down..i just want the menu to still be above the shadow border (div class=row top-shadow/div) On Thu, Mar 13, 2014 at 3:23 PM, Tom Livingston tom...@gmail.com wrote: On Thu, Mar 13, 2014 at 10:47 AM, Brian Jones bdotjo...@gmail.com wrote: Hi, I have this demo setup here

[css-d] Top gap

2013-05-13 Thread Brian M. Curran
, Brian __ 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 by evolt.org -- http

Re: [css-d] Top gap

2013-05-13 Thread Brian M. Curran
Thanks Wade, but I tried both, and neither worked. __ 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 --

Re: [css-d] Top gap

2013-05-13 Thread Brian M. Curran
Thanks Tom and Mauricio! __ 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

[css-d] Center an image

2012-12-20 Thread Brian M. Curran
Hi! I have an image that I want to center on a webpage. It seems there is no float:center command? What would be the best way to center it? Thanks, Brian __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] Center an image

2012-12-20 Thread Brian M. Curran
Awesome, thanks Hakan! Sincerely, Brian From: Hakan Kirkan [mailto:ad...@jump2top.com] Sent: Thursday, December 20, 2012 12:12 PM To: Brian M. Curran Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Center an image Brian, Check this out. It may solve your problem. http

[css-d] no space between p tags

2012-12-20 Thread Brian M. Curran
Hi! Sorry, I don't have a link to share. I'm working off my desktop. Problem: I've written paragraphs using p/p tags. However, there is no space between the sets of p tags. Anyone know what would cause the space between paragraphs to collapse? Thanks, Brian

Re: [css-d] no space between p tags

2012-12-20 Thread Brian M. Curran
Got it! It was the margin. -Original Message- From: Brian M. Curran [mailto:br...@draftingservices.com] Sent: Thursday, December 20, 2012 3:09 PM To: css-d@lists.css-discuss.org Subject: no space between p tags Hi! Sorry, I don't have a link to share. I'm working off my desktop

Re: [css-d] H1 tag Margin

2012-10-19 Thread Brian M. Curran
float: left; Philippe Thanks Philippe, that worked! __ 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 --

Re: [css-d] H1 tag Margin

2012-10-19 Thread Brian M. Curran
Brian, it's because your h1 tag is floated... You can either remove float:left from h1 tag, or add clear left to you p tag. Hope this helps, Anna Vester http://annavester.com Thank you Anna, that worked

[css-d] H1 tag Margin

2012-10-18 Thread Brian M. Curran
; } And then put plorem ipsum/p tags below it, the p tags don't automatically align themselves underneath the H1 tag, eh? I thought I could use any margin size for the H1 tag, and not have a problem with putting a sentence below it. Apparently not, huh? Thanks, Brian

Re: [css-d] Does anyone recognize this ?

2012-10-17 Thread Brian Kardell
Brian Kardell :: @bkardell :: hitchjs.com On Oct 17, 2012 8:28 AM, Philippe Wittenbergh e...@l-c-n.com wrote: In a stylesheet that I’ve temporarily inherited I see multiple times the following code (and the stylesheet is otherwise reasonably well written): E { display: inline-block

Re: [css-d] Does anyone recognize this ?

2012-10-17 Thread Brian Kardell
on the rest of the rules, a designer may have set that up knowing exactly that and then merely selectively twiddle float in more specific/later rules. Brian Kardell :: @bkardell :: hitchjs.com __ css-discuss [css-d@lists.css

[css-d] Social buttons positioning

2012-07-19 Thread Brian M. Curran
divs within my current middle div, and then floating the lower div down, be a good way? Sincerely, Brian __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

[css-d] Centering Tips Please

2012-07-14 Thread Brian M. Curran
://www.draftingservices.com/doing_business.html Thanks, Brian __ 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

Re: [css-d] Centering Tips Please

2012-07-14 Thread Brian M. Curran
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David Hucklesby Sent: Saturday, July 14, 2012 11:04 AM To: css-d@lists.css-discuss.org Subject: Re: [css-d] Centering Tips Please On 7/14/12 5:57 AM, Brian M. Curran

[css-d] Cool image background CSS site?

2012-07-07 Thread Brian M. Curran
is gross www.asbuiltdrawings.com . It's time for me to take the content (text) and do something cool with it via CSS. Sincerely, Brian __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Cool image background CSS site?

2012-07-07 Thread Brian M. Curran
www.asbuiltdrawings.org . It's time for me to take the content (text) and do something cool with it via CSS. Brian - Superimposing type on top of an image is frequently seen among sites from architectural firms. More often then not the type is tiny

Re: [css-d] Cool image background CSS site?

2012-07-07 Thread Brian M. Curran
Nice well written article, have you read it? Whoops. Link to Responsive Web Design article herewith: http://www.alistapart.com/articles/responsive-web-design/ -- Chelsea Creek Studio http://ccstudi.com Thank you, I'll check it out!!

[css-d] Use of the i tag

2012-04-28 Thread Brian M. Curran
Hi! Does anyone avoid the i tag because of browser compatibility issues, or is it a non-issue? I think some of the old browsers have problems with it, correct? Thanks! Brian __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] Use of the i tag

2012-04-28 Thread Brian M. Curran
main gig is Drafting. From: Tom Livingston I believe the i tag is fine to use. Never heard of any issues. It's been around for ever... On Apr 28, 2012, at 12:44 PM, Brian M. Curran br...@draftingservices.com wrote: Hi! Does anyone avoid the i tag because of browser compatibility issues

Re: [css-d] Use of the i tag

2012-04-28 Thread Brian M. Curran
On Sat, Apr 28, 2012 at 1:29 PM, Brian M. Curran br...@draftingservices.com wrote: Hmmm... My website has three CSS columns. I thought I recalled an incident, when I was first building it a couple of years ago, that when I used the i it caused one of my columns to drop. ...Ring a bell

Re: [css-d] Use of the i tag

2012-04-28 Thread Brian M. Curran
2012-04-28 20:38, David Laakso wrote: It may be that the page dropped the float because IE6 and lower have problems in computing/honoring the width of block elements that contain italic text. From: Jukka K. Korpela There are many potential formatting problems with text appearing in an

Re: [css-d] target the last menu item

2012-02-29 Thread Brian Milne
; } Change it to: #topmenu .last { padding: 0 10px 3px; } and it should work. Cheers Brian __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] CSS redesign: criticisms, comments and similar are welcome

2012-02-09 Thread Brian M. Curran
I just looked at it from an aesthetics standpoint, and I really like it. I would definitely put the social buttons in their natural colors though. -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Gabriele Romanato

Re: [css-d] Possible list-style: values?

2012-01-21 Thread Brian M. Curran
2011-12-29 18:04, Brian M. Curran wrote: http://www.draftingservices.com/blog/project-photofly-v2-resources The issue appears to be specifically the formatting of the comments near the end of the page, before the form, inside the #comments element. However, firebug would let me type

Re: [css-d] Possible list-style: values?

2011-12-29 Thread Brian M. Curran
p.s. Ignore the title of my post. I originally had a different question, solved it, and then had a new question but forgot to rename my post. __ css-discuss [css-d@lists.css-discuss.org]

[css-d] Possible list-style: values?

2011-12-29 Thread Brian M. Curran
Hello, I just enabled avatars on my blog comments, but they are not positioned correctly: http://www.draftingservices.com/blog/project-photofly-v2-resources So I starting poking at it with firebug, to see if I could find and fix the problem. I found that if I change: .comment-meta {

Re: [css-d] A Link to The History of CSS

2011-11-28 Thread Brian M. Curran
On 10/13/11 10:43 AM, Brian M. Curran wrote: Can anyone recommend a webpage that gives a succinct history of CSS? I'm looking for a bird's-eye view of its origin and adoption. Brian The CSS Saga http://www.w3.org/Style/LieBos2e/history/Overview.html ~d -- Desktop. Laptop. Tablet. Mobile

[css-d] A Link to The History of CSS

2011-10-13 Thread Brian M. Curran
Hello, Can anyone recommend a webpage that gives a succinct history of CSS? I'm looking for a bird's-eye view of its origin and adoption. Thanks, Brian __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] Problem aligning list

2011-10-07 Thread Brian Jones
On Fri, Oct 7, 2011 at 2:49 AM, Chetan Crasta chetancra...@gmail.com wrote: The height of the a is 17px in Firefox but only 8px in Chrome. This can be fixed by this: #projects-nav li a { height: 17px;} Regards, Chetan Crasta Thanks that worked great... -- -bdot There are only 10 kinds of

[css-d] Problem aligning list

2011-10-06 Thread Brian Jones
Hi, I am having an issue aligning the background image(the dash) for the li elements (previous and next) on the projects page. Everything aligns ok in firefox but in chrome its not aligning correctly http://www.aandac.com/boilerplate_2_0/index.html#/projects/ Any help would be great. Thanks

[css-d] Image need to center in right side of page, in div sidebar

2011-08-14 Thread Brian
Hi, I would like the GoDaddy.com Verification Image Link upper right of page to center within the right sidebar.  Thank You. Brian Link: http://merrimacknhweather.com/ Style Page: http://merrimacknhweather.com/style.css __ css

[css-d] Logo in a div

2011-07-18 Thread Brian M. Curran
to see if I'm missing something. Thanks, Brian __ 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

Re: [css-d] Logo in a div

2011-07-18 Thread Brian M. Curran
Hi Brian, CSS works better when the page structure is not minimal. Putting a logo inside a div allows you to add further styles to the context you're currently using. For example, you could add a background image (or more images with CSS3) to the div, thus creating a more visually appealing

[css-d] That list styling website

2011-07-13 Thread Brian M. Curran
Hello CSS Homies, What's that website that has a bunch of list styling examples? Thanks, Brian __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] That list styling website

2011-07-13 Thread Brian M. Curran
From: Val Dobson www.cssplay.co.uk ? -- Thanks, but that's not the one. The one I'm thinking of is a collection of contributed examples of navigation menus, and it's free. I remember checking out the site you mentioned a while back, and I believe that guy requests money if you use his code.

Re: [css-d] That list styling website

2011-07-13 Thread Brian M. Curran
Just remembered it. It's listamatic at: http://css.maxdesign.com.au/ __ 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

Re: [css-d] Iframe and CSS

2011-07-01 Thread Brian M. Curran
On Jul 1, 2011, at 11:37 AM, Brian M. Curran wrote: I suspect I have a position command problem with my Facebook widget, at the bottom of this page: http://www.draftingservices.com/3d-laser-scanning.html (it's top aligned, while my other two widgets are bottom aligned) Does the iframe

[css-d] Iframe and CSS

2011-06-30 Thread Brian M. Curran
than what is included in the code I have in my web page html? - When I inspect the widget using firebug, this seems to be the case. Sincerely, Brian __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

[css-d] Image link be gone!

2011-06-25 Thread Brian M. Curran
; } .textBoxRight a:link, a:visited, a:hover { color: none; text-decoration: none; } Thanks, Brian =) __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] Image link be gone!

2011-06-25 Thread Brian M. Curran
, after using your code. Therefore I did this, and it's working now: .textBoxRight a {color: #000;} .textBoxRight a img {border: none;} Thank you! -Brian __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] Image link be gone!

2011-06-25 Thread Brian M. Curran
??? .textBoxRight a {color: #000;} Best, Bono 4 U2 -- Gracias!! __ 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

[css-d] Different font

2011-06-20 Thread Brian M. Curran
as I've found problems. Secondly, when I open the page up if Firefox, the font looks fine. When I use firebug, I can't find the source of the font problem. Asante, Brian __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] Different font

2011-06-20 Thread Brian M. Curran
style.css, line 47. You have code wrapping lis Thank you. - Just got rid of the code tag. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] Help finding history/discussion on multiple values

2011-06-10 Thread Brian Kardell
I've spent a lot of time searching through the archives, reading through searching online looking for any of the discussions and rationale that led to the multiple comma separated lists values allowed by a few of the modules now like backgrounds and transitions. It raises a lot of questions for

Re: [css-d] Help finding history/discussion on multiple values

2011-06-10 Thread Brian Kardell
expect that for a while) or even maybe between module specifications. I think that reading what people were thinking when this was getting drafted would be very informative to me in trying to understand the decisions, considerations and direction. -Brian On Fri, Jun 10, 2011 at 11:16 AM, Gabriele

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Brian Kardell
Could you not use visited? a:visited{ display:none; } On Fri, Jun 10, 2011 at 2:27 PM, Fabienne i...@possets.com wrote: I am writing a novelette and want to have two endings to the story. I also want to have the reader choose one answer and not be able to go back and read the one they

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Brian Kardell
Oh I see - I think I misread... Sorry :) But yes, I think the idea would still be to use visited somehow. I don't think that what is described here would necessarily work though - would it? I mean, if the one clicked were on the right, it wouldn't really have any visible impact (it would just

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Brian Kardell
wrote: On Friday, June 10, 2011 2:37:38 pm Brian Kardell wrote: Could you not use visited? a:visited{ display:none; } No. that would be the exact opposite of what the OP wants. that would make the ending the reader chose inaccessible (and after choosing both endings, *all

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Brian Kardell
I believe mark is right with regard to the possibikity of that being ignored by newer browsers. Wow, that's good to know. On Jun 10, 2011 4:28 PM, G.Sørtun gunla...@c2i.net wrote: On 10.06.2011 20:27, Fabienne wrote: So I want the link to the ending they did not choose disappear after they

[css-d] CSS and my Blog

2011-05-30 Thread Brian M. Curran
is generated automatically. My question is this. is it realistic to parse through the code to correct CSS errors? Gracias, Brian =) __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] Best way to use CSS to create image gallery

2011-05-24 Thread Brian M. Curran
decided upon: http://www.draftingservices.com/portfolio.html -- Brian __ 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

Re: [css-d] test I need help!

2011-05-19 Thread Brian M. Curran
Your test has been received successfully. There's a man in Massachusetts standing ready to demystify any CSS issues you're flummoxed by. __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Yelp!!

2011-04-28 Thread Brian M. Curran
From: Brian M. Curran [mailto:br...@draftingservices.com] Where's Lady Gaga when you need her!? Re: www.draftingservices.com This is a tinkering with my site day. My nav bar on the left has two list items: li id=t-listheader1 and li id=t-listheader2 Well, the CSS for these are exactly

[css-d] Yelp!!

2011-04-28 Thread Brian M. Curran
by changing them both to: li class=NavHeader And my CSS from: #navtwocontainer #t-listheader1 { } #navtwocontainer #t-listheader2 { } to only: #navtwocontainer .NavHeader { } How come it didn't work? - Thanks if you have the minute! =) Sincerely, Brian

Re: [css-d] sub menus show up on hover but not on focus

2011-04-25 Thread Brian Jones
On Mon, Apr 25, 2011 at 10:20 AM, Sandy sfeld...@sympatico.ca wrote: I am working on a test page that has a sub menu which displays on hover but not on focus. How do I get the sub menus (for example the 3 links under location) to show up when someone tabs to the link the way they do when

[css-d] IE positioning error

2011-04-24 Thread Brian Jones
Hi, I am working on this site (http://www.aandhc.com/sandbox/) on the projects page there is horizontal divider at the bottom. The divider is positioned correctly FF,Chrome but not IE. I'd appreciate any suggestions on this issue or any other issues that are found. Thanks -- -bdot There are

[css-d] IE positioning error

2011-04-24 Thread Brian Jones
Hi, I am working on this site (http://www.aandhc.com/sandbox/) on the projects page there is horizontal divider at the bottom. The divider is positioned correctly FF,Chrome but not IE. I'd appreciate any suggestions on this issue or any other issues that are found. Thanks -- -bdot There are

[css-d] Table row border styling

2011-03-31 Thread Brian King
I don't know why this works. And I don't know why it doesn't. I've always heard it as canon that you can't border a table row like: tr {border:1px solid black}, and I've accepted it. BUT. Why does this work in Firefox [3.6.13]: (I just sort of stumbled over it, and I take no credit for

Re: [css-d] ie 6/7/8/9beta

2011-02-05 Thread Brian M. Curran
straining my eyes. Nice design upgrade! Sincerely, Brian M. Curran | CAD Consultant Local.Qualified.Trusted. 118-11 84th Avenue, #503 Kew Gardens (Queens), NY 11415 t/f 718.441.3968 c347.416.4226 wwww.draftingservices.com Please be sure to visit my website for a full listing

Re: [css-d] ie 6/7/8/9beta

2011-02-05 Thread Brian M. Curran
p.s. I was using ie8. __ 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

[css-d] Third column dropped

2011-02-04 Thread Brian M. Curran
Hi, I was doing my bi-monthly updating of content, and noticed that on my contact page the third column is dropped in IE5 IE6. This is no biggie, but I couldn't figure out why? http://www.draftingservices.com/contact.html Sincerely, Brian M. Curran | CAD Consultant

Re: [css-d] image gallery question

2010-12-21 Thread Brian M. Curran
On 12/20/10 5:04 PM, Matthew P. Johnson wrote: I am also looking for a better image gallery but the thing I do like about this gallery is that all I have to do to add images is resize the larger image and add a line of code and I am done so it works well for regular edits without having to run the

Re: [css-d] Problem with dropdowns

2010-12-11 Thread Brian Jones
On Sat, Dec 11, 2010 at 5:52 AM, Chetan Crasta chetancra...@gmail.com wrote: Made a number of changes to the CSS. You can see the fixed page here: http://roughtech.com/t/dropdown.html The changes I made to the CSS can be seen here: http://roughtech.com/t/dropdown_files/dropdown.css I have

[css-d] Problem with dropdowns

2010-12-10 Thread Brian Jones
Hi, I'm working on this dropdown nav (http://www.bleusolutions.com/testing/dropdown.html) and I can't seem to get the text in sub menus to fit correctly. I also want to get the flyout menu to line up directly next to the dropdown menu. Any help would be greatly appreciated Thanks -- -bdot There

[css-d] Help

2010-10-30 Thread Brian M. Curran
, Brian M. Curran | CAD Consultant __ 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] Help

2010-10-30 Thread Brian M. Curran
Oops. I think I may have the answer. Wait a second on this request please. -Brian From: Brian M. Curran [mailto:br...@draftingservices.com] Sent: Saturday, October 30, 2010 5:06 PM To: css-d@lists.css-discuss.org Subject: Help Hi Ya'll, Help! How come my images are plopping on top

[css-d] Behind the CSS Scenery of My New Nested List

2010-10-06 Thread Brian M. Curran
autocad_tutorial_1_basic_training_video_series.html page into a folder titled autocad_tutorials, like this: www . draftingservices.com/autocad_tutorials/autocad_tutorial_1_basic_training_vid eo_series.html ??? Sincerely, Brian M. Curran | CAD Consultant

Re: [css-d] Behind the CSS Scenery of My New Nested List

2010-10-06 Thread Brian M. Curran
Brian M. Curran wrote: 1. wwwdotdomain.com/subitem1.html 2. wwwdotdomain.com/item2/subitem1.html Philip Taylor wrote: 2., because subitem1.html could exist under multiple parents. Thanks!! -Brian __ css-discuss [cs

[css-d] Nested List type

2010-10-05 Thread Brian M. Curran
works: http://www.zabdesign.de/bremen-home.html . Is this possible to do with CSS alone, and no JavaScript? Sincerely, Brian M. Curran | CAD Consultant __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] Nested List type

2010-10-05 Thread Brian M. Curran
On 10/5/10 1:26 PM, Brian M. Curran wrote: When clicking on the AutoCAD Tutorial line in my secondary nav bar, I'd like it to be a landing page that would consist of an introduction paragraph. Also when it is clicked, I'd like all the nested list lines to appear (i.e. Tutorial 1, Tutorial 2

[css-d] Two nested list problems

2010-10-05 Thread Brian M. Curran
; background-color: #5F5F5F; border-bottom: 1px solid #fff; font-weight: bold; } Sincerely, Brian M. Curran | CAD Consultant __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] Two nested list problems

2010-10-05 Thread Brian M. Curran
though, and learning, but not there yet. I'm trying to get AutoCAD Tutorials and the nested link under it to behave just like the other links in the list. Make sense now? -Brian __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] Two nested list problems

2010-10-05 Thread Brian M. Curran
Tutorials working the way I want it, and now I just need to get the cursor hover over AutoCAD Tutorial Basic Training Video 1 to look like the others. That's what I was trying to do. It was kind of tricky to put into words. http://www.draftingservices.com/autocad_tutorials.html -Brian

[css-d] CSS1, 2, 3, 4, 5, 6, umpteen

2010-09-04 Thread Brian M. Curran
that the language keeps getting revised/improved, but it has continued to just be known as CSS, correct? Sincerely, Brian M. Curran | CAD Consultant __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] Slideshow images: How'd he do that!?

2010-09-01 Thread Brian M. Curran
done. The slideshow may be accomplished by css (doubt it), or something else??? The page with the images acting in a slideshow fashion is: http:// www. Cadtutor .net/tips/index.php (remove spaces) Thanks, Brian __ css

Re: [css-d] Slideshow images: How'd he do that!?

2010-09-01 Thread Brian M. Curran
it is being done. The slideshow may be accomplished by css (doubt it), or something else??? The page with the images acting in a slideshow fashion is: http:// www. Cadtutor .net/tips/index.php (remove spaces) Thanks, Brian Duncan Hill I may be missing something obvious . I can't

Re: [css-d] Slideshow images: How'd he do that!?

2010-09-01 Thread Brian M. Curran
receive other people's posts from it. I've basically abandoned it. -Brian __ 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] Slideshow images: How'd he do that!?

2010-09-01 Thread Brian M. Curran
What is the email address to access webdesign-l? Cheryl Must be a different webdesign-l list from the one I'm on. It's pretty lively most days. Checked your spam folder lately? Val It's l...@webdesign-l.com . There must be something wrong with my account

[css-d] Float drop problem

2010-08-28 Thread Brian M. Curran
; } Sincerely, Brian M. Curran | CAD Consultant __ 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] Float drop problem

2010-08-28 Thread Brian M. Curran
Brian M. Curran wrote: I was tinkering with my site this morning, and caused a float drop problem in IE6. What happened was. I was trying to create some white space between my secondary nav and the side of my page. My site is: drafting services . com (remove all spaces). Sincerely

Re: [css-d] different colour of an active link/page

2010-08-28 Thread Brian M. Curran
. Thank you Martin, On my site I did what you're trying to do the hard way. Actually, it wasn't hard, but a little clunky. My solution was to place some css in the head of my pages. Check out my site, and you'll see how I did it: drafting services . com (remove spaces). -Brian

[css-d] IE8 collapsing spaces

2010-08-28 Thread Brian M. Curran
Hello, In Firefox my nav bar above and below my bread crumb trail are spaced nicely. In IE8 both navs are sucked against my bread crumb trail. Any suggestions on how to stop IE8 from collapsing that space? Site: www . draftingservices . com (remove spaces). Sincerely, Brian M. Curran | CAD

Re: [css-d] IE8 collapsing spaces

2010-08-28 Thread Brian M. Curran
Brian Curran wrote: Hello, In Firefox my nav bar above and below my bread crumb trail are spaced nicely. In IE8 both navs are sucked against my bread crumb trail. Any suggestions on how to stop IE8 from collapsing that space? Site: www . draftingservices . com (remove spaces). Sincerely

Re: [css-d] [+] Re: Float drop problem

2010-08-28 Thread Brian M. Curran
safely style floats with display:inline as per spec the computed value will be *block* anyway. -- Regards, Thierry David wrote: draftingservices . com Yes, that's correct. Note Brian has either read your response and deleted the * html preceding the selector -- or, he neglected

Re: [css-d] [+] Re: Float drop problem

2010-08-28 Thread Brian M. Curran
Thierry Koblentz wrote: I'm sorry, but I don't understand your approach. What's your reasoning for using the selector hack? -- Regards, Thierry David Laakso wrote: To remember, not to forget, that display:inline; it is only needed by a browser that is on death row. If that

Re: [css-d] [+] Re: Float drop problem

2010-08-28 Thread Brian M. Curran
was actually getting two different conversations confused. I've edited my code, and only left the inline code there. There are no float drops, thanks so much!! -Brian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org

[css-d] Why the gap?

2010-07-31 Thread Brian M. Curran
getting backlinks to my website from the css-discuss pages. Sincerely, Brian __ 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] Why the gap?

2010-07-31 Thread Brian M. Curran
On 31.7.2010 23:04, Brian M. Curran wrote: Hello, I'd like to add a breadcrumb trail sub header on all of my pages, like it is done here: http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112 http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112 http://usa.autodesk.com

Re: [css-d] Why the gap?

2010-07-31 Thread Brian M. Curran
Brian M. Curran wrote: Could someone tell me why there is a gap between my #header and #subheader on this test page: Brian David Laakso wrote: Someone, or another, punished you for setting mousetype :-) ? #subheader { overflow: hidden; } Lol. Thanks for the extra code

[css-d] Need to text to clear image

2010-07-24 Thread Brian M. Curran
; border: 1px solid #000; background: #fff; font-size: x-small; clear:both; } Sincerely, Brian M. Curran | CAD Consultant __ css-discuss [cs...@lists.css

Re: [css-d] How do you make crimson (blood read) color in CSS

2010-07-09 Thread Brian M. Curran
http://home.i1.net/~dwolfe/hexmixer/redmx.html Pick your poison? Best, Dracula That's a cool looking website. Useful too. Thanks for sharing. __ css-discuss [cs...@lists.css-discuss.org]

[css-d] My active and visited links not working

2010-07-03 Thread Brian M. Curran
Hello, Why aren't my active and visited link CSS commands working on my portfolio page? I want people to know that they've already clicked on an image. http://www.draftingservices.com/portfolio.html Sincerely, Brian __ css

  1   2   3   4   5   6   >