Re: [css-d] Header disappearing in Mobile view

2015-08-25 Thread Yazmin Media
On Fri, Aug 21, 2015 at 1:24 PM, Greg Gamble wrote: > What part of the header is missing? Hamburger menu could use some bottom > padding to get it off the line. > Thanks. I will revisit the padding. The logo and the call-to-action are missing above the navigation. On Mon, Aug 24, 2015 at 7:4

[css-d] Header disappearing in Mobile view

2015-08-21 Thread Yazmin Media
I'm having an issue with a site. http://wesco.dreamhosters.com/dev/ I've bene using the iPhone 6 emulation on Chrome Dev Tools to check the site. It looks great there and on other mobile devices. However, when I use http://mobiletest.me/ tool to check the site in iPhone 6, the Responsive version

Re: [css-d] Section Width Problem

2013-11-30 Thread Yazmin Media
Interesting. I'm seeing it fixed without your edit in the same setup. Best, Yazmin On Tue, Nov 26, 2013 at 7:52 PM, Karl DeSaulniers wrote: > > I still see the issue on Safari 6.1 Mac OS 10.8.5 even with the sections > width set to 100%. > However when I put > It went away. ___

Re: [css-d] Section Width Problem

2013-11-26 Thread Yazmin Media
ks like it just the width of the content giving you issues. Because >> it's floated, it only takes as much width as is needed for the contents; >> set width:100% on your element and you should be good. >> >> >> On Tue, Nov 26, 2013 at 10:43 AM, Yazmin Media

[css-d] Section Width Problem

2013-11-26 Thread Yazmin Media
Hello all, I'm working on the following site: http://www.outsideoftheboxholidays.com/ All my sections are set to display block inside a parent section (#contentcontainer) that sets the width of the site. All the child sections are displaying full width, with the exception of the #services secti

Re: [css-d] CSS Menu Font Issue

2013-11-07 Thread Yazmin Media
wrote: > On Thu, Nov 7, 2013 at 3:10 PM, Yazmin Media wrote: > > Hi, > > > > (Disclosure - I did post this same question in another list, but then I > > realized this is the more appropriate list - since it is after all a CSS > > question - so please forgive me if you

[css-d] CSS Menu Font Issue

2013-11-07 Thread Yazmin Media
Hi, (Disclosure - I did post this same question in another list, but then I realized this is the more appropriate list - since it is after all a CSS question - so please forgive me if you find this question twice in your inbox...) I'm doing some e-commerce cleanup work for a client as a subcontra

[css-d] Expanding div based on content

2009-11-03 Thread Yazmin Media
Hi, I'm working on a 4 column layout that I found at pagecolumn.com. My issue is with the 4th column. I currently have a set width on it, but need to allow it to expand based on the content in the column (for ad purposes...serving both 160px and 300px ads). In the process, I would like for it to e

Re: [css-d] Expanding div based on content

2009-11-03 Thread Yazmin Media
width based on the width of its content) and this is achieved by > floats. You need to float the container and if you are going to wrap > the ad in a div you need to float that as well. > > Cheers, Tim On Tue, Nov 3, 2009 at 6:37 PM, Tim Snadden wrote: > > On 4/11/2009, at 11:10

Re: [css-d] Vertical Menu problem

2009-06-04 Thread Yazmin Media
Thanks for the additional input Mark. I thought I had tried merging those two rules, but it didn't work. I suppose something else was interfering at the time. And thanks for the reset link...hadn't come across that yet. :) On Thu, Jun 4, 2009 at 5:58 PM, Mark Henderson wrote: > As an FYI, for

Re: [css-d] Vertical Menu problem

2009-06-04 Thread Yazmin Media
John, Try these definitions for your CSS: .verticalMenu { background-color : #FFD096; float : left; margin-left : 6px; width : 150px; padding: 0; } .left_menu_txt { padding: 0; } ul.left_menu_txt { list-style: none; margin: 0; } It should also allow you to drop th

[css-d] z-index and positioning

2009-05-23 Thread Yazmin Media
I have the following page: http://imaging-resource.com/PRODS/00TESTCAM/00TESTCAMA-ad.HTM With the following CSS: http://imaging-resource.com/IN/style-rev-test.css My issue is with the rectangle ad in the 3rd column (which is just an inset div titled...you guess it: "inset" lol.) I need for that

[css-d] 3 column expanding center column CSS

2009-04-09 Thread Yazmin Media
I've been doing a search through a lot of 3 column CSS layout examples, but I'm getting the feeling that what I want cannot be done. I need to setup a 3-column, fixed width layout that allows the center column to expand in width when necessary. For example, say I have a fixed width 3-column design

Re: [css-d] CSS Image Rollover Problem

2009-04-02 Thread Yazmin Media
Thanks Wade. When I try that though, I get no hover action at all: http://www.slrgear.com/articles/is_1iswp/test3.htm Yazmin On Thu, Apr 2, 2009 at 2:48 PM, Wade Smart wrote: > > I think there are too many things in your css. > You have in .rollover your background url > but when the mouse mov

[css-d] CSS Image Rollover Problem

2009-04-02 Thread Yazmin Media
I'm working on a CSS rollover solution here: http://www.slrgear.com/articles/is_1iswp/test.htm My problem is that my hover image is not appearing when I hover over the rollover. The HTML file, the original image and the rollover image are all in the same directory. The file validates. Would some

Re: [css-d] Div placement with absolute and float positioning

2008-08-08 Thread Yazmin Media
On Thu, Aug 7, 2008 at 5:14 PM, David Laakso <[EMAIL PROTECTED]>wrote: > > SEO advantage, or not, setting the 4 and 3 column versions in the order > you wish them to appear on the screen is relatively easy using a > negative-margin float base layout. It can be a beast beyond belief in IE/6 > if y

Re: [css-d] Div placement with absolute and float positioning

2008-08-08 Thread Yazmin Media
On Thu, Aug 7, 2008 at 4:53 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > You can arrange floats side by side, as columns, more or less in any > order you like - this way... > > > Source-order manipulation vs. number of columns can be taken

[css-d] Div placement with absolute and float positioning

2008-08-07 Thread Yazmin Media
Hello, I'm having a problem with IE and my current layout. My footer is overlapping the columns: page: http://imaging-resource.com/ABOUTUS.HTM css: http://imaging-resource.com/IN/style.css I know this is because I'm using absolute positioning and am removing the columns from the flow of the page

[css-d] Overflow inheriting in Firefox/Mac?

2006-09-01 Thread Yazmin Media
Can anyone tell me why this page is displaying an overflow when for the #sampling1 div when it shouldn't be? This is only happening in Firefox on the Mac. URL: http://www.mmicreative.com/clients/expo/dre/expoinfo.php CSS: http://www.mmicreative.com/clients/expo/dre/includes/style.css (The styles

Re: [css-d] Nice Titles and Image Annotation

2006-08-01 Thread Yazmin Media
Thanks Silvester. I have tried to contact the author (same person wrote both scripts) and have discussed it with him, but he has not been able to clear time to revisit the issues, so I am at a loss there. You're right. I should take the time to rewrite the script, but at the moment it is not time

[css-d] Nice Titles and Image Annotation

2006-08-01 Thread Yazmin Media
I think someone was kind enough to point me in this direction on the list...to use Nice Titles (http://kryogenix.org/code/browser/nicetitle/). I also paired that up with Image Annotation ( http://kryogenix.org/code/browser/annimg/annimg.html) in hopes of coming up with a solution to reduce the amou

Re: [css-d] Issues with Alignment

2006-07-24 Thread Yazmin Media
David - Thank you! I don't know why I didn't think about using a negative value. :/ On 7/24/06, David O'Neill <[EMAIL PROTECTED]> wrote: > > Hey Yazmin, > > I am by far the best person to be telling you how to do this as I am a > newbie at this myself, but I just played with it for a few mins and

[css-d] Issues with Alignment

2006-07-22 Thread Yazmin Media
I'm working on a page that is supposed to look like this: http://yazminmedia.com/playground/VZN/mock1b.v3.gif However, I'm having an alignment issue with the middle text portion (New Collections and locations graphics), as follows: http://yazminmedia.com/playground/VZN/index2.htm The CSS is in

Re: [css-d] Make footer display below column content

2006-01-25 Thread Yazmin Media
Nevermind! I just fixed this issue by floating the 2 columns, instead of positioning them absolutely. On 1/25/06, Yazmin Media <[EMAIL PROTECTED]> wrote: > > I have the following page: > > http://yazminmedia.com/playground/tabs.htm > > The page has 3 columns in a wrapp

[css-d] Make footer display below column content

2006-01-25 Thread Yazmin Media
I have the following page: http://yazminmedia.com/playground/tabs.htm The page has 3 columns in a wrapper and I've been able to successfully get the footer to display at the bottom of the 3 columns. However, the middle column has additional elements that have been positioned absolutely in order t

[css-d] Tabs, Border and IE Windows

2006-01-24 Thread Yazmin Media
I'm trying to setup a horizontal tabbed layout that marks the tab that corresponds to the currently displayed page. The tabs look as they should in FF (win/mac) and Safari, but IE isn't recognizing that I am telling it to make the bottom border on the active tab white. I can see that the problem ha

Re: [css-d] Pure CSS Image Map Tooltips

2006-01-03 Thread Yazmin Media
On 12/31/05, Jesper Brunholm <[EMAIL PROTECTED]> wrote: > > Yazmin, it seems that you could use a mod of the solution I have made on > (the "s.2" "s.26" "s.51" "s.76" and > "s.101" links) > > The technique is somewhat described and discussed in the thread that I

Re: [css-d] Pure CSS Image Map Tooltips

2005-12-30 Thread Yazmin Media
On 12/28/05, francky <[EMAIL PROTECTED]> wrote: > > > Yes, I've seen one: > http://home.tiscali.nl/developerscorner/css-discuss/imgmap-tooltip.htm :-) > That is, these are the ordinary tooltips. > In case you mean a self-styled tooltip, I'm afraid I don't know a > solution with pure css. > > Thanks

[css-d] Hide/Show Text with a click

2005-12-27 Thread Yazmin Media
Is there a way to hide/show text by clicking a link that can be done solely with CSS? Or is this something in the DHTML realm and if so, what would I google to get more information? Thanks! -- Yazmin Wickham Contractor - Internet Development http://www.yazmin.net __

Re: [css-d] Pure CSS Image Map Tooltips

2005-12-27 Thread Yazmin Media
On 12/27/05, Roger Roelofs <[EMAIL PROTECTED]> wrote: > > Yazmin, > > If you ned irregular shapes, then yes. I think so. If you absolutely > position elements on an image (each element will be > rectangular) then just add the 'title' attribute to the a element to > get the tooltip. > > Roger, I

[css-d] Pure CSS Image Map Tooltips

2005-12-27 Thread Yazmin Media
Has anyone seen an example of pure CSS tooltips being used on an image map? I keep finding plenty of examples using JavaScript, but none with just CSS. Is my search a lost cause? Thanks! -- Yazmin Wickham Contractor - Internet Development http://www.yazmin.net _

Re: [css-d] Re: Negative Margin & FireFox Mac Issue

2005-09-22 Thread Yazmin Media
On 9/22/05, Zoe M. Gillenwater <[EMAIL PROTECTED]> wrote: > > Yazmin, > > It's probably a rounding error. Can you send the URL of the page that > has a similar problem? > > Zoe > Sure. Here it is: http://yazminmedia.com/playground/tabs.htm Thanks! -- Yazmin Wickham Contractor - Internet Developm

[css-d] Re: Negative Margin & FireFox Mac Issue

2005-09-22 Thread Yazmin Media
Well, this has turned out to still be an issue (on another site), so if anyone had any suggestions they would be appreciated! Thanks! On 9/21/05, Yazmin Media <[EMAIL PROTECTED]> wrote: > > I've been playing with the following file: > > http://yazminmedia.com/playground/t

Re: [css-d] Re: Float in IE Mac expands design

2005-09-22 Thread Yazmin Media
On 9/22/05, Ben Curtis <[EMAIL PROTECTED]> wrote: > > It's difficult to tell what's going on, since you have many items on > the page (images?) behind some password protection, and a large > number of javascript errors stemming from DOCTYPE tags in your JS > files. In addition, the XHTML does not v

Re: [css-d] Re: Float in IE Mac expands design

2005-09-22 Thread Yazmin Media
On 9/22/05, Christian Heilmann <[EMAIL PROTECTED]> wrote: > > Move the files to another folder, this one keeps asking for login details. > > Therefore we cannot see your CSS and give you any advice. > > My guess is that you have set no width to the floated element.MSIE is > picky with that. Sor

[css-d] Re: Float in IE Mac expands design

2005-09-22 Thread Yazmin Media
Suggestions anyone? On 9/21/05, Yazmin Media <[EMAIL PROTECTED]> wrote: > > I have the following files: > > http://yazminmedia.com/playground/test.htm > http://yazminmedia.com/playground/description.css > http://yazminmedia.com/playground/metal2.css > > In the descri

[css-d] Float in IE Mac expands design

2005-09-21 Thread Yazmin Media
I have the following files: http://yazminmedia.com/playground/test.htm http://yazminmedia.com/playground/description.css http://yazminmedia.com/playground/metal2.css In the description.css file, if I float the .panel class, it forces IE/Mac users to have to scroll horizontally to view the whole p

[css-d] Re: Negative Margin & FireFox Mac Issue

2005-09-21 Thread Yazmin Media
I was able to avoid this situation by approaching my original problem differently, but I never found out why the negative margin was off in Firefox Max/Linux. I'll post my new problem in a different email. -- Yazmin Wickham Contractor - Internet Development http://www.yazmin.net _

[css-d] Negative Margin & FireFox Mac Issue

2005-09-21 Thread Yazmin Media
I've been playing with the following file: http://yazminmedia.com/playground/tabs.htm The problem I've encountered is with lining up the tabs (.tab) on top of the content div (.panelx). Anyhow, in Firefox/IE on Windows and Safari/IE on Mac, the page displays as intended, but on Firefox Mac, the t

Re: [css-d] CSS Height Question

2005-08-23 Thread Yazmin Media
On 8/23/05, Pieter Van Waeyenberge <[EMAIL PROTECTED]> wrote: > I skimmed thru very quickly so i hope this is relevant: > > try adding > > Doesn't work. Thanks though! -- Yazmin Wickham Contractor - Internet Development http://www.yazmin.net ___

Re: [css-d] CSS Height Question

2005-08-23 Thread Yazmin Media
Anthony, The solution works great on IE/Win, but FF/Win still results in the same problem. Thank you though! Any other suggestions? -- Yazmin Wickham Contractor - Internet Development http://www.yazmin.net __ css-discuss [EMAIL

Re: [css-d] CSS Height Question

2005-08-23 Thread Yazmin Media
Thank you Charlotte. However, changing the height to auto gave me the same results I mentioned to Rowan, where the background extended as needed on the News page, but on other pages where the content is shorter than the viewport, .container no longer extended to the bottom of the screen. I've rem

Re: [css-d] CSS Height Question

2005-08-23 Thread Yazmin Media
It was my attempt to fix the height problem based on this solution: http://www.quirksmode.org/css/100percheight.html However, now that I have re-read it, I see what you are saying concerning the viewport. So this wasn't a true solution to my problem. Now on to your recommendations: When I remov

[css-d] CSS Height Question

2005-08-23 Thread Yazmin Media
My problem is on the following page: http://tnri.yazminmedia.com/news My container div no longer stretches with the height of its contents. I'm looking for how to fix this, but am getting dead ends all around. Does anyone have any suggestions, or would someone take a look at my code and CSS and l

[css-d] Re: CSS and Ad Impressions

2005-07-20 Thread Yazmin Media
Ingo, If I understood correctly, the purpose of this test would be to force the CSS ad container to "have layout", an attribute in IE that div's do not have, but that tables do have, which might have been affecting the count. After re-reading your suggestion for this test, I realized that we could

Re: [css-d] CSS and Ad Impressions

2005-07-20 Thread Yazmin Media
I agree with your opinion, but the issue with the counts is that we only get to charge for the counts that the 3rd-party server says we've delivered. When space is tight, we can potentially end up not being able to deliver all the impressions requested, which not only costs us money, but makes us l

Re: [css-d] CSS and Ad Impressions

2005-07-20 Thread Yazmin Media
On 7/20/05, Philip Wills <[EMAIL PROTECTED]> wrote: > I'm a bit confused by your discussions of impressions on clicks. > Sometimes ads are sold by page impression, sometimes by clickthrough > to third-party's site. > Sorry for the confusion. The factor that I am talking about is the clickthru's t

Re: [css-d] CSS and Ad Impressions

2005-07-20 Thread Yazmin Media
order for them to count the impressions. That is the code we plug into our own ad server software. On 7/20/05, Ingo Chao <[EMAIL PROTECTED]> wrote: > Yazmin Media schrieb: > > On 7/20/05, Ingo Chao <[EMAIL PROTECTED]> wrote: > > > > You should keep this thread o

[css-d] CSS and Ad Impressions

2005-07-20 Thread Yazmin Media
I have an odd situation that no one seems to know the answer to. I'm hoping someone here does: I redesigned our home page to use CSS sometime last year. The plan was to work in the background to convert the rest of the site in chunks as we had available time. Recently, we've been seeing *drastic*

[css-d] Re: Layering Problem (2nd Post)

2005-05-31 Thread Yazmin Media
Never mind, I was able to fix the problem. -- Yazmin Wickham Contractor - Internet Development http://www.yazmin.net __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-d

[css-d] Layering Problem (2nd Post)

2005-05-31 Thread Yazmin Media
Hi, This is a question I posed back on May 17th and I got no answer to it. It is still a problem that I would like to fix: - I have the following page: http://www.imaging-resource.com/index-test.html With 2 problems: 1. The gif (in Firefox) or Flash (in IE) are not lining up wi

[css-d] Positioning and Layer Problem

2005-05-17 Thread Yazmin Media
I have the following page: http://www.imaging-resource.com/index-test.html With 2 problems: 1. The gif (in Firefox) or Flash (in IE) are not lining up with the logo. They are actually displaying under the logo. 2. In IE, the Flash expands under the columns, instead of over. Does anyone have an