Re: [css-d] :after not working in FF or IE but fine in Chrome and Safari

2015-03-03 Thread Debbie Campbell
wrote: Debbie Campbell wrote: Don't know what I'm doing wrong here... 17 HTML errors would cause me to look at my HTML before wondering why my CSS does not work as intended. Philip Taylor

Re: [css-d] :after not working in FF or IE but fine in Chrome and Safari

2015-03-03 Thread Debbie Campbell
Thanks for your answer, I'll get this fixed. -- Debbie Campbell Design/Web Development/WordPress Red Kite Creative LLC d...@redkitecreative.com www.redkitecreative.com (970) 372-2125 On 3/3/2015 10:55 AM, Ryan Reese wrote: Apologies for the second message. Firefox does consider what you had

[css-d] :after not working in FF or IE but fine in Chrome and Safari

2015-03-03 Thread Debbie Campbell
at this for an hour... Please help? -- Debbie Campbell __ 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] rendering of Open Sans on my project site vs. Typekit

2015-01-05 Thread Debbie Campbell
/plain; charset=iso-8859-1 El 31/12/2014, a las 19:44, Debbie Campbell escribi?: Looking at the 700-weight (bold) Open Sans in the ul in this page (starting with Drill Pad Construction), can you see how the lowercase a's have the counter at the top filled in? I'm looking in Chrome, FF, IE11

Re: [css-d] rendering of Open Sans on my project site vs. Typekit

2015-01-05 Thread Debbie Campbell
/plain; charset=iso-8859-1 El 31/12/2014, a las 19:44, Debbie Campbell escribi?: Looking at the 700-weight (bold) Open Sans in the ul in this page (starting with Drill Pad Construction), can you see how the lowercase a's have the counter at the top filled in? I'm looking in Chrome, FF, IE11

Re: [css-d] rendering of Open Sans on my project site vs. Typekit

2015-01-05 Thread Debbie Campbell
/plain; charset=iso-8859-1 El 31/12/2014, a las 19:44, Debbie Campbell escribi?: I don't see any difference with page at default 100% or zoomed to maximum, and the lowercase 'a' looks fine and correct. Mac 10.6.8, FF v34.0.8 and iPad with retina, iOS 7.1.2 Perhaps it's an OS or graphics

[css-d] rendering of Open Sans on my project site vs. Typekit

2014-12-31 Thread Debbie Campbell
would help please let me know. -- Debbie Campbell __ 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] sticky footer position in IE - bottom of window instead of page

2014-11-08 Thread Debbie Campbell
I stripped out all the sticky footer code and tried a few other methods, this one worked and tested down to IE8 with no problems: http://css-tricks.com/snippets/css/sticky-footer/ The footer is now where it should be. Thank you for your input everyone.

[css-d] sticky footer position in IE - bottom of window instead of page

2014-11-07 Thread Debbie Campbell
of the window instead of the page, and stays in the same position when the page is scrolled. Please help and thank you in advance for looking. -- Debbie Campbell __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] sticky footer position in IE - bottom of window instead of page

2014-11-07 Thread Debbie Campbell
I don’t know what your expectations are but given your code, your footer will always position itself at the bottom of the content when the page is longer than the height of the viewport (as in the sample page you link to) and will be positioned at the bottom of the viewport if there is

[css-d] keeping submenu open when parent is 'current'

2014-08-01 Thread Debbie Campbell
is current, or when one of the items in the dropline menu is current. Help? -- Debbie Campbell www.redkitecreative.com --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com

Re: [css-d] keeping submenu open when parent is 'current'

2014-08-01 Thread Debbie Campbell
, 2014, Debbie Campbell d...@redkitecreative.com mailto:d...@redkitecreative.com wrote: I managed to get a dropline menu working in WordPress, but the submenu won't stay open: http://www.redkitecreative.__com/dev/pestpro/bed-bug-heat-__products/small-apartment-__package/ http

Re: [css-d] keeping submenu open when parent is 'current'

2014-08-01 Thread Debbie Campbell
Yes, I have a clickable mobile menu that's triggered by a media query, this one's desktop-only. -- Debbie On 8/1/2014 10:59 AM, GJim wrote: Howdy Debbie, ~~~ Friday, August 1, 2014, 11:46:50 AM (USA 'Somewhere on-the-road time-zone'), you wrote the message that appears below. My reply

Re: [css-d] keeping submenu open when parent is 'current'

2014-08-01 Thread Debbie Campbell
It only appears on hover for me in the latest Chrome/FF.. -- Debbie On 8/1/2014 11:13 AM, Tom Livingston wrote: Works in latest Chrome and FF for me. On Fri, Aug 1, 2014 at 12:46 PM, Debbie Campbell d...@redkitecreative.com wrote: I managed to get a dropline menu working in WordPress

Re: [css-d] keeping submenu open when parent is 'current'

2014-08-01 Thread Debbie Campbell
Chris Rockwell On Fri, Aug 1, 2014 at 1:13 PM, Tom Livingston tom...@gmail.com mailto:tom...@gmail.com wrote: Works in latest Chrome and FF for me. On Fri, Aug 1, 2014 at 12:46 PM, Debbie Campbell d...@redkitecreative.com mailto:d...@redkitecreative.com wrote: I managed

Re: [css-d] keeping submenu open when parent is 'current'

2014-08-01 Thread Debbie Campbell
Okay, this works: .page-189 .menu-item-210 ul { display: block !important;} That points me in the right direction, but I'll probably still try to get rid of the JS, it's not really needed. I'll report back when I get a final fix, thank you! -- Debbie On 8/1/2014 11:51 AM, Tom Livingston

Re: [css-d] keeping submenu open when parent is 'current'

2014-08-01 Thread Debbie Campbell
I think I got it! .wrap li:hover ul, .wrap li.current-menu-item ul, .wrap li.current-menu-ancestor ul { display: block !important; left: 0; padding: 0; visibility: visible !important; } -- Debbie On 8/1/2014 11:51 AM, Tom Livingston wrote: For example, the

[css-d] menu item color question on submenu hover

2014-06-06 Thread Debbie Campbell
have a lot of !importants in here because I was unable to override the template's CSS without them. Can someone tell me please how to keep that submenu item white when its children are hovered? -- Debbie Campbell www.redkitecreative.com

Re: [css-d] menu item color question on submenu hover

2014-06-06 Thread Debbie Campbell
I sincerely apologize - the site's on maintenance mode per the client until launch. Sorry for wasting anyone's time here - on Monday I'll repost my question after the site goes public. -- Debbie On 6/6/2014 7:38 PM, JAY TANNA wrote: Website Under Construction Check back by June 1! I'm

Re: [css-d] Fancybox modal window location in iPhone

2014-04-11 Thread Debbie Campbell
Are you using an iPhone 5, or another model, Tom? -- Debbie I'm still experiencing the problem. Sent from my iPhone On Apr 10, 2014, at 9:37 PM, Debbie Campbell d...@redkitecreative.com wrote: On Thu, Apr 10, 2014 at 9:07 AM, Debbie Campbell d...@redkitecreative.com wrote: Works fine

[css-d] Fancybox modal window location in iPhone

2014-04-10 Thread Debbie Campbell
an iPhone to test; in the online emulators I tried, the modal windows filled 100% of the screen so I can't see the problem. -- Debbie Campbell __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] Fancybox modal window location in iPhone

2014-04-10 Thread Debbie Campbell
Thank you - I'll give that a try. -- Debbie On 4/10/2014 7:18 AM, Tom Livingston wrote: On Thu, Apr 10, 2014 at 9:07 AM, Debbie Campbell d...@redkitecreative.com wrote: Works fine in Android both portrait and landscape (centered on the screen), and fine in iPhone portrait view

Re: [css-d] Fancybox modal window location in iPhone

2014-04-10 Thread Debbie Campbell
On Thu, Apr 10, 2014 at 9:07 AM, Debbie Campbell d...@redkitecreative.com wrote: Works fine in Android both portrait and landscape (centered on the screen), and fine in iPhone portrait view, but in landscape view on an iPhone the modal window is off to the lower right. I tried making

Re: [css-d] best way to handle footer image sliding up under content

2014-02-13 Thread Debbie Campbell
Thank you both *very* much for your help! Philippe's idea did indeed work, but was still not quite what I wanted for the interaction between the bottom of the content and the top of the image. It occurred to me that the problem was really the resizing. I went back to the original image and

[css-d] best way to handle footer image sliding up under content

2014-02-12 Thread Debbie Campbell
shows behind the content. Right now I have a negative margin on #footer-container but that's not working (rather it only works in Chrome/FF when the browser window is not full-sized). Can someone please give me some direction on a better way to do this? -- Debbie Campbell

Re: [css-d] best way to handle footer image sliding up under content

2014-02-12 Thread Debbie Campbell
On 2/12/2014 6:17 PM, Tom Livingston wrote: On Wed, Feb 12, 2014 at 5:55 PM, Debbie Campbell d...@redkitecreative.com wrote: In this page: http://redkitecreative.com/dev/gardensweet/farmers-markets/ I'd like to have the large image that's currently in #footer-container slide up so

Re: [css-d] best way to handle footer image sliding up under content

2014-02-12 Thread Debbie Campbell
On 2/12/2014 6:17 PM, Tom Livingston wrote: On Wed, Feb 12, 2014 at 5:55 PM, Debbie Campbell d...@redkitecreative.com wrote: In this page: http://redkitecreative.com/dev/gardensweet/farmers-markets/ I'd like to have the large image that's currently in #footer-container slide up so

[css-d] how to make content div stretch to 100% height

2013-05-28 Thread Debbie Campbell
different images - which is fine, if I can do something about the shadow. Any suggestions, please? Thank you. -- Debbie Campbell __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

[css-d] z-index question

2013-03-27 Thread Debbie Campbell
In this site, in the footer, the links in the two boxes are clickable in all the browsers checked so far except Firefox: http://www.redkitecreative.com/dev/prairie/about-us/ I've tried a few different ways of stacking with no better results for FF, can someone help please? -- Debbie

Re: [css-d] z-index question

2013-03-27 Thread Debbie Campbell
] On Behalf Of Debbie Campbell Sent: Wednesday, March 27, 2013 2:19 PM To: CSS-Discuss Subject: [css-d] z-index question In this site, in the footer, the links in the two boxes are clickable in all the browsers checked so far except Firefox: http://www.redkitecreative.com/dev/prairie/about-us/ I've

Re: [css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-30 Thread Debbie Campbell
Thanks for your detailed answer Philippe! I don't have any Android based tablet either to test. On my iPad2, the teal based background is not visible at all (the #wrapper div nicely fills the viewport, which is to be expected given the meta viewport declaration). A quick test case using your

[css-d] CSS linear gradient in Android tablet not extending to bottom of page

2013-01-29 Thread Debbie Campbell
another way to handle it? http://www.redkitecreative.com/projects/prsold/construction-and-commercial/ -- Debbie Campbell www.redkitecreative.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

[css-d] sticky footer question

2012-06-06 Thread Debbie Campbell
Not sure how to do this, ideally I'd like the bottom of the main content area to overlap the top of the sticky footer by a few pixels. I'm using footerstickalt. http://www.redkitecreative.com/projects/hvp/ -- Debbie Campbell

[css-d] no background gradient in IE8

2012-06-05 Thread Debbie Campbell
, but still no results. Can someone help? -- Debbie Campbell www.redkitecreative.com __ 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

Re: [css-d] question on media queries and full screen browsers

2012-04-16 Thread Debbie Campbell
At 17:32 -0600 on 04/14/2012, Debbie Campbell wrote about [css-d] question on media queries and full screen browsers: I'm using media queries for desktop vs. tablet vs. smartphone on my site (and the media query code is taken directly from the developer of the Lynda.com adaptive design course

[css-d] question on media queries and full screen browsers

2012-04-14 Thread Debbie Campbell
:1280px) / link rel=stylesheet href=?php echo get_stylesheet_directory_uri(); ?/css/tablet.css media=(min-device-width:800px) and (max-device-width:800px) / I don't know how to fix this, especially since I can't see it happening. Can someone help? -- Debbie Campbell www.redkitecreative.com

[css-d] positioning background images in IE 8/7

2012-04-09 Thread Debbie Campbell
In this page in IE 8/7: http://www.redkitecreative.com/projects/tax/ The background images in the three blue boxes are out of position. Even putting the CSS style into the ie8.css stylesheet makes the background images disappear from the page completely... How do I get them to move up in

[css-d] positioning search button

2012-01-18 Thread Debbie Campbell
In IE on this page: http://www.greendrakephoto.com/site/contact/ The little green-bordered square's image content is showing up underneath the panel. Can someone help please? -- Debbie Campbell www.redkitecreative.com __ css

Re: [css-d] positioning search button

2012-01-18 Thread Debbie Campbell
Ah - that image link issue makes perfect sense. Thanks! -- Debbie On 1/18/2012 8:15 PM, Ghodmode wrote: On Thu, Jan 19, 2012 at 3:58 AM, Debbie Campbell d...@redkitecreative.com wrote: In IE on this page: http://www.greendrakephoto.com/site/contact/ The little green-bordered square's image

[css-d] footer not clearing main content in IE7

2011-12-10 Thread Debbie Campbell
In this WordPress site, only in IE7, the footer (outlined in red) isn't clearing the main container: http://www.mountainsagecommunityschool.org/resources/research/ Can someone please help? -- Debbie Campbell www.redkitecreative.com

[css-d] question on body background image in IE

2011-12-09 Thread Debbie Campbell
In this site: http://redkitecreative.com/projects/brayden/ In IE, the background image for body that stretches across the top doesn't show until you click something in the menu or on the header section. I'm not seeing my problem, can someone help? -- Debbie Campbell www.redkitecreative.com

Re: [css-d] question on body background image in IE

2011-12-09 Thread Debbie Campbell
this is happening. Ville 2011/12/9 Debbie Campbell d...@redkitecreative.com mailto:d...@redkitecreative.com In this site: http://redkitecreative.com/__projects/brayden/ http://redkitecreative.com/projects/brayden/ In IE, the background image for body that stretches across the top

[css-d] problem floating text around image

2011-12-08 Thread Debbie Campbell
Not sure why this isn't working, floating the text around the image in the footer with the red border. Can someone help? http://www.redkitecreative.com/projects/green/ -- Debbie Red Kite Creative LLC __ css-discuss

[css-d] help with the last item in a menu sprite

2011-10-07 Thread Debbie Campbell
The 'Contact' a:hover effect is showing up on the bottom left below the menu bar - there are no HTML errors, and I can't immediately see what's happening to cause it to shift: http://www.redkitecreative.com/projects/paramaya/solution/for-clients/ Can someone help? -- Debbie Campbell

Re: [css-d] help with the last item in a menu sprite

2011-10-07 Thread Debbie Campbell
That's close - I changed that last image li width from 108 to 99, but then I remeasured and found that two of the items were coming it at 202.5px and 97.5px. I rounded down and that fixed it, thanks for the help. -- Debbie On 10/7/2011 5:17 PM, Tom Livingston wrote: The UL has a width of 960

Re: [css-d] alignment question for an unordered list/submenu

2011-10-03 Thread Debbie Campbell
It's been fixed, thanks. -- Debbie On 10/3/2011 8:38 AM, Chris Morton wrote: It appears to render AOK in Chrome. Chris On Sun, Oct 2, 2011 at 4:42 PM, Debbie Campbell d...@redkitecreative.com mailto:d...@redkitecreative.com wrote: I'm having trouble getting the a tag to line up within

[css-d] alignment question for an unordered list/submenu

2011-10-02 Thread Debbie Campbell
with the main menu alignments but can't pinpoint the problem. Can someone help? -- Debbie Campbell www.redkitecreative.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

[css-d] apply class to parent when children are in focus?

2011-09-22 Thread Debbie Campbell
to a dark color. How would I keep the white text color in the parent while the user is mousing over the menu? -- Debbie Campbell www.redkitecreative.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] apply class to parent when children are in focus?

2011-09-22 Thread Debbie Campbell
'selectedanchor' on hover. Just modify that class to also have white text. If you're looking to recreate something like this with just CSS, maybe check http://css.maxdesign.com.au/listamatic/ Kevin On Thu, Sep 22, 2011 at 8:37 AM, Debbie Campbell d...@redkitecreative.com mailto:d

Re: [css-d] apply class to parent when children are in focus?

2011-09-22 Thread Debbie Campbell
depending on the cascade. Kevin On Thu, Sep 22, 2011 at 9:27 AM, Debbie Campbell d...@redkitecreative.com mailto:d...@redkitecreative.com wrote: Hmm. Still reverting to the darker color when focus is moved from the parent to the windowed menu... I'll check in with the forum

Re: [css-d] z-index on menu

2011-09-06 Thread Debbie Campbell
Thank you - perfect. I appreciate the help. -- Debbie Campbell On 9/6/2011 10:58 AM, Chetan Crasta wrote: A number of CSS declarations had to be overridden, see the inline styles. IE 8 seems to get confused with the relative positioning. http://roughtech.com/t/prestige.html Regards, Chetan

[css-d] z-index on menu

2011-09-05 Thread Debbie Campbell
Can someone point out what's covering the left side of the top menu in IE8 in this site? http://www.signwithprestige.com/test/classes/ -- Debbie Campbell __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] question on space at bottom of page

2011-07-21 Thread Debbie Campbell
Thanks Alan, I did remove nearly all the position: relatives except where needed for z-index or a positioned element inside a container. Thank you for the fix for the footer-container element as well. -- Debbie __ css-discuss

[css-d] question on space at bottom of page

2011-07-20 Thread Debbie Campbell
not sure where that's coming from. Can someone help? -- Debbie Campbell www.redkitecreative.com __ 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] question on space at bottom of page

2011-07-20 Thread Debbie Campbell
I changed it, it didn't make a difference... -- Debbie On 7/20/2011 1:35 PM, Maujor (via-gmail) wrote: In this page: http://www.redkitecreative.com/projects/paramaya/wgs/dish-network-services/ There's a large image background to footer-container (not yet completed). There's a small space

[css-d] vertically align two floated divs to top of container

2011-05-24 Thread Debbie Campbell
Can someone tell me what I need to fix to get the two yellow divs to align to the top of the blue-bordered div? http://hachdrinkingwater.com/ -- Debbie Campbell www.redkitecreative.com __ css-discuss [css-d@lists.css

Re: [css-d] vertically align two floated divs to top of container

2011-05-24 Thread Debbie Campbell
That did it, thank you. -- Debbie On 5/24/2011 5:52 PM, Philippe Wittenbergh wrote: On May 25, 2011, at 8:40 AM, Debbie Campbell wrote: Can someone tell me what I need to fix to get the two yellow divs to align to the top of the blue-bordered div? http://hachdrinkingwater.com/ remove

[css-d] form styling

2011-04-29 Thread Debbie Campbell
(and moving the checkbox area to the right to line up with the inputs in the Contact Info section). Can someone point me in the right direction? -- Debbie Campbell www.redkitecreative.com __ css-discuss [css-d@lists.css

Re: [css-d] form styling

2011-04-29 Thread Debbie Campbell
overflow:hidden to .wpcf7-form div.textInput then play with the bottom margin to get what you want on the checkboxes there is a display:block on the span around the text. move that to the span around both the checkbox and the text. Tim On Fri, Apr 29, 2011 at 10:43 AM, Debbie Campbell d

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

2011-04-04 Thread Debbie Campbell
? This is the CSS: #primary .widget ul li { margin-bottom: 0.5em; font-size: 1.1em; padding: 0 0 0 15px; line-height: 1.3em; background: url(images/bullet.jpg) no-repeat 0 6px; } -- Debbie Campbell www.redkitecreative.com __ css

[css-d] inline list shows vertically in IE7 - help?

2011-02-24 Thread Debbie Campbell
My inline list at the bottom of this page displays vertically in IE7: http://www.redkitecreative.com/projects/paramaya/1.html What's the best way to fix this (or another recommended method for a simple pipe list)? -- Debbie Campbell www.redkitecreative.com

[css-d] menu hover issue

2011-01-20 Thread Debbie Campbell
When trying to fix an issue with z-index and IE7, I seem to have done something else. When you hover over the dropdown menus in this page in IE7, they close unless you're actually over a link: http://www.redkitecreative.com/projects/team/contact-us/ Can someone help? -- Debbie Campbell

[css-d] help with padding/margin and floated objects

2010-12-28 Thread Debbie Campbell
adding any bottom margin to #ss-text has no effect - can someone advise? -- Debbie Campbell www.redkitecreative.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

[css-d] unable to hide div in IE7

2010-12-08 Thread Debbie Campbell
I'm using conditional comments to hide the #sliderbox and/or .movingboxes-slider div near the bottom of this page in IE7, but it isn't working: http://www.adventurecamper.com/#slider1=4 What am I missing? Help greatly appreciated. -- Debbie Campbell www.redkitecreative.com

Re: [css-d] unable to hide div in IE7

2010-12-08 Thread Debbie Campbell
didn't work. You can instead put the entire div within conditional comments like this: !--[if gte IE 8]!-- div id=sliderbox ... /div !--![endif]-- The sliderbox div will be visible to all browser except IE7 and below On Wed, Dec 8, 2010 at 10:53 PM, Debbie Campbell d

[css-d] help with button position in Safari

2010-12-07 Thread Debbie Campbell
In Safari/Win (Safari/Mac too?) the search button at top right is not in the right place, it should be directly right of the text input box: http://www.adventurecamper.com/colorado-suv-and-van-rentals/ It's fine in IE, FF, Chrome, and Opera. Can someone help? -- Debbie Campbell

Re: [css-d] help with button position in Safari

2010-12-07 Thread Debbie Campbell
-form input.button { float:none; } ~Chetan On Wed, Dec 8, 2010 at 12:40 AM, Debbie Campbell d...@redkitecreative.com wrote: In Safari/Win (Safari/Mac too?) the search button at top right is not in the right place, it should be directly right of the text input box: http://www.adventurecamper.com

[css-d] two IE7 questions, z-index and display: none

2010-12-07 Thread Debbie Campbell
, but so far haven't found the right conditional comment. Can someone advise? -- Debbie Campbell www.redkitecreative.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

[css-d] change width of CSS dropdowns?

2010-12-01 Thread Debbie Campbell
a with no effect. -- Debbie Campbell www.redkitecreative.com __ 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] change width of CSS dropdowns?

2010-12-01 Thread Debbie Campbell
, Chetan On Wed, Dec 1, 2010 at 10:06 PM, Debbie Campbell d...@redkitecreative.com wrote: I'm having a problem making the width of the dropdown parts of the main menu wider here: http://www.redkitecreative.com/projects/camper/your-trip/going-west/ I'm not sure what CSS selector I need

[css-d] IE positioning question

2010-11-21 Thread Debbie Campbell
: absolute; left: -2px; } Suggestions greatly appreciated. -- Debbie Campbell www.redkitecreative.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

[css-d] page layout off in Safari/Win

2010-11-15 Thread Debbie Campbell
I don't have Safari/Mac but in Windows, this page layout is broken; can someone help? It's working fine in Chrome, FF, IE8 and Opera. http://www.redkitecreative.com/projects/billiards/customize_materials_finishes.php -- Debbie Campbell www.redkitecreative.com

Re: [css-d] page layout off in Safari/Win

2010-11-15 Thread Debbie Campbell
Thanks - I was hoping it was something simple like that. -- Debbie On 11/15/2010 9:18 AM, Giles, Sarah wrote: You are missing a closingdiv liimg src=images/materials_finishes/84Crop.jpg view-source:http://www.redkitecreative.com/projects/billiards/images/mater ials_finishes/84Crop.jpg

[css-d] nested ul not working right

2010-11-12 Thread Debbie Campbell
). Can someone advise? -- Debbie Campbell www.redkitecreative.com __ 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-d] z-index question in FF

2010-11-07 Thread Debbie Campbell
values on the divs in that part of the page. Not working though, can someone advise? -- Debbie Campbell www.redkitecreative.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] z-index question in FF

2010-11-07 Thread Debbie Campbell
Thanks very much! I'm new to this WordPress framework and didn't see the overflow: hidden; I've removed the link to the default Hybrid stylesheet for the 2-col layout and all is well. -- Debbie On 11/7/2010 8:18 PM, Philippe Wittenbergh wrote: On Nov 8, 2010, at 11:51 AM, Debbie Campbell

Re: [css-d] z-index question in FF

2010-11-07 Thread Debbie Campbell
- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Debbie Campbell Sent: Monday, 8 November 2010 3:51 p.m. To: CSS-Discuss Subject: [css-d] z-index question in FF In this site (still very much in progress and only checked in FF so far) the logo

Re: [css-d] z-index question in FF

2010-11-07 Thread Debbie Campbell
-6868 Cell: 713-501-2302 Fax: 713-721-0145 -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Debbie Campbell Sent: Sunday, November 07, 2010 8:51 PM To: CSS-Discuss Subject: [css-d] z-index question in FF In this site

Re: [css-d] z-index issue in IE7

2010-11-06 Thread Debbie Campbell
Thanks, that did work. I didn't get the last css-discuss mailing that had those replies. -- Debbie On 11/5/2010 4:22 PM, Alan Gresley wrote: Thierry Koblentz wrote: Oops - I spoke too soon. I fixed the Flash-overlapping-the-menu issue, but I have one last problem in IE7 only. The image

[css-d] z-index issue in IE7

2010-11-05 Thread Debbie Campbell
On this site: http://www.redkitecreative.com/projects/performance/contact-us/ if you hover on Browse Our Inventory, in IE7 the hovered menu is hidden behind the #maincontent div. I tried this: !--[if IE 7] style type=text/css #maincontent {z-index: 10;} ul.menu li:hover ul, ul.menu ul

Re: [css-d] z-index issue in IE7

2010-11-05 Thread Debbie Campbell
That fixes it, thanks very much! -- Debbie On 11/5/2010 11:45 AM, Alan Gresley wrote: Debbie Campbell wrote: On this site: http://www.redkitecreative.com/projects/performance/contact-us/ if you hover on Browse Our Inventory, in IE7 the hovered menu is hidden behind the #maincontent div

Re: [css-d] z-index issue in IE7

2010-11-05 Thread Debbie Campbell
www.redkitecreative.com On 11/5/2010 11:45 AM, Alan Gresley wrote: Debbie Campbell wrote: On this site: http://www.redkitecreative.com/projects/performance/contact-us/ if you hover on Browse Our Inventory, in IE7 the hovered menu is hidden behind the #maincontent div. I tried

Re: [css-d] setting z-index on a lightbox in WordPress

2010-11-03 Thread Debbie Campbell
Thanks - that's weird, before I had to have the z-index on the menu to get the dropdown menus to show above the content. But it's working fine now, thanks to those who replied. -- Debbie On 11/2/2010 7:44 PM, Philippe Wittenbergh wrote: On Nov 3, 2010, at 8:39 AM, Debbie Campbell wrote

[css-d] setting z-index on a lightbox in WordPress

2010-11-02 Thread Debbie Campbell
In this WordPress site: http://www.greyrockconcretedesign.com/gallery/?album=6gallery=2 I can't get the div#TB_window (NextGen Gallery is the plugin) to show in front of the menu - z-index isn't working or I'm applying it incorrectly. Can someone help? -- Debbie Campbell

Re: [css-d] can't click links in IE

2010-10-26 Thread Debbie Campbell
Thanks for the help, I cut the icons into jpg's after trying the block method, which for some reason didn't work. -- Debbie __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] can't click links in IE

2010-10-25 Thread Debbie Campbell
point me toward a fix? -- Debbie Campbell www.redkitecreative.com __ 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

[css-d] can't center h1 in Joomla template

2010-10-13 Thread Debbie Campbell
I've tried margin: 0 auto; and text-align: center on the H1 tag, its td and other elements on this page and cannot get the H1 to center - can someone help me out? http://beverlylanzetta.net/art-store.html -- Debbie www.redkitecreative.com

Re: [css-d] can't center h1 in Joomla template

2010-10-13 Thread Debbie Campbell
That did it, thanks so much! -- Debbie www.redkitecreative.com On 10/13/2010 9:56 AM, Denise McLaurin wrote: Debbie Campbell wrote: I've tried margin: 0 auto; and text-align: center on the H1 tag, its td and other elements on this page and cannot get the H1 to center - can someone help me out

[css-d] menu text/image buttons not working in IE7

2010-10-11 Thread Debbie Campbell
On this page (this VirtueMart cart, actually), the menu buttons are screwy in IE7: http://beverlylanzetta.net/retablos.html If you check in a modern browser you'll see they're wide-ish image backgrounds. Can someone tell me how to fix them? -- Debbie www.redkitecreative.com

[css-d] dropdown menu behind content in IE7

2010-09-27 Thread Debbie Campbell
I'm having two issues in IE7 with this WordPress site: http://www.greyrockconcretedesign.com/gallery/ 1) the dropdown menu's subpage links are behind the main content. I've been trying to fix this assuming it's the z-index bug, but haven't got it working yet. 2) the gallery is overlapping

[css-d] missing box shadow

2010-09-14 Thread Debbie Campbell
Can someone please tell me why I'm not seeing the box shadow that's applied to the round-cornered white div in this page? http://www.redkitecreative.com/projects/rk2010/portfolio/ It's working fine on other pages. -- Debbie Campbell www.redkitecreative.com

Re: [css-d] missing box shadow

2010-09-14 Thread Debbie Campbell
That was it, thank you. -- Debbie On 9/14/2010 4:21 PM, Tim Duffy wrote: its there you just can't see it. apply a bottom margin to the div. Tim On Tue, Sep 14, 2010 at 5:03 PM, Debbie Campbell d...@redkitecreative.com mailto:d...@redkitecreative.com wrote: Can someone please tell me

[css-d] link is underlined, but set to text-decoration: none

2010-09-08 Thread Debbie Campbell
/logo.jpg) no-repeat 0 0; text-indent: -em; text-decoration: none; } Can someone help? -- Debbie Campbell www.redkitecreative.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] link is underlined, but set to text-decoration: none

2010-09-08 Thread Debbie Campbell
Oh good, something silly. Thanks. -- Debbie On 9/8/2010 5:28 PM, Tim Duffy wrote: your hi is showing h1 { border-bottom:1px solid #6011DB; font-size:23px; font-weight:600; line-height:28px; padding-bottom:3px; } On Wed, Sep 8, 2010 at 7:26 PM, Debbie Campbell d...@redkitecreative.com

[css-d] need help with footerStickAlt

2010-09-07 Thread Debbie Campbell
I'm adding a blog to a client's site and am having trouble getting the footer to stick to the bottom of the browser window; I'm using footerStickAlt. Can anyone help me fix this? http://www.essentiallybareclinic.com/blog/ -- Debbie www.redkitecreative.com

Re: [css-d] footer not sticking to bottom of window, but footer contents are

2010-08-12 Thread Debbie Campbell
Thanks! Worked perfectly. 'Fairy floss' - I like that. -- Debbie On 8/12/2010 5:36 AM, Alan Gresley wrote: Alex Mitchell wrote: On Wed, Aug 11, 2010 at 5:07 PM, Debbie Campbell d...@redkitecreative.comwrote: Interesting - it kind of works but now it's up over the top of the content

Re: [css-d] footer not sticking to bottom of window, but footer contents are

2010-08-11 Thread Debbie Campbell
Interesting - it kind of works but now it's up over the top of the content near the bottom of the page. I tried a clearing element, that didn't help. But it's better... -- Debbie On 8/11/2010 5:44 PM, Alex Mitchell wrote: On Wed, Aug 11, 2010 at 4:30 PM, Debbie Campbell d

[css-d] WordPress menu item resizing in IE

2010-07-26 Thread Debbie Campbell
In IE 8/7/6, the dropdown menu below About Us first displays narrow, then expands to the right to the full width. Can someone let me know what I need to correct in the CSS to make it display full width right away? http://www.greyrockconcretedesign.com/contact-us/ -- Debbie Campbell

[css-d] sticky footer issue in Opera 10.6

2010-07-11 Thread Debbie Campbell
on the problem? -- Debbie Campbell www.redkitecreative.com __ 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

[css-d] page not loading properly in IE8

2010-06-24 Thread Debbie Campbell
Pages on this WordPress site are not always loading correctly in IE8: http://www.tomlinsondesigns.com/projects/ If you don't see it, you should when you move to different pages - sometimes the white background is missing and other design elements in the sidebar and footer are moved. Can

  1   2   >