Re: [css-d] Disappearing graphic in Firefox

2006-04-07 Thread Ingo Chao
Ray wrote: Working on the initial stages of a layout, which floats an image across a portion of the page masthead, in the upper right corner of the page. In Firefox 1.5, at resolutions around 1024 wide, the image disappears. At lower resolutions the page works properly.

Re: [css-d] Is IE 6.0 reading well my CSS or I am mistaken?... :)

2006-04-07 Thread Michel Bozgounov
Hi, Francky! IE 6 does not read border: transparent and makes a 1px black border around the wrapper... I can fix it using a CSS filter, of course... But there comes FF 1.5.0.1/win, which (because of the border, apparently), shifts LEFT the image background on the right, and because of that

Re: [css-d] Disappearing graphic in Firefox

2006-04-07 Thread francky
Ray wrote: Working on the initial stages of a layout, which floats an image across a portion of the page masthead, in the upper right corner of the page. In Firefox 1.5, at resolutions around 1024 wide, the image disappears. At lower resolutions the page works properly. The page is here:

Re: [css-d] Problem with META element

2006-04-07 Thread Dejan Kozina
Almost there. You should put a semicolon between the MIME and the charset, as in content=text/html; charset=utf-8. BTW, the lang attibute is rather meaningless on that particular element... djn George Cummins wrote: Unfortunately, your friend is wrong on this occasion. text/html

Re: [css-d] Is IE 6.0 reading well my CSS or I am mistaken?... :)

2006-04-07 Thread francky
Michel Bozgounov wrote: Hi, Francky! [...] Anyone any ideas? Of course, moving to fixed would resolve all of my problems, but I still have hope I can overcome this one-pixel problem and hor. scrollbar? :-) Good day to everyone on this great list! :))) Michel Hi Michel, All browsers

Re: [css-d] Site Check and IE6 Help

2006-04-07 Thread Zoe M. Gillenwater
Aaron Roberson wrote: I have cutomized a jumpstart template from Community MX and everything is looking great in Firefox, but with two little caviets in IE6. The sample web page: http://www.whitehorsemedia.com/test.cfm In IE there is a space between the header and the main navigation bar

[css-d] Boxing Dropping in WinIE

2006-04-07 Thread Richard Brown
Hi Could you please take a look at this site: http://www.uzellacourtantiques.co.uk/?page_id=11wpshop_category=3 On the page listed above in WinIE there is a large space before the four boxes are listed. One of the boxes is dropping out of formation. Looks ok in other browsers. Any ideas

Re: [css-d] Blocks for code samples with CSS

2006-04-07 Thread Zoe M. Gillenwater
Jakob Persson wrote: Been looking for a piece of CSS that could help me style the code./code blocks I'd like to use to show samples of program code. I'll want these to show scrollbars if the content overflows (parent element width is fixed) but I can't get it to work with whitespace: pre and

[css-d] list top margin and FF 1.0.7

2006-04-07 Thread WV Mike
Greetings, There is a list at the bottom, right of these pages: http://epicroadtrips.us/2006/winter/highlands_hammock_state_park/photo002.html Federal Lands * Okefenokee Swamp Day 1 * Okefenokee Swamp Day 2 * Shark Valley - Everglades NP When first viewed in FF there is no

Re: [css-d] Simple navigation acting up in IE

2006-04-07 Thread cj
On 4/6/06, Joanie Mae [EMAIL PROTECTED] wrote: I am working on a website with a simple navigation in two columns in the right upper side of the heading. The index page is a combo of fixed and fluid and the inside pages fluid. Everything works fine in Firefox and Netscape, however, in IE when

[css-d] Header and UL

2006-04-07 Thread Murphy, Percevial
You will note on this page http://www.ecu.edu/cs-dhs/mph/customcf/headerbox.html, the background where the text Useful Links text appears is not the same width as the links below it. How can I set it so that they are both the same width? Percevial

Re: [css-d] Header and UL

2006-04-07 Thread Prabhath Sirisena
On 4/7/06, Murphy, Percevial [EMAIL PROTECTED] wrote: You will note on this page http://www.ecu.edu/cs-dhs/mph/customcf/headerbox.html, the background where the text Useful Links text appears is not the same width as the links below it. How can I set it so that they are both the same width?

[css-d] XHTML Transitional CSS Positioning

2006-04-07 Thread liane roditi
I have run into an issue where the inclusion of the following causes the absolute positioning of div's to be ignored: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; You can see the behavior with the above line at:

Re: [css-d] Header and UL

2006-04-07 Thread George Cummins
As Prabhath already mentioned, an id cannot be reused. You cannot use id=leftbox on both the UL and H2 elements. Please see http://www.netrarc.com/murphy.html for an alternate possibility. The main thing to note is that 15em when applied to an h2 element is not the same size as 15em when

Re: [css-d] XHTML Transitional CSS Positioning

2006-04-07 Thread Prabhath Sirisena
You can see the behavior with the above line at: http://s92454869.onlinehome.us/test1.html The doctype turns on the standards compliant mode on browsers, so it's important to have it. Use position:relative on #vtp, and then use top and left css properties instead of margins on the absolutely

Re: [css-d] XHTML Transitional CSS Positioning

2006-04-07 Thread liane roditi
Of course as soon as this gets submitted, the answer becomes obvious ... the margin attributes are missing px. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[css-d] offset pixel between container and background image

2006-04-07 Thread Warren Hu
I'm encountering either a css issue or a browser rendering issue in the following page: http://www.uknowhu.com/dev/sample/ In FF and Safari (both on Mac), the background shifts 1 pixel to the right of my container at the footer. On FF and IE (PC), it doesn't, which is what it is supposed

Re: [css-d] Simple navigation acting up in IE - RESOLVED

2006-04-07 Thread Joanie Mae
From: cj [EMAIL PROTECTED] To: Joanie Mae [EMAIL PROTECTED] CC: css-d@lists.css-discuss.org Subject: Re: [css-d] Simple navigation acting up in IE Date: Fri, 7 Apr 2006 09:47:33 -0500 On 4/6/06, Joanie Mae [EMAIL PROTECTED] wrote: I am working on a website with a simple navigation in two

[css-d] clickable background (background-repeat:repeat-y;)

2006-04-07 Thread Matthew R Fischer
To All: I have seen posts on creating a clickable background image for an image of know height and width. Anyone have an idea on how to create a clickable area for a vertically repeated image. I am trying to create a vertical tab, using a .jpg at the top and the background image repeating

[css-d] page check :: ~gustave

2006-04-07 Thread ~davidLaakso
I'd appreciate comments and suggestions on this little pagehttp://www.dlaakso.com/gustave/index.html. And please remember, not to forget, if I'm upside down in your browser, it's /his/ fault. Not mine. Warm wishes, Gustave -- Typography exists to honor content. --Robert Bringhurst

[css-d] hover not working in internet explorer windows

2006-04-07 Thread Blake Taylor
I'm having difficulty trying to get a hover to work in IE for Windows. The code works fine in every other browser but IE for Windows/Mac. The page is at http://www.amanapart.net/heyah/location.html When you hover over the word 'importance', a menu should display to the right. It does not

[css-d] Footer will not display

2006-04-07 Thread Martha's Web
I am trying to convert my website to be table-less, all CSS. I have my copyright in an include that is inserted into a div, but it won't display. I know I am probably overlooking something simple, but I just can't figure it out. I can get it to display by not using an include, but when it

Re: [css-d] Styling alt attribute

2006-04-07 Thread kuasar
hey, thanks for this tip!! It's great! __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ --

Re: [css-d] Is IE 6.0 reading well my CSS or I am mistaken?... :)

2006-04-07 Thread francky
francky wrote: Michel Bozgounov wrote: Hi, Francky! [...] Anyone any ideas? Of course, moving to fixed would resolve all of my problems, but I still have hope I can overcome this one-pixel problem and hor. scrollbar? :-) Good day to everyone on this great list! :))) Michel Hi Michel,

Re: [css-d] Print 3 Left-floated Columns Intact

2006-04-07 Thread Roger Roelofs
L., On Apr 7, 2006, at 2:32 PM, L. Robinson wrote: I have an order view which displays data in three columns (ex: http://www.consupro.net/smp-order.gif). Screen CSS is: .col-orderheader { width: 30%; margin: 1%; float: left; } I need to add something to the print stylesheet to insure that