[css-d] Help! I Have NO Idea What I'm Doing

2007-08-03 Thread Elli Vizcaino
Dear List, I am working on my portfolio site and the look and layout I created uses rows as opposed to columns. I am optimizing the site for a 1024px resolution/screen width. The wrapper divs I am using are set to expand the full width of window, with the flower graphics floating to the right

Re: [css-d] Help! I Have NO Idea What I'm Doing

2007-08-03 Thread Elli Vizcaino
greatly appreciate it. TIA Elli --- Elli Vizcaino [EMAIL PROTECTED] wrote: Dear List, I am working on my portfolio site and the look and layout I created uses rows as opposed to columns. I am optimizing the site for a 1024px resolution/screen width. The wrapper divs I am using

[css-d] Is There A Way To Do This?

2007-08-15 Thread Elli Vizcaino
Hi List, Was just wondering if there was a way to set the hex color of one element at 50% saturation of another element's hex color? Open to non-css (Javascript or otherwise) solutions and if that's the case, then please email me off list. Thanks, Elli

[css-d] Absolute Floated Layout

2007-08-17 Thread Elli Vizcaino
Hi List, Is there a way to combine floated divs with absolute positioned divs for layout, without having the page behave erratically across several browsers? The page in question is: http://template.dev.advance.net/impact/index.ssf The company I work for would like the content area (FEATURED

Re: [css-d] Absolute Floated Layout

2007-08-17 Thread Elli Vizcaino
more errors. Again all feedback welcomed. TIA, Elli --- Elli Vizcaino [EMAIL PROTECTED] wrote: Hi List, Is there a way to combine floated divs with absolute positioned divs for layout, without having the page behave erratically across several browsers? The page in question

[css-d] Reposting: Absolute Floated Layout

2007-08-19 Thread Elli Vizcaino
Hi List, I was really hoping for a response to the following the first time around but, perhaps it was missed? if anyone can provide a solution/answer to what follows, I'd immensely appreciated: Is there a way to combine floated divs with absolute positioned divs for layout, without having the

[css-d] Image List Side by Side

2007-08-23 Thread Elli Vizcaino
Hello List, I need to place a list to the right of an image. The list needs to display in it's natural block level display. I did try float: right; but it places the list to the far right of the window, I need the list to stay to the right of image at most 58px away. How can I achieve what I'd

Re: [css-d] Image List Side by Side

2007-08-23 Thread Elli Vizcaino
as the content of my list grows? Or what is wrong here? TIA, Elli --- Elli Vizcaino [EMAIL PROTECTED] wrote: Hello List, I need to place a list to the right of an image. The list needs to display in it's natural block level display. I did try float: right

Re: [css-d] Image List Side by Side

2007-08-24 Thread Elli Vizcaino
--- Barney Carroll [EMAIL PROTECTED] wrote: Elli, You want to float:left; The value of float is which direction it should go to while remaining on the same horizontal level As it turns out, I needed the list to float right as far right as it would go, so I resolved that by wrapping the

Re: [css-d] Image List Side by Side

2007-08-24 Thread Elli Vizcaino
Thanks a million! That did the trick :). Elli --- Barney Carroll [EMAIL PROTECTED] wrote: Elli, Give the container overflow:hidden and height:1% – that will make it 'contain' properly. Regards, Barney __

Re: [css-d] Problems with site template

2007-09-14 Thread Elli Vizcaino
--- Gunlaug Sørtun [EMAIL PROTECTED] wrote: IE6 does *not* treat 'width' as proper 'min-width', so a CSS based workaround is a bit more complicated... http://www.brunildo.org/test/min-widthS.html ...or an expression can be used... http://www.gunlaug.no/contents/wd_additions_14.html

Re: [css-d] Problems with site template

2007-09-14 Thread Elli Vizcaino
--- Gunlaug Sørtun [EMAIL PROTECTED] wrote: Elli Vizcaino wrote: http://e7flux.com/index3.html http://e7flux.com/css/e7flux.css Can someone explain why it's working and basically if I just need to scrap the min-width properties I have in the CSS as it seems to me based

Re: [css-d] CSS Eleven

2007-10-20 Thread Elli Vizcaino
Elias, Did you mean www.CSS3.info? because CSS3info.com doesn't seem to exist. Thanks for the resource BTW. Elli --- Elias Abunassar [EMAIL PROTECTED] wrote: Found an interesting, self-appointed CSS Working Group: http://csseleven.com via CSS3info.com Check it out.

Re: [css-d] CSS Eleven

2007-10-21 Thread Elli Vizcaino
Good sense of humor Georg. Elli --- Gunlaug Sørtun [EMAIL PROTECTED] wrote: What is the problem making CSS Thirteen? They might run low on oxygen - like Apollo 13 ;-) Georg -- http://www.gunlaug.no __

[css-d] Image Placement in CSS

2007-10-22 Thread Elli Vizcaino
Hello, I'm working on a design that's visually rich and uses a few background images as well as .png files for transparency. I don't want to have to place all the images as backgrounds in order to be able to place the images exactly where I want on the page. Is there a way to declare the

Re: [css-d] Image Placement in CSS - Help!

2007-10-23 Thread Elli Vizcaino
backgrounds - is there a work around and or another script someone can suggest? I so hate IE! All feedback and suggestions welcomed. TIA, Elli At 05:08 AM 23/10/2007, Elli Vizcaino wrote: Hello, I'm working on a design that's visually rich and uses a few background images as well

Re: [css-d] Image Placement in CSS - Help!

2007-10-24 Thread Elli Vizcaino
--- Gunlaug Sørtun [EMAIL PROTECTED] wrote: Not sure I get the entire idea, but there might be something you can use here... http://www.gunlaug.no/tos/alien/ev-1/test_07_1024.html regards Georg -- http://www.gunlaug.no Hi Georg, A million hugs and kisses to you! I reworked

Re: [css-d] Image Placement in CSS - Help!

2007-10-25 Thread Elli Vizcaino
Vizcaino/a ...while this is correct for all variants of (X)HTML... a href=http://www.e7flux.com;Elli Vizcaino/a That single mistake is interpreted as 5 different errors by the HTML validator, in addition to text directly in body which is not allowed in Strict. regards Georg

Re: [css-d] a tags and display:block

2007-11-05 Thread Elli Vizcaino
Hi, Try changing display: block; to display: inline; Elli --- Cyber Cog [EMAIL PROTECTED] wrote: Hello, So I'd like to have an a tag that looks like a button, I do it like this: a { text-decoration: none; text-align: center; display: block; width: 120px; padding: 2px 3px; margin:

Re: [css-d] a tags and display:block

2007-11-05 Thread Elli Vizcaino
, i.e. the width and border styles. My suggestion would be to leave out unnecessary code where it is not needed. Elli --- Cyber Cog [EMAIL PROTECTED] wrote: Thanks, I got it to work form another email to try float:left, seemed to work. Thanks On 11/5/07, Elli Vizcaino [EMAIL PROTECTED

Re: [css-d] a tags and display:block

2007-11-05 Thread Elli Vizcaino
Umm not seeing your reply in this email. Resend? Elli --- Cyber Cog [EMAIL PROTECTED] wrote: On 11/5/07, Elli Vizcaino [EMAIL PROTECTED] wrote: Good, I guess there are several ways to achieve what you want. Either use {display: block; float: left;} or {display: inline;} or frankly

[css-d] IE6 Issue: PNG File Being Stretched on Home Page

2007-11-09 Thread Elli Vizcaino
Hello, I'm having a strange issue in IE6 with a PNG file. I implemented the iepngfix.htc script from twinhelix.com that makes transparency work in that browser. Originally, the main graphic on the index page was positioned relatively, which is what I thought was the causing the image to distort,

Re: [css-d] IE6 Issue: PNG File Being Stretched on Home Page

2007-11-09 Thread Elli Vizcaino
--- Anna Vester [EMAIL PROTECTED] wrote: Elli, I have that problem happening to me several times as well. The fix that worked in my situation was to add height and width to that image in your html. For example, img src=images/pinspostit.png alt=Thanksgiving Pins amp; Post It

[css-d] New Site Launched - Thanksgivingbuffet.com

2007-11-14 Thread Elli Vizcaino
Hi List, Just wanted to announce the launch of my new site: www.thanksgivingbuffet.com - an all CSS layout and validates as XHTML 1.0 (uh with the exception of 2 validation errors due to some Javascript on the post comments page. If anyone knows any work-arounds on how to make the site validate

Re: [css-d] Forms and CSS

2007-12-01 Thread Elli Vizcaino
Hi Tina, Give Stu Nichols CSS Play a shot: http://www.cssplay.co.uk/menu/form on this page underneath the form, there are other links to different styles done to forms by other designer/authors. Elli --- Yoyo Etc [EMAIL PROTECTED] wrote: I am about to revamp a long form I created a while

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

2008-01-25 Thread Elli Vizcaino
I use Dreamweaver but in code mode. I don't like using their layout mode. I can equally code by hand in a real simple editor like notepad. I guess you learn from experience to never mention things like I use Dreamweaver on interviews or state it in your resume, because even though you could be

[css-d] Transitional Vs. Strict Doctype

2008-02-06 Thread Elli Vizcaino
Hello List, Not sure if this would fall under off topic. But I wanted to know what the reasons are for using a strict doc type as opposed to transitional. I use strict in my documents but wondered why it seems to be a bad idea to go with transitional as I've seen a couple of topics graze the

Re: [css-d] CSS directed at Firefox Mac or just FIrefox PC

2008-02-07 Thread Elli Vizcaino
Not 100% sure but I think you might be able to with conditional comments. Hopefully someone with more insight answers you. --- Pat Veriepe [EMAIL PROTECTED] wrote: I've been having slight spacing issues between Mac and PC with Firefox. Is there any way to address them separately through

Re: [css-d] Transitional Vs. Strict Doctype

2008-02-07 Thread Elli Vizcaino
--- Jukka K. Korpela [EMAIL PROTECTED] wrote: In Quirks Mode, browser behavior can be very different from Standards Mode, especially in the treatment of CSS constructs. For a list of possible differences, see http://www.cs.tut.fi/~jkorpela/quirks-mode.html Thank you all for all the

[css-d] Off Topic: IE Voodoo Doll - Just Had To Share!

2008-02-08 Thread Elli Vizcaino
I want one for my desk! http://chisa.deviantart.com/art/Internet-Explorer-plush-voodoo-64451947 Elli Looking for last minute shopping deals? Find them fast with Yahoo! Search.

[css-d] Need Text To Wrap

2008-02-12 Thread Elli Vizcaino
Hello, I have coded this weather module for work: http://e7flux.com/weathercenter/weathercenter.html and I need the text inside the bottom 2nd column to wrap onto next line underneath the temperature. It does so in IE7 but not in FF or Safari. I floated the text left next to the images because

Re: [css-d] Need Text To Wrap

2008-02-13 Thread Elli Vizcaino
--- Gunlaug Sørtun [EMAIL PROTECTED] wrote: Elli Vizcaino wrote: I have coded this weather module for work: http://e7flux.com/weathercenter/weathercenter.html and I need the text inside the bottom 2nd column to wrap onto next line underneath the temperature. It does so in IE7

[css-d] Need Sidebar Content To B 100% ? - Urgent

2008-02-25 Thread Elli Vizcaino
Hello, Please look here: http://e7flux.com/new/new.html I need the side bar (left box with grey borders) and the light grey and dark grey boxes to fill up with the space within the wrapper with the black borders. I tried adding 100% but I notice it just overflows not sure how to make them stay

[css-d] Float Issue In IE

2008-02-25 Thread Elli Vizcaino
Hello, I have a #sidebar div floating left with 2 divs (#topright_content and #bottomright_content) floating right, all contained within a #container div. They appear fine in Safari FF but in IE7 (haven't checked IE6 but assume it's the same) the divs that are floated right are floating outside

Re: [css-d] Float Issue In IE

2008-02-26 Thread Elli Vizcaino
Thanks Guys! http://e7flux.com/new/new.html Adding a complete URI helped fixed the broken layout. I'm encountering a couple of other problems however: The logo NJ.com in the upper left in the #topnav div is not showing up in Windows FF. It is a link and I also need it to swap out on hover with

[css-d] Image Background On Hover Isn't Working

2008-02-26 Thread Elli Vizcaino
Hello, The logo NJ.com in the upper left in the #topnav div isn't swapping out with it's highlighted counterpart on hover. Not sure I set the CSS right but that's the effect I'm aiming for. Also, the image doesn't show up sometimes in Windows FF. Or at least it wasn't showing earlier though it

[css-d] Opacity Filter Not Working in IE

2008-02-26 Thread Elli Vizcaino
Hello, I have a bottomright div that I'd like transparent - it works in FF but not in IE. Can someone take a look and provide any suggestions? Any help is greatly appreciated!! http://e7flux.com/new/new.html Elli

[css-d] Horizontal Nav List Not Sitting Within UL Container

2008-02-28 Thread Elli Vizcaino
Hello, I've created a tab menu with a horizontal list. I need the li's to be 30px in height and to sit within their ul(colored red for visibility) container. The ul container sits on top of another div and that is how I want the li items to be also. I added padding to the li's and they seem to

[css-d] Horizontal Nav List Not Sitting Within Its UL Container

2008-02-28 Thread Elli Vizcaino
Hello, I've created a tab menu with a horizontal list. I need the li's to be 30px in height and to sit within their ul(colored red for visibility) container. The ul container sits on top of another div and that is how I want the li items to be also. I added padding to the li's and they seem to be

Re: [css-d] Float Issue In IE

2008-02-28 Thread Elli Vizcaino
Thanks a million! Your tip worked nicely! One thing however, is that I didn't need the display: block because I already had my li set to display: inline. And it's working nicely across IE6 IE7 FF(both) Safari. I am having some other issues though: http://e7flux.com/new/new.html with a tabbed

[css-d] Background Issue With CSS Zen Garden Project

2008-04-13 Thread Elli Vizcaino
Hello, I am working on a CSS Zen Garden project - was given to me as a design test for a potential job. I'm having an issue with a background image that I have set to repeat y and start at left 211px, within the #supportingText div (red border) but, it won't start tiling from the length value of

[css-d] Site Check Please: IE 6 / CSS Zen Garden Project

2008-04-14 Thread Elli Vizcaino
Hello, I was given the CSS Zen Garden project as a design test and I have something up on my server that I'm working on: http://e7flux.com/csszengarden/chaoticspring.html I've checked across IE6, 7, 8, FF Windows Mac and Safari Mac. They all seem fine except in IE6. The last time I checked

Re: [css-d] Site Check Please: IE 6 / CSS Zen Garden Project

2008-04-15 Thread Elli Vizcaino
. www.theatreorgans.co.uk www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2nd Touch A-P groups Shopsmith 520 + bits Flatulus Antiquitus - Original Message - From: Elli Vizcaino To: CSS Discuss Sent: Monday, April 14, 2008 9:31 PM Subject: [css-d] Site Check Please: IE 6

[css-d] Divs Of Equal Height Is It Possible?

2008-04-23 Thread Elli Vizcaino
Hello, I need to code the divs to be of equal height as shown in designer's comp: e7flux.com/placead/placead.jpg - even when one has more content than the other. Here are the links to HTML/CSS: http://e7flux.com/placead/placead.html http://e7flux.com/placead/css/placead.css Is there a way to

Re: [css-d] Divs Of Equal Height Is It Possible?

2008-04-23 Thread Elli Vizcaino
I also found a pure CSS solution by one of our very own guru's here on the list: http://www.gunlaug.no/tos/moa_11f.html after doing a Google search. You do have to use rules to target older versions of IE but it's all CSS. I think I will give that a try before resorting to Javascript. But thanks

Re: [css-d] Divs Of Equal Height Is It Possible?

2008-04-23 Thread Elli Vizcaino
--- Gunlaug Sørtun [EMAIL PROTECTED] wrote: Note: IE-expressions _depend_ on script-support in IE/win. Oh - so what exactly does that mean? Elli Be a better friend, newshound, and know-it-all

[css-d] Need Text To Wrap Underneath Images

2008-04-24 Thread Elli Vizcaino
Hello, How do I get the text to wrap underneath the images in this table: http://e7flux.com/placead/placead2.html - they wrap fine in FF Safari but not in IE 6 or 7. All suggestions welcomed! TIA, Elli

Re: [css-d] Need Text To Wrap Underneath Images

2008-04-24 Thread Elli Vizcaino
groups Shopsmith 520 + bits Flatulus Antiquitus - Original Message - From: Elli Vizcaino To: CSS Discuss Sent: Friday, April 25, 2008 2:07 AM Subject: [css-d] Need Text To Wrap Underneath Images Hello, How do I get the text to wrap underneath the images

Re: [css-d] Need Text To Wrap Underneath Images

2008-04-25 Thread Elli Vizcaino
You are just amazing Georg!!! Worked like a charm. THANK YOU!!! Now if you don't mind me asking, why is it that I need both {display: inline-block} and {display: block;}? Elli --- Gunlaug Sørtun [EMAIL PROTECTED] wrote: Elli Vizcaino wrote: How do I get the text to wrap underneath

Re: [css-d] Need Text To Wrap Underneath Images

2008-04-25 Thread Elli Vizcaino
Nope yours works just fine! I just needed to understand the why. Thank you! - Elli --- Gunlaug Sørtun [EMAIL PROTECTED] wrote: Elli Vizcaino wrote: You are just amazing Georg!!! Worked like a charm. THANK YOU!!! Now if you don't mind me asking, why is it that I need both {display

[css-d] IE 6 Padding/Margin Troubles

2008-04-29 Thread Elli Vizcaino
Hello, I can't seem to figure out why IE6 keeps pushing my p tags (Print Online promo copy goes here...) further in than the rest of the other browsers. www.e7flux.com/placead/placead.html www.e7flux.com/placead/placead2.html www.e7flux.com/placead/css/placead.css If I place the left margin

Re: [css-d] IE 6 Padding/Margin Troubles

2008-04-29 Thread Elli Vizcaino
://livrocss.com.br -- - Original Message - From: Elli Vizcaino [EMAIL PROTECTED] I can't seem to figure out why IE6 keeps pushing my p tags (Print Online promo copy goes here...) further in than the rest of the other

[css-d] IE IS Driving Me Insane!!!

2008-04-30 Thread Elli Vizcaino
Hey Guys, I'm about to pull all my hair out. If its not one bug/issue with IE it's another, I tackle one thing then pops another . . . anyway enough of my rant, here is my problem: http://e7flux.com/placead/placead3.html - in IE7 the margins of both the floated UL's seem to collapse as well as

[css-d] IE7 Margins Disappear?? Help Please

2008-04-30 Thread Elli Vizcaino
Hello, Reposting because I'm feeling frazzled and in dire need of a response. http://e7flux.com/placead/placead3.html - in IE7 the margins of both the floated UL's seem to collapse as well as the margins on p tag I have at the bottom. I wrapped the first 2 ul's in a div since IE6 doesn't

Re: [css-d] IE7 Margins Disappear?? Help Please

2008-04-30 Thread Elli Vizcaino
Hi Christian, Thanks for replying. I implemented your suggestions for the div.cleared declaration, so that helped with the margin-bottom on the p tag. I didn't add a top margin because I need the UL tags above it to be the ones with the bottom margin, in case the content within the p tag isn't

[css-d] Floated ULs Disappearing Margins in IE7

2008-05-01 Thread Elli Vizcaino
Hello, I have been going crazy over the last 2 days trying to figure out why in IE7 the bottom margins on the uls that are placed to the right (blue green backgrounds) have collapsed. Even if I wrap a div around them they still refuse to budge. Meanwhile the ULs that are sitting left seem to

[css-d] Validation Warning: Byte-Order Mark found in UTF-8 File?

2008-06-13 Thread Elli Vizcaino
Hello, I think this might be a little off topic but it's related to validating CSS. As of late, my documents have been validating but I get this warning: Byte-Order Mark found in UTF-8 File - I'm clueless as to what this really means. Can someone please elaborate? I think the default settings

Re: [css-d] Validation Warning: Byte-Order Mark found in UTF-8 File?

2008-06-13 Thread Elli Vizcaino
/html; charset=iso-8859-1 / Thanks again everyone! Elli --- On Fri, 6/13/08, Elli Vizcaino [EMAIL PROTECTED] wrote: From: Elli Vizcaino [EMAIL PROTECTED] Subject: [css-d] Validation Warning: Byte-Order Mark found in UTF-8 File? To: CSS Discuss css-d@lists.css-discuss.org Date: Friday, June

[css-d] Need Left Nav Footer Help (First Time Posting)

2007-03-19 Thread Elli Vizcaino
Hello To All, I recently joined the list but, have been lurking for about 2 weeks . . . I've run into some problems with a site I'm coding and well, here goes: I have a fixed height designed site (I didn't design this someone else did, I am coding only) that needs some flexibility in the height

[css-d] How To Position Banner Amidst Floated Layout

2007-03-31 Thread Elli Vizcaino
Hello All, I have a floated layout that requires a banner to sit at the lower part of the content area. I originally started coding this layout entirely with absolute positioning till I ran into problems with the footer, especially when the layout changes across a few of the pages, so I switched

Re: [css-d] How To Position Banner Amidst Floated Layout

2007-03-31 Thread Elli Vizcaino
[EMAIL PROTECTED] wrote: Elli Vizcaino wrote: Now I'm not sure how to position the banner, since absolute or relative positioning isn't doing what I need it to do. Actual page: http://eliazer.com/gse/index.html Create the necessary relation by adding... #content {position

Re: [css-d] How To Position Banner Amidst Floated Layout

2007-04-01 Thread Elli Vizcaino
Thanks for the clarification! Elli V --- Gunlaug Sørtun [EMAIL PROTECTED] wrote: Elli Vizcaino wrote: I was just wondering if this syntax is correct: #content {position: relative; float: left; width: 954px; border-top: 1px solid #162581;} That's a perfectly fine

Re: [css-d] Preventing Text Link Formatting on Image Links

2007-04-02 Thread Elli Vizcaino
Seems like you are telling all your links to have a bottom border. Use a descendant selector to just target the links within your paragraphs like so: p a:link { color: #010181; text-decoration: none; border-bottom: 1px #010181 dashed; font-weight: bold; } p a:visited {

Re: [css-d] How to go from tables/spacer gifs to css?

2007-06-20 Thread Elli Vizcaino
Kent, I don't think you need to worry about replacing the spacer.gifs images when converting to a CSS layout. I don't know if you used a wysiwyg to create your current table based layout but, they tend to add spacer GIFS to keep the table from falling apart and or to expand a table cell to an

Re: [css-d] Image replacement with hover effect, not in a nav list

2007-06-26 Thread Elli Vizcaino
Jen, Can you point a link to an example? I would love to see this effect. TIA, Elli V --- J Siegfried [EMAIL PROTECTED] wrote: ok, i answered my own question. i used this approach: pa href=somelink.html id=somenamespanText to be replaced/span/a/p I then gave the a a background

Re: [css-d] gradient shadow not covering float

2007-06-27 Thread Elli Vizcaino
I see it extending all the way to the right. But what you encounter is the light background behind the curve of the corner images that are in that top box. If you can make that part of your image transparent or matach it up to the gradient then that might solve your problem. Elli --- Bruce

Re: [css-d] Layout question

2007-06-27 Thread Elli Vizcaino
It would help if I could see the actual HTML/CSS. Do you have links you can point to? Elli --- Shelly [EMAIL PROTECTED] wrote: Hey all - I'm hoping that all I need is a fresh set of eyes here. I'm trying to accomplish a layout that I'm having a *slight* issue with. I can *almost*

Re: [css-d] IE and FF difference killing me...

2007-07-05 Thread Elli Vizcaino
--- Mark Finney [EMAIL PROTECTED] wrote: issue is here: www.helpusmarry.co.uk/test/ I am using IE6... Someone please explain what is happening! The coding is so basic, the only issue I have is with the positioning of the header img, the page is just a quick knock up to illustrate the

Re: [css-d] blue border around image links.

2007-07-06 Thread Elli Vizcaino
--- Christopher Blake [EMAIL PROTECTED] wrote: Hi, I just did that and although it has put the images back in the right place it has messed up the png fix and still got the blue border. I think that the problem is that the images are seen as links (which they are) but adding text

Re: [css-d] Site check please

2007-07-11 Thread Elli Vizcaino
--- Gary Benson [EMAIL PROTECTED] wrote: Hi all, Could I trouble you for site check of http://www.relaxshiatsu.co.uk/ please? I use Firefox on Linux so Windows and Mac checks are especially welcome, as are any general comments and suggestions you may have. If it helps, this is what

Re: [css-d] Explorer bug or poor css technique?

2007-07-11 Thread Elli Vizcaino
--- rollandburn [EMAIL PROTECTED] wrote: Hi everybody, I wonder if a kind soul could take a look at ... http://www.discandmore.com ...to help me figure out why internet explorer doesn't allow vertical scrolling past a certain point effectively 'cutting off' content at the

Re: [css-d] Explorer bug or poor css technique?

2007-07-11 Thread Elli Vizcaino
--- Elli Vizcaino [EMAIL PROTECTED] wrote: Try placing your footer beneath the content div to see if that helps and perhaps float right instead of text-align right. Elli V I apologize, I don't think that was a good suggestion. if anything, float left and text-align right. Elli V

Re: [css-d] LI Dots in Firefox but not in IE

2007-07-12 Thread Elli Vizcaino
--- Troep Dingen [EMAIL PROTECTED] wrote: the url= http://www.arcocarib.com/index.php/main/archive If someone knows the issue. great ! Thanks ! Troep, The link you provided doesn't seem to be working. Elli V __

Re: [css-d] Explorer bug or poor css technique?

2007-07-13 Thread Elli Vizcaino
--- rollandburn [EMAIL PROTECTED] wrote: Well thanks for taking the time to take and post screenshots Dave, I can see that 'poor css technique' is where you are headed with that one. I know that the menu items start to wrap with the first two text size increases. A solution to that

[css-d] Centering Element W Absolute Positioning?

2008-07-09 Thread Elli Vizcaino
Hello, I have a link that I've absolutely positioned in a relatively positioned container so that it sits 50px up from bottom of container. In order for me to get the link to look centered I had to style it like so: #jobad {position: relative; width: 298px; height: 250px; border: 1px solid

Re: [css-d] Centering Element W Absolute Positioning?

2008-07-09 Thread Elli Vizcaino
Discuss css-d@lists.css-discuss.org Date: Wednesday, July 9, 2008, 3:32 PM Adam Ducker wrote: Elli Vizcaino wrote: I have a link that I've absolutely positioned in a relatively positioned container so that it sits 50px up from bottom of container. In order for me to get the link to look

Re: [css-d] Centering Element W Absolute Positioning?

2008-07-09 Thread Elli Vizcaino
9, 2008, 3:32 PM Adam Ducker wrote: Elli Vizcaino wrote: I have a link that I've absolutely positioned in a relatively positioned container so that it sits 50px up from bottom of container. In order for me to get the link to look centered I had to style it like so: #jobad

Re: [css-d] Centering Element W Absolute Positioning?

2008-07-09 Thread Elli Vizcaino
Adam - I am using the transitional Doctype in this case. Your code snippet left out the left and right property values which caused the p tag to float outside and over to the right in IE6 7, even with the width set to 100% - but as soon as those two values were added, everything fell into

[css-d] Absolute Positioned Div Disappears in IE6

2008-08-08 Thread Elli Vizcaino
Hi Folks, I have an absolutely positioned div in a relatively positioned div which is also floated left (see #sn_hdr_wrap and #sn_login-info). I am working with HTML that I CAN NOT touch but have to be able to reposition. It's fine in Windows FF, haven't tested IE7 nor Mac Safari/FF yet. Now I

Re: [css-d] Absolute Positioned Div Disappears in IE6

2008-08-08 Thread Elli Vizcaino
Thank you both! I got it to work :). Elli --- On Fri, 8/8/08, Ingo Chao [EMAIL PROTECTED] wrote: From: Ingo Chao [EMAIL PROTECTED] Subject: Re: [css-d] Absolute Positioned Div Disappears in IE6 To: Cc: CSS Discuss css-d@lists.css-discuss.org Date: Friday, August 8, 2008, 2:24 PM Elli

[css-d] Text-Indent Disappears in IE6

2008-08-12 Thread Elli Vizcaino
hello Gang, I have CSS: #topnav_right {float: left; position: relative; width: 694px; height: 107px;} #topnav_right_bottom {position: absolute; bottom: 0; left: 0; width: 694px; height: 35px;} /*-- [Header

[css-d] Overriding Inline Styles w Attribute Selectors !important

2008-08-23 Thread Elli Vizcaino
Hello, I was experimenting with attribute selectors to override inline styles and it worked in FF but of course not in IE so I was wondering, if there was anyway to take control of inline styles and have it work across browserland. CSS in stylesheet - p[style] {color: #000 !important; float:

Re: [css-d] Overriding Inline Styles w Attribute Selectors !important

2008-08-24 Thread Elli Vizcaino
] Subject: Re: [css-d] Overriding Inline Styles w Attribute Selectors !important To: [EMAIL PROTECTED] Cc: CSS Discuss css-d@lists.css-discuss.org Date: Saturday, August 23, 2008, 8:07 PM Elli Vizcaino wrote: I was experimenting with attribute selectors to override inline styles

[css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-20 Thread Elli Vizcaino
Hi All, Was just wondering if anyone knew of any good sliding door techniques or anything else that would allow me to create scalable buttons in the major browsers: IE6, IE7, FF, Safari. The technique would have to work with any combination of elements such as: button span which is what I'm

Re: [css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-21 Thread Elli Vizcaino
Ok I was able to make the scalable buttons work with the sliding door technique found here: Specific Button Solution http://filamentgroup.com/lab/styling_the_button_element_with_sliding_doors/ They look great in all browsers: IE6, IE7 and Safari but is slightly off in FF3. And I haven't been

Re: [css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-21 Thread Elli Vizcaino
], Martin Möller [EMAIL PROTECTED], 'CSS Discuss' css-d@lists.css-discuss.org Date: Tuesday, October 21, 2008, 11:49 AM Elli Vizcaino wrote: They look great in all browsers: IE6, IE7 and Safari but is slightly off in FF3. And I haven't been able to come up with a solution that will make

Re: [css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-21 Thread Elli Vizcaino
] Scalable CSS Buttons That Work in All Browsers To: [EMAIL PROTECTED] Cc: 'CSS Discuss' css-d@lists.css-discuss.org Date: Tuesday, October 21, 2008, 3:13 PM Elli Vizcaino wrote: Right but then it won't work in the other browsers that's the problem I'm having. Normally I would just make

[css-d] Background Image on Tabbed Nav Disappears in IE6

2008-10-22 Thread Elli Vizcaino
Hello Gang, My sliding door buttons on the main nav of this site: http://elliv.nbcuxd.com/ was working just lovely, in all browsers till about a half hour ago. Now IE6 has decided to make them disappear. I can't figure it out for the life of me. Can any one please help/explain? All

Re: [css-d] Background Image on Tabbed Nav Disappears in IE6

2008-10-22 Thread Elli Vizcaino
on Tabbed Nav Disappears in IE6 To: [EMAIL PROTECTED], CSS Discuss css-d@lists.css-discuss.org Date: Wednesday, October 22, 2008, 6:11 PM From: Elli Vizcaino [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 22 Oct 2008 14:47:00 -0700 (PDT) To: CSS Discuss css-d@lists.css-discuss.org

Re: [css-d] div with float doesn't stay inside parent container div

2008-10-23 Thread Elli Vizcaino
Floating the parent div should help contain the child divs. -Elli --- On Wed, 10/22/08, Philippe Wittenbergh [EMAIL PROTECTED] wrote: From: Philippe Wittenbergh [EMAIL PROTECTED] Subject: Re: [css-d] div with float doesn't stay inside parent container div To: CSS-D

[css-d] Right Column Overlapping Left Column In All Browsers

2008-10-23 Thread Elli Vizcaino
Hello Gang, Not sure what in the world is going on but I have the right column overlapping the left column and it refuses to budge. I tried floating them because the parents are floated but that didn't work. Can someone please explain what is happening? http://mt41-blogs.petside.com/petside/

[css-d] Anyone Know of Hover Drop Down Menus?

2008-12-09 Thread Elli Vizcaino
Hello, Need resources on hover drop down menus that hopefully work across FF, Safari, IE so far I have this: http://elliv.nbcuxd.com/health_article.html - works in IE 7 FF3, Safari and IE6 there are problems, haven't tested FF2. Any resources, suggestions welcomed. TIA, Elli

Re: [css-d] Anyone Know of Hover Drop Down Menus?

2008-12-09 Thread Elli Vizcaino
Great will check that out! Thanks :) Elli --- On Tue, 12/9/08, David Laakso [EMAIL PROTECTED] wrote: From: David Laakso [EMAIL PROTECTED] Subject: Re: [css-d] Anyone Know of Hover Drop Down Menus? To: Elli Vizcaino [EMAIL PROTECTED] Cc: CSS Discuss css-d@lists.css-discuss.org Date

Re: [css-d] Anyone Know of Hover Drop Down Menus?

2008-12-09 Thread Elli Vizcaino
, December 9, 2008, 10:23 PM From: Elli Vizcaino [EMAIL PROTECTED] Need resources on hover drop down menus that hopefully work across FF, Safari, IE so far I have this: http://elliv.nbcuxd.com/health_article.html - works in IE 7 FF3, Safari and IE6 there are problems, haven't tested FF2

[css-d] Fixed Positioning Relative to Parent Container?

2009-08-08 Thread Elli Vizcaino
Hello, Was just wondering if there was a way to position an element fixed relative to its parent container? At present it seems fixed positioning is only relative to the viewport. Is there a work around to make it relative to its parent container? TIA, Elli

Re: [css-d] Fixed Positioning Relative to Parent Container?

2009-08-08 Thread Elli Vizcaino
ichaoc...@googlemail.com wrote: From: Ingo Chao ichaoc...@googlemail.com Subject: Re: [css-d] Fixed Positioning Relative to Parent Container? To: Elli Vizcaino elli...@yahoo.com Cc: CSS Discuss css-d@lists.css-discuss.org Date: Saturday, August 8, 2009, 3:33 PM 2009/8/8 Elli Vizcaino elli

Re: [css-d] Fixed Positioning Relative to Parent Container?

2009-08-09 Thread Elli Vizcaino
So am I better off using Javascript/JQuery then? Elli --- On Sun, 8/9/09, G.Sørtun gunla...@c2i.net wrote: From: G.Sørtun gunla...@c2i.net Subject: Re: [css-d] Fixed Positioning Relative to Parent Container? To: Elli Vizcaino elli...@yahoo.com Cc: CSS Discuss css-d@lists.css-discuss.org

Re: [css-d] Fixed Positioning Relative to Parent Container?

2009-09-09 Thread Elli Vizcaino
Positioning Relative to Parent Container? To: Elli Vizcaino elli...@yahoo.com Cc: CSS Discuss css-d@lists.css-discuss.org Date: Monday, August 10, 2009, 2:35 AM Elli Vizcaino wrote:   So am I better off using Javascript/JQuery then? Normally I'd say no, but it depends on what you want to achieve

[css-d] Width 100% Question - 3rd Attempt

2010-01-19 Thread Elli Vizcaino
3rd attempt not sure why my email isn't coming through to this group. Hello Gang, I have the main wrapper of a site I'm coding set to width: 100% it contains a background image that repeats across width of page (repeat-x). However I notice that when I resize the viewport the wrapper's

Re: [css-d] Width 100% Question - 3rd Attempt

2010-01-20 Thread Elli Vizcaino
--- On Tue, 1/19/10, Alan Gresley a...@css-class.com wrote: From: Alan Gresley a...@css-class.com Subject: Re: [css-d] Width 100% Question - 3rd Attempt To: Elli Vizcaino elli...@yahoo.com Cc: cs...@css-discuss.org Date: Tuesday, January 19, 2010, 8:29 PM Elli Vizcaino wrote: 3rd attempt

  1   2   3   >