Re: [css-d] Where did the nav go?

2006-12-14 Thread ~davidLaakso
~davidLaakso wrote: > >> >> Page is here: http://maxwellbalmain.com/john_working/index.html >> CSS is here: http://maxwellbalmain.com/john_working/styles.css >> >> Max >> > [trimmed] Whoops Max, This html {font-size;} should read: html {font-size: 100%;} ~dL -- http://chelseacreekstudio.com/

Re: [css-d] Where did the nav go?

2006-12-14 Thread ~davidLaakso
> I made this working site and I am having problems with the top banner > and the navigation. I want the navigation to work and be above the > top banner. In most browsers I have problems with the banner getting > knocked out of position when I use the "increase text size" within > the bro

Re: [css-d] Form layout

2006-12-14 Thread Chris Broadfoot
Russ, > Can you take a look at my progress on this form and let me know if I'm > headed down the right path for a nice looking layout here? Alignment > and style on forms have always challenged me. At first glance, it looks nice to me. > What is the best alignment for labels? I have them right

Re: [css-d] Where did the nav go?

2006-12-14 Thread Sasha Gerrand
On 15/12/06, Maxwell Balmain <[EMAIL PROTECTED]> wrote: > Hi All, > > I made this working site and I am having problems with the top banner > and the navigation. I want the navigation to work and be above the > top banner. In most browsers I have problems with the banner getting > knocked out of po

[css-d] Where did the nav go?

2006-12-14 Thread Maxwell Balmain
Hi All, I made this working site and I am having problems with the top banner and the navigation. I want the navigation to work and be above the top banner. In most browsers I have problems with the banner getting knocked out of position when I use the "increase text size" within the brows

Re: [css-d] Horizontal list problem... among other things...

2006-12-14 Thread Gunlaug Sørtun
>> I see that you are using 'pixels' for font-sizing. No problem for >> me but you can not rely on font-size being respected in browsers. >> You should test across browser-land and make sure the layout >> doesn't break when some serious amounts of font-resizing is >> applied. > I know this is

Re: [css-d] ot: intercepting flash click

2006-12-14 Thread Sasha Gerrand
On 15/12/06, starmonkey <[EMAIL PROTECTED]> wrote: > Hey guys, > > Sorry if this is a bit off topic but I was wondering if there was a > way to use javascript to "intercept" a click made on a flash movie > (for example, a flash banner ad that links directly to the target > website). I wanted to int

Re: [css-d] Background image repeat x - but mirror first image?

2006-12-14 Thread Sasha Gerrand
On 15/12/06, Christopher Blake <[EMAIL PROTECTED]> wrote: > > Hi all, > > Is this possible? > > I have an image that is quite big in file size. I want to repeat this > image on the x axis - but it to mirror the original. > > This is where I am playing around: > > http://www.3pointdesign.co.uk/neilp

[css-d] ot: intercepting flash click

2006-12-14 Thread starmonkey
Hey guys, Sorry if this is a bit off topic but I was wondering if there was a way to use javascript to "intercept" a click made on a flash movie (for example, a flash banner ad that links directly to the target website). I wanted to intercept their click and link it back to the banner syst

[css-d] Background image repeat x - but mirror first image?

2006-12-14 Thread Christopher Blake
Hi all, Is this possible? I have an image that is quite big in file size. I want to repeat this image on the x axis - but it to mirror the original. This is where I am playing around: http://www.3pointdesign.co.uk/neilparish/banner1.html I would really appreciate any help - or if it is not

Re: [css-d] Horizontal list problem... among other things...

2006-12-14 Thread Sasha Gerrand
On 15/12/06, david <[EMAIL PROTECTED]> wrote: > Michael Stevens wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Rimantas > > > > On the other hand, and _are_ optional (no quotes) even in HTML > > 4.01 Strict, and unquoted attributes are

Re: [css-d] Image Links

2006-12-14 Thread Sasha Gerrand
Hi, a img { border:none;} On 15/12/06, Matthew Stoneback <[EMAIL PROTECTED]> wrote: > > I am at a loss, what is the attribute which removes the border around > images > when they are links? I know "text-decoration: none;" removes the > underline > of a textual link. But I want the border around

[css-d] Image Links

2006-12-14 Thread Matthew Stoneback
I am at a loss, what is the attribute which removes the border around images when they are links? I know "text-decoration: none;" removes the underline of a textual link. But I want the border around an image link removed. Thanks in advance, Matthew Stoneback

Re: [css-d] Horizontal list problem... among other things...

2006-12-14 Thread david
Michael Stevens wrote: > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Rimantas > > On the other hand, and _are_ optional (no quotes) even in HTML > 4.01 Strict, and unquoted attributes are sometimes allowed too (not > encouraged, though). > > --

Re: [css-d] Horizontal list problem... among other things...

2006-12-14 Thread Michael Stevens
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rimantas On the other hand, and _are_ optional (no quotes) even in HTML 4.01 Strict, and unquoted attributes are sometimes allowed too (not encouraged, though). -- I know they are. I checked when the guy

Re: [css-d] Horizontal list problem... among other things...

2006-12-14 Thread Rimantas Liubertas
> I've inherited this website and it is an incredible mess. You can see the > current version at the root but the HTML is nothing short of horrendous: > It's old school HTML using tables for layout, not a to found anywhere > since it's "optional" as well as all the non-quoted attributes. Well, ma

Re: [css-d] Horizontal list problem... among other things...

2006-12-14 Thread Michael Stevens
-Original Message- From: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] #topmenu { background: #b51b37 url(images/topbarback.jpg) repeat-x bottom left; margin: 0 /* default */; float: left /* make it expand to contain floats */; width: 100% /* full width */; } -- OK, That worked... -- > 2. Th

[css-d] Form layout

2006-12-14 Thread Russ Peters
Can you take a look at my progress on this form and let me know if I'm headed down the right path for a nice looking layout here? Alignment and style on forms have always challenged me. What is the best alignment for labels? I have them right aligned right now next to the form fields with all f

Re: [css-d] Horizontal list problem... among other things...

2006-12-14 Thread Gunlaug Sørtun
Michael Stevens wrote: > www.bctarizona.com/test/index_new2.php > So, I started dicking with it and finally gave up trying to figure > out all the tables. I'm trying to start from scratch but I've run > into a few problems. Go ahead. We'll help you sort them out, one by one :-) > 1. The top me

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread ~davidLaakso
Gunlaug Sørtun wrote: > Rizky wrote: > > >>> FYI: I use a tuned version of HTML Tidy to "clean up" any >>> unnecessary spacing, indentation and whatever in the source-code, >>> which gives me a pretty small file-size without any compression. >>> > > >> is it available for public u

Re: [css-d] Horizontal list problem... among other things...

2006-12-14 Thread Ed Seehouse
On 12/14/06, Michael Stevens <[EMAIL PROTECTED]> wrote: > www.bctarizona.com/test/index_new2.php > www.bctarizona.com/test/bct.css > > Another question is can a PHP file be valid XHTML or should I go with HTML 4 > strict? > > Mike PHP can't be either valid or invalid html or xhtml. It can be used

[css-d] SOLVED - Content disappears, but new question

2006-12-14 Thread Tim Offenstein
I resolved the disappearing content issue - my maincontent div in base.css had an overflow property. I had assigned the value of auto to this. The overflow property was making the content disappear. I commented out the overflow and the content now reappears. Originally my assistant had put the

[css-d] Horizontal list problem... among other things...

2006-12-14 Thread Michael Stevens
www.bctarizona.com/test/index_new2.php www.bctarizona.com/test/bct.css I've inherited this website and it is an incredible mess. You can see the current version at the root but the HTML is nothing short of horrendous: It's old school HTML using tables for layout, not a to found anywhere since it

[css-d] Content disappears in Firefox & Netscape

2006-12-14 Thread Tim Offenstein
I think I'm loosing my mind, too many weird things in one week. On the sub pages for this site - http://www.ahs.uiuc.edu - all the main content (not the template masthead and navigation) disappears in Firefox 1.5.0.8 or Netscape 8.1.2. It's fine in IE6 & 7, Safari (although Safari has been inte

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread Gunlaug Sørtun
Rizky wrote: > i think the problem was on my code. > > the bottom grid now is inside a new container div. previously, it was > under the same parent div with the top grid. that was the real > reason i was forced to use negative margins in the first place. Fine. Correct nesting wasn't one of the

Re: [css-d] IE not applying percentage widths correctly to images

2006-12-14 Thread Zoe M. Gillenwater
Hi Peter, [EMAIL PROTECTED] wrote: > Hello, > > (Note: My browser versions are Firefox 1.5 and Internet Explorer 6.) > Might want to consider upgrading to FF 2 and IE 7. Keep the old guys around for testing. > I started learning CSS a few weeks ago for a school project and I think I > unders

Re: [css-d] IE not applying percentage widths correctly to images

2006-12-14 Thread ~davidLaakso
[EMAIL PROTECTED] wrote: > I started learning CSS a few weeks ago for a school project and I think I > understand the basics, but IE's weird behaviour keeps bugging me...trimmed}. > Peter I have the same problem. Friendly suggestion :-) . You'll get a better response if you put you page on a pub

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread Rizky
On 12/14/06, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > > > For the page in question; add... > #featured {position: relative;} > ...to fix the "faulty element-stacking over the edge of an element with > 'Layout'" bug in IE6 and older versions. That'll fix it. i think the problem was on my code.

[css-d] problem in floating a in tag

2006-12-14 Thread amir abbas
hello everybody im developing a SEOed templated for phpBB phpBB templates are table based templates and they are not semantic. im trying to design a clean, fast and semantic template for phpbb im not professional in CSS and i encounter with some problems 1- all forums are in tag and i have tag

Re: [css-d] IE7 problem with my site - www.pain.ro

2006-12-14 Thread Gunlaug Sørtun
Daniel Petre wrote: > hello, anyone can guide me to a hack regarding viewing my page ( > http://www.pain.ro ) the right way in IE7 ? Same problem in IE6 - IE doesn't understand what to dimension in relation to. This might work... body { margin: 0px; height: 100%; width: 100%;} ...or you may have

[css-d] IE7 problem with my site - www.pain.ro

2006-12-14 Thread Daniel Petre
hello, anyone can guide me to a hack regarding viewing my page ( http://www.pain.ro ) the right way in IE7 ? thanks ! the css code is at http://www.pain.ro/pain.css and listed here too : body { margin: 0px; } #background { width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; z-i

Re: [css-d] Site Check and suggestions

2006-12-14 Thread francky
Giovanni Intini wrote: >Hi all, I need some suggestions for this page I designed: >http://adriaticamalagoli.it/cerco > >1) Do you think I implemented the form correctly? I used a lot of css and >the end result is a table. Maybe I could use a table there? >2) What do you think of the overall design

[css-d] IE not applying percentage widths correctly to images

2006-12-14 Thread blablabla
Hello, (Note: My browser versions are Firefox 1.5 and Internet Explorer 6.) I started learning CSS a few weeks ago for a school project and I think I understand the basics, but IE's weird behaviour keeps bugging me. I've managed to solve all the important issues (well, some went away automatical

Re: [css-d] IE contents jumping around

2006-12-14 Thread Ingo Chao
Heureka! wrote: > Hi! > > I have a problem in IE that I cannot solve. > Have a look at http://www.heureka.se/ . When hovering the green links > (breadcrumbs) contents are jumping around. Looks like a guillotine [1], but here, the fix seems to be to give layout [2] to the #advertisementlist .

[css-d] IE contents jumping around

2006-12-14 Thread Heureka!
Hi! I have a problem in IE that I cannot solve. Have a look at http://www.heureka.se/ . When hovering the green links (breadcrumbs) contents are jumping around. When removing the css code below it works but I want to keep it. /* Links */ .. a:focu

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread Gunlaug Sørtun
>> http://kometdigital.web.id/portfolio/ >> the problematic section is at the bottom row. the one under the >> title "fenomena el nano." > Negative margins don't work in older versions IE on floated elements. Correction: Negative margins on floats work just fine in older versions of IE/win. Ho

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread ~davidLaakso
Rizky wrote: > here's the url: http://kometdigital.web.id/portfolio/ > the problematic section is at the bottom row. the one under the title > "fenomena el nano." > > here's the css: > http://static.kometdigital.web.id/mt-static/themes/portfolio_theme/portfolio_theme.css > > the section with negati

Re: [css-d] help! negative margins doesn't work on IE6

2006-12-14 Thread George Ornbo
On 12/14/06, Rizky <[EMAIL PROTECTED]> wrote: > > here's the url: http://kometdigital.web.id/portfolio/ > the problematic section is at the bottom row. the one under the title > "fenomena el nano." > > here's the css: > > http://static.kometdigital.web.id/mt-static/themes/portfolio_theme/portfolio_

Re: [css-d] Site Check and suggestions

2006-12-14 Thread George Ornbo
Hi Giovanni Good effort! In Firefox 2 on Mac the two boxes with titles "In Rilievo". Not sure if this is deliberate? There is also an error in your javascript: elt.ownerDocument.defaultView has no properties (lib.js line 951) Cheers George Shape Shed | http://www.shapeshed.com __