[css-d] Nav bar not showing up in Firefox - PART 3-CLARIFICATION

2009-08-01 Thread Brian M. Curran
Hi All, As a clarification to my post for CSS help below. It's not that my header is covering my nav bar in Firefox. Rather, it is right below it, and I've tried to push it down further with CSS, but hasn't moved down in Firefox. In IE7 it looks perfect. Thanks, Brian Hi All, I've used

[css-d] Outlined, bold text error

2009-07-21 Thread Brian Middleton
is Helvetica Neue,Helvetica,Arial,sans- serif. Has anyone else run into this issue or have a clue to what might be causing it? Thanks! Brian Middleton __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] css validation help

2009-07-18 Thread Brian Hazelton
Philippe Wittenbergh wrote: Just 2 notes on this: On Jul 17, 2009, at 3:29 PM, Alan Gresley wrote: I would not recommend hacking your HTML with IE Conditional comments since they are not in one location and thus not easily removed. 1. If your website is larger than 3 pages

[css-d] Number click Photo Gallery

2009-07-13 Thread Brian Curran
on the page for thumbnails, plus I like the number concept. I can probably float things around using CSS on my own, but I don't know the code to get the clickable number to active an image all on one page. Can anyone help? best, brian

[css-d] Posting 101

2009-07-13 Thread Brian Curran
Can someone give me the Posting 101 on why my post was one long run-on line of text? I use Outlook, if that impacts anything??? I'll get up to speed. Please bare with me. thanks, brian __ css-discuss [cs...@lists.css-discuss.org

[css-d] Number click Photo Gallery

2009-07-13 Thread Brian Curran
o __ 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] A simple question - h1 before p

2009-07-08 Thread Brian Hazelton
the code a little bit. What you could do is define a class for the h1 elements and define the bottom padding as zero. Then in the html all you have to do is add that class to any h1 which has a paragraph after it. Brian Hazelton http://veridian-systems.com

Re: [css-d] Floats without width?

2009-06-30 Thread Brian Funk
to understand this statement to mean that if what is being floated is a replaced element that has it's width given in the html element, then the width does not need to be declared in the CSS rule? -- Brian __ css-discuss [cs

[css-d] I.E. 6 header problem - Newbie

2009-05-27 Thread Brian L. Wolfsohn
Using a template... Having trouble with the header menu top right in i.e.. works in firefox, goes off the screen to the right in i.e. www.adesiumsusa.com/index.html suggestions pls.. thanks.. Brian __ css-discuss [cs

Re: [css-d] I.E. 6 header problem - Newbie

2009-05-27 Thread Brian L. Wolfsohn
.. 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 policies -- http://css-discuss.org/policies.html Supported by evolt.org

Re: [css-d] Problem with menu in IE7

2009-05-13 Thread Brian Hazelton
try adding position:relative to the menu and or the header id. I am on linux so unfortunately cannot test if it will work, but I had a problem similar to this a while ago. __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Image bullets and floated images

2009-05-11 Thread Brian Hazelton
The best that I can come up with is that since it is just a circle and not anything too intricate, you can just use the image as the list-style type...list-style:url(image name); the only problem with this is that the image is not directly in the center of the text. Hope this helps.

Re: [css-d] centering the page

2009-05-09 Thread Brian Hazelton
try adding position:relative to the container __ 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 --

Re: [css-d] IE 8

2009-05-04 Thread Brian Hazelton
I would listen to the suggestion as is. The reasoning behind what Court said (whether or not there are 20 instances, could be more could be less) is because since it is software, you are introducing additional code than the base code for iE. There could be bugs in MultipleIE and it will result in

Re: [css-d] How to make rounded corners box with one image?

2009-05-01 Thread Jones, Brian
- but it's 2 instead of 4. It's pretty simple and seems to be working fine unless I missed something in my testing. Hope this helps. Brian Brian Jones Web Communications Specialist The University of Alabama bjo...@ur.ua.edu 205.348.8315 -Original Message- From: css-d-boun...@lists.css

Re: [css-d] Flowing block elements around floated elements

2009-04-30 Thread Brian Hazelton
dave, sorry for my previous suggestion, i misunderstood, if i understood correctly i would have told u to do what allen has told u to do. __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Sprites and positioning links

2009-04-30 Thread Brian Hazelton
i just examined the image closely...The heights are different between the default and the hover. The widths are the same though. I think once you make sure the image is exact (to the pixel) it should work right. __ css-discuss

Re: [css-d] Flowing block elements around floated elements

2009-04-29 Thread Brian Hazelton
:210px to the blockquote. Hope it helps, Brian Hazelton __ 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] Sprites and positioning links

2009-04-29 Thread Brian Hazelton
to be below it, you need it to the right and floating metadata will allow lib to come onto the same line. The second issue is that the images are not lining up 100%, i think this is an error in the actual image though. Sincerely, Brian

Re: [css-d] Setting a link on replaced text

2009-04-28 Thread Brian Hazelton
it helps, 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 policies -- http://css-discuss.org/policies.html Supported

Re: [css-d] styles in elements

2009-04-28 Thread Brian Hazelton
what they mean is inline styling, do a google search and you will see what they mean. I have not set up an email template yet (especially through css) so I do not know how to do it, but if you already figured out how to do the styling in the page, you will see that it will take very little effort.

Re: [css-d] UL wrapping around floated image - how do you not wrap?

2009-04-28 Thread Brian Hazelton
This can easily be done, set the left margin of the ul to the width of the image plus the whitespace on the left of the image and the right of the image. For instance, if the image were 20px from the right, the image was 200 px and there was 10px of whitespace to the right of the image, set the ul

[css-d] FF3 and IE8 vertical spacing issue below linked image

2009-04-27 Thread Jones, Brian
the padding/margins/borders on the p and img in the demo page, but I found the same behavior even when I had no styles set. I just reset to 0 because it makes it easier to see the spacing difference. Thanks, Brian Jones Brian Jones Web Communications Specialist The University of Alabama bjo

Re: [css-d] FF3 and IE8 vertical spacing issue below linked image

2009-04-27 Thread Jones, Brian
a difference in spacing on FF but perhaps that is the case with inline elements? Also, it's interesting that IE7 did not have this problem (if it's a problem at all) and now IE8 does. Thanks again for responding! Brian Brian Jones Web Communications Specialist The University of Alabama bjo

Re: [css-d] Reviewing work

2009-04-24 Thread Brian Hazelton
Jason add overflow:hidden to the #NavBar id. The problem is that the navigation was breaking into two lines because when font increased, it was wider than the specified width. The reason it looked like blank space on the left of the left column was because the link is white and it was invisible,

[css-d] Default Style Values

2009-04-23 Thread Brian Hazelton
I was wondering if there is a detailed list or stylesheet of all of the html elements and the default styling. For example, the margins, padding, font weight, font size...anything that can be changed in css. Is there any thing like that?

Re: [css-d] Vertical Align Theory

2009-04-23 Thread Brian Hazelton
The benefit of using display:table-cell over an actual table is that if the text is not tabular, it does not belong in a table. Using display:table-cell will allow you to mimic the display of a table cell while being semantically correct. Another thing to note is that not all browsers implement

Re: [css-d] Default Style Values

2009-04-23 Thread Brian Hazelton
thank you everybody, that was exactly the information i was looking for. __ 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

[css-d] popup image, a element, href, Safari and IE7

2009-04-19 Thread Brian Funk
and Safari for Windows works not at all. What am I missing? Can anyone help? Thanks for thinking about this. -- Brian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] popup image, a element, href, Safari and IE7

2009-04-19 Thread Brian Funk
Gunlaug Sørtun wrote: Brian Funk wrote: http://www.stoneladder.ca/sandbox/css/csspopup.html It works in Firefox 3.0.8, IE8 and Opera9 but IE7 chokes when the href attribute is not present and Safari for Windows works not at all. Missing closing bracket on 'a:hover img' throws Safari off

Re: [css-d] IE6/IE7 border problem on list items (wrapping)

2009-04-15 Thread Brian Hazelton
instead of display:inline try float:left, it won't allow the items to wrap, if it is too long for the line, it will bring it down to the next. This may not be the best answer but it should work. __ css-discuss

[css-d] background images

2009-04-14 Thread Brian Hazelton
When should I use an image and when should i use it as a background image. Since CSS allows designers to seperate content from styling, when should I use the image tag or should I never use the image tag? __ css-discuss

Re: [css-d] background images

2009-04-14 Thread Brian Hazelton
I have been told by a couple people this is off topic, I am not sure how and to avoid angering eric any more I would like to get a clarification as to how it is off topic and would like to apologize to everyone if it is indeed off topic. Thanks

Re: [css-d] Vertically centering text in a paragraph

2009-04-13 Thread Brian Hazelton
You can apply a class to the paragraphs that are together and make the line height the same as the height of the image and then st vertical-align to middle. __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Vertically centering text in a paragraph

2009-04-13 Thread Brian Hazelton
sorry, that was bad information. I just tried it and while it does make it vertically centered, it adds huge space because of the line height. __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Vertically centering text in a paragraph

2009-04-13 Thread Brian Hazelton
does IE support display:table or display:table cell though? I could have sworn it didn't. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] Get rid of top space

2009-04-13 Thread Brian Hazelton
body margin and padding set to 0 and the first element set to margin-top 0 __ 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] Get rid of top space

2009-04-13 Thread Brian Hazelton
make p margin:0px instead of the 0 0 1em, I just tried it and that is what was screwing you up. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] OFF TOPIC (webpage size)

2009-04-13 Thread Brian Hazelton
Just out of curiosity, if i had a page with a width of 768px total, and the rest is a subtle bg, would that be too small of a width? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

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

2009-04-12 Thread Brian Hazelton
you can take all of it out, borders by default are none so it does not need to be there in the first place On Sun, 2009-04-12 at 11:03 -0700, trevor bayliss wrote: How can I condense this CSS? Is it possible? thank you BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none;

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

2009-04-12 Thread Brian Hazelton
sorry, I did not realize that you were referring to an image border (which by default is not none). My answer earlier is wrong for images. On Sun, 2009-04-12 at 14:38 -0400, David Laakso wrote: trevor bayliss wrote: How can I condense this CSS? Is it possible? thank you

[css-d] proper use of cite

2009-04-12 Thread Brian Hazelton
If I put in the footer site by xxx would that be a proper use of cite or should I just use a p? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] proper use of cite

2009-04-12 Thread Brian Hazelton
thank you, that was very insightful, i will probably use a variation of that (not include so much information as i just want to put a link back to my company) On Sun, 2009-04-12 at 21:03 +0100, Christian Heilmann wrote: Brian Hazelton wrote: If I put in the footer site by xxx would

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

2009-04-12 Thread Brian Hazelton
On Sun, 2009-04-12 at 21:37 +0200, Els wrote: Chike Loney wrote: How do I set the opacity of a div to let's say 50% opacity:0.5; http://www.w3.org/TR/css3-color/#opacity Not sure which browsers support it, and also has the disadvantage that the text in the div will also become

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

2009-04-12 Thread Brian Hazelton
-discuss.org Date: Sunday, April 12, 2009, 2:01 PM trevor bayliss wrote: Thank you Brian, David, Marcio, Els and Val! I got rid of the uppercase letters in the css How do I do the same for border-top-width border-bottom-width would it be: border-width: Top Right Bottom Left

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

2009-04-12 Thread Brian Hazelton
On Mon, 2009-04-13 at 09:14 +0900, Philippe Wittenbergh wrote: On Apr 13, 2009, at 7:01 AM, Brian Hazelton wrote: Really interesting link thanks. Last question on the subject, is it impossible to condense this code? (As the borders are different I imagine it is) Thanks: BORDER

[css-d] Acronyms

2009-04-06 Thread Brian Hazelton
I was wondering, if you use an acronym more than once on a page, do you define it every time or just the first occurrence on a page? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] footer xhtml and css valid

2009-04-05 Thread Brian Hazelton
I have a web design company and was wondering if it is still common practice to put the links to w3c in the footer if the pages validate for xhtml and css...i was looking around some other professional sites, and cannot see any that put that info in the footer...is this an outdated practice?

[css-d] accessible background images

2009-04-03 Thread Brian Hazelton
I was looking at the accessibility of my site, which is not up yet so i cannot post a link. I came across a weird find...when i disable background images, the body text disappears because i use a white font color because the background image is almost black...how would i keep it white but make

[css-d] Semantic UL Class Name

2009-03-03 Thread Brian Hazelton
different information. The site, in case you want to dig deeper is http://www.danville302.org Thanks, Brian Hazelton __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Font sizing [was: Font-color issue]

2009-02-17 Thread Brian Funk
be interesting to you. http://www.webtypography.net/Harmony_and_Counterpoint/Size/3.1.1/ regards, Brian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] nowrap and border issue in IE6 and/or IE7

2009-02-16 Thread Brian Funk
be an option? I achieved what I /think/ you're after by floating both divs. http://www.stoneladder.ca/sandbox/css/nowrap-01.html -- Brian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css

Re: [css-d] CSS horizontal nav bar problem

2009-02-15 Thread Brian Funk
. If you post a link to what your working on it will make things much easier for folks to look at. -- Brian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] text align to left and image align to right on the same line

2009-01-24 Thread Brian Funk
and image align to right on the same (base)line. Can you provide a little more context of what you are trying to do? Is this a one line affair, something in the middle of a large body of text... can you provide a link to an attempt you have made? -- Brian

Re: [css-d] Centering again :(

2009-01-17 Thread Brian Funk
only use id once per document. You've used img id=h twice on this page. 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] Centering again :(

2009-01-17 Thread Brian Funk
appearing and disappearing. You may want to force a scroll bar at *all* times. html {height: 100%; padding-bottom: 1px;} is /one/ way to do this. There may be better ways. Brian __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] Image in center of text wrap question.

2009-01-11 Thread Brian Funk
a better way. I watch with great interest. ;-) 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 policies -- http://css

Re: [css-d] Differences between Firefox Windows and Firefox MAC OS

2009-01-09 Thread Brian Funk
Erik M. Zettersten wrote: Thank you David and Brian for your quick help. My apologies to the list, I didn't mean to exclude you. I had simply pointed Erik to Georg's page [1]. I've probably read it 10+ times now and I still understand something new from it every time. Thanks George! 1

[css-d] google Chrome browser

2008-09-02 Thread Brian Cummiskey
Chrome is set to drop for download sometime today: http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html Anyone get a pre-release copy to do some testing? Any scary things we should be aware of? Thanks __

[css-d] Help with Dreamweaver

2008-08-13 Thread Brian Gilbert
my old webpages have been converted to CSS layout and I am no longer able to edit them using html. Anyone come across this? Need a fix fast Regards, Brian Gilbert __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] Centering content - new user

2008-07-14 Thread Brian Gilbert
On 8/7/08 10:16 PM, David Laakso [EMAIL PROTECTED] wrote: Brian Gilbert wrote: Thank you for your very welcomed input. You don¹t by any chance have a good method for creating a drop shadow for the main content div26 do you? Regards, Brian I'm creating a website at the moment

[css-d] Centering content - new user

2008-07-05 Thread Brian Gilbert
to apDiv26 but it does not function in the way that I am looking for. Any input appreciated to put me on the right track. Thanks, Brian Gilbert Perth Western Australia __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] A 3 column design

2008-06-06 Thread Brian Funk
? -- Brian __ css-discuss [EMAIL PROTECTED] 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

[css-d] floated anchors not wrapping/returning

2008-05-22 Thread Brian Cummiskey
Hi guys, Having an IE7 problem. please see: http://imageupload.com/out.php/i120625_float.jpg Basically, ie7 in the screen shot is not wrapping/CR to the next line like it does in firefox, thus having all the extra of the last block hang down at the end of the 'row'. the code block i'm using:

[css-d] negative absolute positioning bad for SEO?

2008-05-14 Thread Brian Campbell
i've been using negative absolute positioning on text that i want hidden, but need to be accessible to alternate devices. someone has suggested that the text won't be seen by bots (like google) so it won't be processed and can't be utilized for SEO purposes. in your experience is this

[css-d] colon in class name?

2008-04-26 Thread Brian Cummiskey
In looking at the hosted YUI, I came across textarea name=code class=HTML:nogutter:nocontrols cols=60 rows=1 on http://developer.yahoo.com/yui/articles/hosting/ cane someone explain the colons in the class? Thanks __

[css-d] Override Style Class in a Child TD Element

2008-04-18 Thread Brian Ogden
I am displaying tabular data and for a give row of data I have a tr class=RowStyle element and than a td element for each of my columns. There is specific td that I want to have a class of its own and override the RowStyle class by saying td class=NotesColumnStyle. This is my CSS: /*RowStyles*/

[css-d] Control Column width and height

2008-04-18 Thread Brian Ogden
I have a column that I want to put into a scroll area in a table. I have attached the a screen shot. Depending on how long the notes are I want the column to scroll. How do I control the height of columns in a table. Here is my CSS: (The max-height does not seem to do much). td.NotesColumnStyle {

[css-d] a:active giving horiz scroll bar

2008-04-18 Thread Brian Cummiskey
Hi guys, FireFox problem. I have a floated list with the width set on ul li in ul li a, when active, i get a horizontal scrollbar of about 1-2px in firefox. I have no rules for :active. My anchor is just ul li a and ul li a:hover (both which don't produce the scroll) Is there something

[css-d] 2 col linked, single list element

2008-04-14 Thread Brian Cummiskey
Hi Guys, I need a list with 2 columns, all as one anchor, ala: http://tinypic.com/view.php?pic=rby7f6s=3 I'm currently using lia href=span class=catsection 1/spanspan class=prodsection 2/span/a/li On hover, the whole background needs to swap the full width of the li (the list is

Re: [css-d] Extra white space in IE

2008-04-06 Thread Brian Jones
David Laakso wrote: http://www.chelseacreekstudio.com/ca/cssd/eb.html css: http://www.chelseacreekstudio.com/ca/cssd/eb_files/eb00.css Hi David, Thank you so much for your help. It helped out a lot -- -Bdot There are only 10 kinds of people in this world. Those who understand binary

[css-d] Extra white space in IE

2008-04-05 Thread Brian Jones
Hi, My site is displaying an extra 2 or 3 pixels thats showing up on the right side of the whole page in IE http://www.fatusboutique.com Does anyone know how I can change my CSS to fix this issue? -- -Bdot There are only 10 kinds of people in this world. Those who understand binary and those

Re: [css-d] Extra white space in IE

2008-04-05 Thread Brian Jones
David Laakso wrote: Is your goal to correct the above problem which is seen in IE/7.0. Or is it to correct the page in IE/6.0 as well (where the page is pretty much unusable)? I would like it corrected in IE 6 also -- -Bdot There are only 10 kinds of people in this world. Those who

Re: [css-d] Footer breaks in IE

2008-04-02 Thread Brian Jones
This still is not working..In IE there is still and extra white space under the footer -- -Bdot There are only 10 kinds of people in this world. Those who understand binary and those who don't __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Footer breaks in IE

2008-04-02 Thread Brian Jones
Ok I got it to work by increasing the height of the footer to 120px...What about this extra 2 or 3 pixels thats showing up on the right side of the whole page in IE? -- -Bdot There are only 10 kinds of people in this world. Those who understand binary and those who don't

[css-d] Footer breaks in IE

2008-03-30 Thread Brian Jones
Hi, Please help..I'm using a technique i found in the css world to keep the footer at the bottom of the page. In FF it works fine but in IE it breaks. Here's the link and css http://www.fatusboutique.com/ http://www.fatusboutique.com/css/eb.css Thanks -- -Bdot There are only 10 kinds of

Re: [css-d] Oldest Browser Currently Testing for

2008-03-05 Thread Brian Cummiskey
I test for SIMILAR results on Firefox2, ie6, and ie7 on pc along with safari on the mac and Konq on linux I test for 'acceptible' for ie5.5 on pc, opera, and ie5.5 on the mac __ css-discuss [EMAIL PROTECTED]

[css-d] Float list items

2008-02-21 Thread Brian Jones
Hi, I have a list div ul liitem 1 price1/li liitem 2 price2/li liitem 3 price3/li /ul /div How can I contruct my css so that the 'item' is to the left of the div and the 'price' floats to the far right of the div -- -Bdot There are

Re: [css-d] A Div Quesiton

2008-02-15 Thread Brian Cummiskey
Christopher wrote: body div class=maingraphic/div /body /html When I move that div into the body it already is in the body, so i'm not sure what you're getting at here the div and the style just disappar. So to nest another div inside of that div just put it under that div

Re: [css-d] A Div Quesiton

2008-02-15 Thread Brian Cummiskey
Christopher wrote: If you have a a few div on page and a style sheet within a div, is the style sheet locked in that div or is it free to be repositioned anywhere even outside the div ? Chris, you SHOULDN'T have a style sheet in the body area of a document. It should be in the head.

[css-d] Split image in two divs...idk

2008-02-02 Thread Brian Jones
Sorry if this was posted twice I'm developing a site(http://www.bleusolutions.com/pianoguy/piano.html) .How can construct my css and cut the image so that the bottom of the brown star seal appears in the top right corner of the #wrapper div and top of the seal is in the header...right now I just

[css-d] Split image in two divs...idk

2008-02-01 Thread Brian Jones
I'm developing a site(http://www.bleusolutions.com/pianoguy/piano.html) .How can construct my css and cut the image so that the bottom of the brown star seal appears in the top right corner of the #wrapper div and top of the seal is in the header...right now I just have it as one big image

[css-d] Site not playing right in IE6

2008-01-29 Thread Brian Jones
Hi, I am developing a site ( http://fatusboutique.com/index2.php ) and it displays fine in FF and IE7..I came to work today and on friends computer who still has the old IE, I realized that its not displaying correctly..It seems like the #right div is dropping and not floating to the right...can

Re: [css-d] hand coders vs wsywig coders...I had no idea

2008-01-25 Thread Brian Cummiskey
When I interview, asking what editor they use is one of the first questions I ask, and frankly, the same reaction is given if someone says Dreamweaver. I won't hire them. Even if they do use the code view, it means my company has to buy another adobe license for them at $ dollars instead

Re: [css-d] Alignment Problem

2008-01-11 Thread Brian Simmons
This worked like a champ. Thanks. Brian Simmons [EMAIL PROTECTED] www.simmonswebdesign.net 404.316.2655 -Original Message- From: Kepler Gelotte [mailto:[EMAIL PROTECTED] Sent: Friday, January 11, 2008 12:49 AM To: 'Brian Simmons'; css-d@lists.css-discuss.org Subject: RE: [css-d

[css-d] Alignment Problem

2008-01-10 Thread Brian Simmons
Can you all tell me why in Firefox this page is dropping the content down. This is not happening in IE. http://208.106.151.24/turner/ Thank you, Brian Simmons [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.simmonswebdesign.net

[css-d] (no subject)

2007-12-31 Thread Brian Simmons
I am having trouble with my links on the page. I have a top menu and a side menu. When you click on any link the whole system breaks down. A link is provided in order to view the problem. Any help would be greatly appreciated. http://208.106.151.24/turner/ Thanks, Brian Simmons Brian

Re: [css-d] (no subject)

2007-12-31 Thread Brian Simmons
Thanks this fixed the problem. Brian Simmons [EMAIL PROTECTED] www.simmonswebdesign.net 404.316.2655 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shawn Lawler Sent: Monday, December 31, 2007 11:31 AM To: css-d@lists.css-discuss.org Subject: Re: [css

[css-d] IE7 Bug

2007-12-26 Thread Brian Jones
Hi, I am experiencing a weird bug(http://www.bleusolutions.com/images/IE7%20bug.gif) with IE 7...when the page (http://www.bleusolutions.com) loads in FF and IE everything is fine...but as soon as you hover over one of the navigation links it breaks and some the .sub_teasers text flows right over

Re: [css-d] IE7 Bug

2007-12-26 Thread Brian Jones
Sorry, I forgot to point out exactly where the bug is...if you look at the bottom of IE7 bug pic where the footer is at On Dec 26, 2007 10:49 AM, Brian Jones [EMAIL PROTECTED] wrote: Hi, I am experiencing a weird bug(http://www.bleusolutions.com/images/IE7%20bug.gif) with IE 7...when

Re: [css-d] IE7 Bug

2007-12-26 Thread Brian Jones
On Dec 26, 2007 12:47 PM, Highpowered [EMAIL PROTECTED] wrote: Brian, Try adding position:relative; to your #wrapper declaration in bleu.css. Thanx a lot it worked..Do you know why that was occurring? -- -Bdot There are only 10 kinds of people in this world. Those who understand binary

[css-d] How to achieve this effect

2007-12-07 Thread Brian Jones
Can someone please tell how i can achieve this effect? http://www.concept64.com/portfolio/ The ids for each client have display:none. But when you click on the next and prev buttons it moves through the ids and display the content in the divs. How are they doing this? Thank you -- -Bdot

[css-d] Issue In IE

2007-11-19 Thread Brian Peddle
it. Thanks! Brian __ css-discuss [EMAIL PROTECTED] 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] Issue In IE

2007-11-19 Thread Brian Peddle
I actually resolved it. Thanks! Brian Peddle wrote: I have a page which is rendered properly in firefox - http://jobs.campusrn.com/test.html The same page in IE had the navigation stacked on the right. I have spent several hours trying to fix this and I think I am missing something

[css-d] decimals in widths?

2007-11-02 Thread Brian Cummiskey
Hi all, I have a dynamic list of items that displays inline in floated div's. I was doing some math on how many, and out of the available space, to split it evenly (as they are aligned center) ie, wrapper is 500px 2 items each gets 250px of space/margin width. i have an odd shape on this one

Re: [css-d] Menu/navigation problem

2007-10-30 Thread Brian Perry
. You may not want that type of client anyway. Good luck, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Laakso Sent: Tuesday, October 30, 2007 11:54 AM To: Portman Cc: CSS List Subject: Re: [css-d] Menu/navigation problem Portman wrote

[css-d] images off / css on

2007-10-23 Thread Brian Cummiskey
Hi All, Perhaps this is more an accessibility questions than CSS, but the fix lies in the css i believe. Scenario: div dark blue background image gradient. h1 on top of it, styled white to be readable/h1 /div Now, when images are off, the text is white on white (on an assumed not

Re: [css-d] images off / css on

2007-10-23 Thread Brian Cummiskey
to match the dark blue, then it stands out and blocks the gradient. Effectively, i need a transparent background on the h1 when images are on, but a #006 when images are off. Unless i'm misunderstanding your response? Appreciate the feedback so far. -Brian

[css-d] reserved words as properties?

2007-10-17 Thread Brian Cummiskey
Hi all, Just ran into this while working on an automotive tab. The grafic for it is called auto.gif #topnav a#tn_auto { background: url(/grafx/auto.gif) no-repeat 0 0; } My editor highlighted auto.gif in the background url, due to auto being a reserved word. It seems to work in my

Re: [css-d] reserved words as properties?

2007-10-17 Thread Brian Cummiskey
Nick Fitzsimons wrote: It's a bug in your editor; even IE doesn't have _that_ degree of a problem parsing CSS. Thanks Nick. I'm using (a surely out-dated version of) Edit Plus. __ css-discuss [EMAIL PROTECTED]

<    1   2   3   4   5   6   >