[css-d] Boostrap menu

2016-04-14 Thread Russ Peters
Is it good practice to include an image for a logo inside of a bootstrap 3 navbar? The problem I'm having is that the logo is higher than the menu and my menu items are aligning vertically at the top which looks funny. (this is on our intranet so I can't send a link). I've tried to google how

Re: [css-d] Image compression suggestions ?

2015-09-20 Thread Russ McMullin
It really depends on the image. If it’s a photograph, PNG is not the way I would choose to save it. It’s just my opinion, but 75kb seems pretty large for a mobile image. Russ On Sep 20, 2015, at 3:44 PM, Crest Christopher wrote: > As well my images are PNG. I don't use the legacy

Re: [css-d] Image compression suggestions ?

2015-09-20 Thread Russ McMullin
rther, and my normal workflow doesn’t do it. I use the Blur tool to selectively blur areas that aren’t as important. Blurry images compress much better than sharp images, and very often it isn’t necessary to have the entire image tack sharp. Russ ___

Re: [css-d] Image not seen on top of bg ?

2015-06-21 Thread Russ McMullin
you put height:100%; under .patha, it shows up. Russ __ 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-discu

Re: [css-d] Media Queries not working

2014-11-20 Thread Russ McMullin
I suspect the scroll bar is from telling #menupanel to be 320px, plus a border of 2px, which would make it 324px wide, unless you are using box-sizing:border-box;. That is where I would start looking. Russ On Nov 20, 2014, at 9:13 PM, Crest Christopher wrote: > Chris code works bet

[css-d] FW: IE 10 issue

2014-04-28 Thread Russ Peters
Have an issue with the fieldset not expanding to contain the radgrid. It is working as expected in Chrome, but I need it to work in IE. Any suggestions? I'm also not able to get rounded corners on the fieldset in IE. CSS: fieldset{margin-bottom: 10px;width: 65%; border-top-left-radius:5px;bo

[css-d] IE 10 issue

2014-04-28 Thread Russ Peters
Have an issue with the fieldset not expanding to contain the radgrid. It is working as expected in Chrome, but I need it to work in IE. Any suggestions? I'm also not able to get rounded corners on the fieldset in IE. CSS: fieldset{margin-bottom: 10px;width: 65%; border-top-left-radius:5px;b

Re: [css-d] Menu: from inline to 2 columns of buttons

2013-08-31 Thread russ
If you don't care about the order, this is pretty simple: #container li { display:block; float:left; width:50%; } The first two list items end up on the top line, the next two on the line below, and so on. Russ - Original Message - From: "John A. Johnson&q

[css-d] HTML5 Validation

2012-07-01 Thread Russ Peters
ng any errors. If I can get it working I plan on using Modernizr to check for compatibility and only load the polyfill if needed. I'm also open to other techniques that you have gotten to work that I just may have not yet found. Thanks, Russ This electronic mail message and attach

Re: [css-d] Button creation

2012-06-28 Thread Russ Peters
Thank you all for the really creative and informative responses to this. This list rocks. I’ll soak in some of what you all have said and see what I come up with. Have learned a few new things to go research. Russ This electronic mail message and attachments (if any) are confidential and

[css-d] Button creation

2012-06-27 Thread Russ Peters
had on it. Any ideas? Thanks, Russ This electronic mail message and attachments (if any) are confidential and legally privileged. The information is intended solely for the addressee(s). If you have received this email in error, please contact the sender and delete all copies o

[css-d] Class working everywhere but IE

2012-01-24 Thread Russ Peters
roblem just put any number in the member number box to get to the next screen. Thanks, Russ This electronic mail message and attachments (if any) are confidential and legally privileged. The information is intended solely for the addressee(s). If you have received this email in error, please c

Re: [css-d] Tool to tell me where a rule is used

2010-07-08 Thread russ
So, are you wanting a tool that will look through the CSS and report which of the classes or ids do, or don't, show up in the HTML? I don't have a suggestion, I'm just trying to understand the goal. Russ - Original Message - From: "Ellen Herzfeld" To: Sent

Re: [css-d] Help with IE8, all other browsers look pixel perfect, pls give a few pointers

2010-06-29 Thread russ
>> I have a page up at http://efri.dreamhosters.com and is loking fine in >> Firefox, Chrome and Safari, but IE8 looks broken as hell. > Add a doctype and bring it back. There are also errors in the CSS. For example, there is a missing semicolon on line 22. Try validating

Re: [css-d] web page help

2010-06-22 Thread russ
I would do a google search for "sticky footer". It's a technique that keeps the footer always at the bottom of the page. There are quite a few tutorials that show how to do it. > I put the footer div into the content div as you suggested David but then > the footer floated to the top. Adding m

Re: [css-d] IE6 padding

2010-06-18 Thread russ
bedded in the HTML, and also in the external CSS file. If it were me, I would consolidate it in one place so I could see it easier. Russ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/

Re: [css-d] styling a list

2010-06-15 Thread russ
>I have tried several times to style a horizontal list and this time I am >keeping at it till it works. > I am trying to center the menu inside the black bar. I have given the ul a > width and made the margins auto with text align centered. I took out some things that didn't seem needed, changed

[css-d] character encoding?

2010-06-08 Thread russ
back to windows-1252". I have tried reading information about character encoding, but anything I add causes the page not to validate at all. I'm not sure what to add to make the page validate completely. Any help would be greatly appreciated. Here is the page I am testing: http://w

Re: [css-d] Firefox wont align content in a table properly -- SAFARI issue

2010-06-02 Thread russ
ght by the Error Console. Problem solved. Russ M > > Expecting you to validate your site (HTML and CSS) as a precursor to > offering other help is a very reasonable request. Take it, you will like > the results. > > Bill B __

Re: [css-d] Problems with IE6 - update

2010-03-30 Thread russ
So, what fixed it??? - Original Message - From: "Joe Jackson" To: Sent: Tuesday, March 30, 2010 8:19 AM Subject: Re: [css-d] Problems with IE6 - update > Sorry all, its working now > > Thanks for all your help! much appreciated

Re: [css-d] why does Firefox add padding?

2009-11-09 Thread russ
Thanks for the reply, Mark. I can't disable the rule because then it wouldn't look right in Chrome, Safari, and IE6. It was pointed out to me that one of the rules in my sidebar is adding the extra padding. I hadn't thought to look there. > I used firebug to find that rule and disable it and th

Re: [css-d] why does Firefox add padding?

2009-11-09 Thread russ
Thanks for taking the time to sort this out, Adam. I knew it had to be something I was doing. Working around the problem wasn't going to satisfy me. I wanted to know the root cause and you helped me see it. Thanks! Russ > First of all you have an issue with your CSS that may or may

Re: [css-d] why does Firefox add padding?

2009-11-09 Thread russ
I was making changes to the page, so you probably saw my update, rather than the original problem. I changed it back to what it was. I found a workaround, but I still don't know why only Firefox is adding 20 extra pixels of padding. Here is an image that should help illustrate my point: http://

[css-d] why does Firefox add padding?

2009-11-09 Thread russ
can't seem to figure out how to fix it. Any help would be appreciated. Thanks. Russ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.in

Re: [css-d] help with overriding a list style

2009-11-08 Thread russ
You could remove bullets on lists with a general rule: li { list-style-type: none; } Then you could assign a "bullet" class to the list you want: .bullet li { list-style-image: url(images/bullet-teal.gif); } Russ - Original Message - From: "Kathleen R

Re: [css-d] Alignment Problem

2009-11-02 Thread russ
Could it be that you have tags in the paragraphs that don't line up? I haven't done any testing. I just noticed that difference in the ones that work and the ones that don't. Russ >I can't get this to work, and don't see why it will not align correctly. >T

Re: [css-d] Very simple display of images

2009-10-21 Thread russ
u didn't ask for a critique, so I hope I didn't overstep my bounds. Russ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/

Re: [css-d] Very simple display of images

2009-10-21 Thread russ
- Original Message - From: To: Sent: Tuesday, October 20, 2009 4:19 AM Subject: [css-d] Very simple display of images > Hello, > > I'm hoping for your indulgence once again. > > On the page at > http://www.maireadnesbitt.com/_bruce/news/tinkerbellnew.html, I have three > groups of p

Re: [css-d] Can't Get Rid of Gap in Firefox

2009-10-17 Thread russ
You may be aware of these things already, but : I am seeing a 1-pixel offset in the border on the Home page. The header graphic sits 1 pixel to the left of the lower content, as seen in the border. On the Services > Project Management, and Services > Landscape Architecture, the image is not co

Re: [css-d] IE6 float problem, again

2009-10-15 Thread russ
ight in Firefox. I didn't try it with any other browsers. The left margin pushes the middle column into position from the left, and the right column has absolute positioning. So, I don't see why the right margin woul

Re: [css-d] Adding captions to photos

2009-10-13 Thread russ
my browser window open wide enough to accomodate 1200+ designs. Just a thought. Russ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.

Re: [css-d] ie6 weird disappearing bug

2009-10-04 Thread russ
I came up with: http://www.mcmullincreative.com/u3/ I reduced the images sizes to "actual size", which made the file sizes smaller. I had to use this doctype to allow IE6 to center the wrapper div: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> Hope this helps. Russ I > when you c

Re: [css-d] grid without tables?

2009-10-03 Thread russ
> 2- use divs to simulate full rows, then place all the four elements of > each row inside it, size them appropriately and float them all to the > left. I wanted to try a variation on idea #2 http://www.mcmullincreative.com/testgr

Re: [css-d] Quick Page Check Please

2009-09-29 Thread russ
> My RSS area is aligned to the right in IE but it is correct in FF. It was > working earlier. It may be my cache. > > http://www.stc.org It's not your cache. I get the same result in IE6. All the floats are dro

Re: [css-d] I'd like to do something impossible

2009-09-29 Thread russ
wn in your mockup. Then I would do absolute positioning to align the circuit board over the top of the clear image. Russ - Original Message - From: "Theresa Mesa" To: "jft" Cc: "css-d Group" Sent: Tuesday, September 29, 2009 12:07 AM Subject: R

Re: [css-d] I'd like to do something impossible

2009-09-28 Thread russ
Can you mock it up in photoshop and post the image? It would be easier to envision what you are trying to achieve. Russ - Original Message - From: "Theresa Mesa" To: "css-d Group" Sent: Monday, September 28, 2009 7:59 PM Subject: [css-d] I'd like to do some

Re: [css-d] My fixed object is missing altogether

2009-09-28 Thread russ
Another thing to consider is the path from the css file to the "images" folder. If your css file is inside a "css" folder it may not know where to find the image. If that is the case, you would need to change the url to: url('../images/cornerart.png'). Russ

Re: [css-d] Moving hyperlink image when hovering in IE7

2009-09-25 Thread russ
float: right;" This closed the 1-pixel gap to the right of the column in Firefox 3. Removed "float: left;" from .imgTopAd This stopped the problem with the border changing height 4. Removed two tags under the Ad Logo image Makes b

[css-d] How can I get rid of a gap under an image?

2009-09-23 Thread russ
ger column. There is a light gray border that extends a few pixels too far down. Nothing I've tried makes any change to that gap. Any help or suggestions would be much appreciated. Thanks. Russ __ css-discuss [cs...@lists.

[css-d] Doctype problem

2009-03-06 Thread Russ Kirby
Hello, I'm currently building a website to go into an ecommerce package but have run into a snag as I originally coded the layout into an XHTML doctype and the ecommerce package has an HTML doctype. This meant that although everything rendered perfectly in each browser when I had initially cod

[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.callingazhom

[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: (62

Re: [css-d] iframes - who still uses them

2007-07-02 Thread Russ Peters
d to be a challenge with the new browsers disabling "navigate sub-frames across different domains" and with McAfee disabling the iframe tag altogether with their Privacy Service. I love the function of them but it's been frustrating. I

Re: [css-d] css drop-down sitemap

2007-02-14 Thread Russ Bombardieri
Thanks for getting back to me on this. I agree with you both and perhaps I should have been a little clearer in phrasing my inquiry. I am (in no way/shape/form) after the Open Cube code and would much rather achieve this using Suckerfish. I'm just not exactly sure how to achieve the multi-column

[css-d] css drop-down sitemap

2007-02-12 Thread Russ Bombardieri
Can someone point me in the direction of a resources that breaks down a navigation system similar to the "site map" link found on the Open Cube web site (http://www.opencube.com/). I have a need to develop a navigation system that displays data in that type of view. I know it can be done using CS

[css-d] Printing question

2006-12-28 Thread Russ Peters
only site (our online banking product). Is the display:none property my best bet in a style sheet for print or is there a better way? Russ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] Printing problem

2006-12-22 Thread Russ Peters
> Hi Russ, > About the css-validation: I always see this kind of message if the > (x)html is not validating. While your page is validating now, I suspect > it is something with the https-connection, that the css-validator cannot > handle. > Anyway, a direct call to the css-valida

Re: [css-d] Printing problem

2006-12-21 Thread Russ Peters
> > Russ Peters wrote: > > >https://www.redcanoecu.com/applications/data/Peters5935.htm (example) > >https://www.redcanoecu.com/applications/loan.asp (initial form) > > > >The page looks fine when viewed on the screen but if you do a print > >preview or act

Re: [css-d] Printing problem

2006-12-21 Thread Russ Peters
I apologize, it appeared that we didn't have the SSL port open to that server yet. Should be good to go now. Russ > -Original Message- > From: francky [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 20, 2006 7:59 PM > To: Russ Peters > Cc: css-d@lists.css-d

[css-d] Printing problem

2006-12-20 Thread Russ Peters
Peters5935.htm (example) https://www.redcanoecu.com/applications/loan.asp (initial form) It submits to this page: https://www.redcanoecu.com/applications/loansubmit.asp Thank you, Russ __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Form layout

2006-12-15 Thread Russ Peters
> On Dec 15, 2006, at 11:46 AM, Russ Peters wrote: > > >>(2) The selection menus for States and Raiders are not > >> accessible without using a mouse on some browsers. (Safari works > >> okay, not sure yet about IE, but no-go on Firefox). Also the radio

Re: [css-d] Form layout

2006-12-15 Thread Russ Peters
> At 1:56 PM -0800 12/14/06, Russ Peters wrote: > >Can you take a look at my progress on this form and let me know if I'm > >headed down the right path for a nice looking layout here? Alignment > >and style on forms have always challenged me. > > > >

Re: [css-d] Form layout

2006-12-15 Thread Russ Peters
ht path > > here? > > > > http://www.redcanoecu.com/applications/membership.asp > > > > Russ > > Just curious as to why the text boxes have a dark background when they are > active (as the user is typing into them). > > Text is unreadable as the text is

[css-d] Form layout

2006-12-14 Thread Russ Peters
nger which is why I opted to put them to the left of each field. Anyone have any suggestions or advice? Am I headed down the right path here? http://www.redcanoecu.com/applications/membership.asp Russ __ css-disc

Re: [css-d] Div show/hide

2006-12-12 Thread Russ Peters
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark > J. Reed > Sent: Monday, December 11, 2006 8:57 PM > To: Andy Pemberton > Cc: Russ Peters; css-d@lists.css-discuss.org > Subject: Re: [css-d] Div show/hide > > Seen th

[css-d] Div show/hide

2006-12-12 Thread Russ Peters
quot;. What I want is for the hidden div to smoothly appear below the link when clicked but it refreshes the page instead and starts back at the top of the document. Anyone know how I can enhance this thing to make it smoothly expand and collapse? Russ ___

[css-d] Div show/hide

2006-12-11 Thread Russ Peters
quot;. What I want is for the hidden div to smoothly appear below the link when clicked but it refreshes the page instead and starts back at the top of the document. Anyone know how I can enhance this thing to make it smoothly expand and collapse? Russ ___

Re: [css-d] vertical space issue in IE 6 & 7 [ was: Lost in space?]

2006-11-28 Thread Russ Peters
> > Russ Peters wrote: > > The topnav div in the header portion of my layout was aligned and > > working wonderfully until I added the code to make the form work for the > > search boxtrimmed] > > > Try, adding this to the style sheet: > form { margin-top

[css-d] Lost in space?

2006-11-28 Thread Russ Peters
search div where I would sort of expected the problem to be. Anyone have a suggestion? http://www.redcanoecu.com/index1.asp If you see any other glaring issues/problems I'd love to hear about them. Thanks for your time. Russ ___

Re: [css-d] Textarea - text cursor problem

2006-11-25 Thread Russ Peters
see your page or the text box I'd say do something like this: Russ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 L

[css-d] FW: Alignment issue

2006-11-22 Thread Russ Peters
let me know please. http://www.redcanoecu.com/index1.asp Russ __ 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 -- ht

[css-d] Alignment issue

2006-11-22 Thread Russ Peters
nt the problem. I'm still working on that one...but if you see something there I'd love to hear it. Thanks! Russ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

[css-d] Shopping Cart

2006-10-18 Thread Russ Bombardieri
I am looking for advice on what shopping cart software packages are out there and your experiences with them. I am a (somewhat picky) Web designer and would want full control of the source code so that I could design the storefront to my own liking. I have general knowledge of ASP, ASP.NET, and P