[css-d] box model problems

2006-05-14 Thread skye estes
hi guys; i'm converting a site from tables to css positioning, and i'm having trouble in internet explorer (surprise, surprise). this is windows ie, by the way. the header, body, and footer all have the same width settings, but the header is squeezing itself out to the right. also, the height

[css-d] table to flow layout conversion

2006-05-21 Thread skye estes
hi all. i'm working on converting this site: http://www.pacifictao.com :from a table layout to css. it's going pretty well, but i'm having trouble duplicating some of the pages. right now, i'm working on the dvd page: http://www.pacifictao.com/index.php:and i have this so far:

Re: [css-d] 5 column CSS box

2006-05-22 Thread skye estes
On 5/22/06, Jono [EMAIL PROTECTED] wrote: Hi, When using this css for each div, how can I make it so that the divs expand with the size of the text Brian, As neat as it sounds to expand your layout on text resize, you really have to consider your total page size first. My site

[css-d] ie/win width problem

2006-05-24 Thread skye estes
hi guys! thanks for the help so far. i'm almost there. this page: http://heli.cx/clients/pacifictao/dvds.html looks great in firefox, but the width of the li items seems to be throwing ie for a loop. the css is at heli.cx/clients/pacifictao/DVD/main.css it's doing a similar but different thing

[css-d] the story of internet explorer and the floating photo gallery, chapter 3

2006-05-26 Thread skye estes
so. i'm converting a client's site from tables to css. i redid this photo gallery: http://pacifictao.com/index.php using a list and floated list items at: http://heli.cx/clients/pacifictao/dvds.html i also added a second page for them at: http://heli.cx/clients/pacifictao/dvds.html the css for

Re: [css-d] Four that could be two

2006-05-26 Thread skye estes
On 5/26/06, Scott Haneda [EMAIL PROTECTED] wrote: I see four total things here, but two are the same and the other two are the same, is there some way to merge these so there are only two blocks? a:visited.secondLinks { color: #FFF; text-decoration: none;

Re: [css-d] Four that could be two

2006-05-26 Thread skye estes
On 5/26/06, Scott Haneda [EMAIL PROTECTED] wrote: should do it. note that you need to specify the class (.secondLinks) before the state (:hover). Thanks, just what I needed no problem. also note that if your hover and active states are the same, only specifying rules for the hover state

[css-d] floating list/picture gallery style page

2006-05-31 Thread skye estes
hi everyone! i'm in a bit of a jam. i'm doing a floated page, but it's not behaving at all correctly in i.e. in firefox it works great, thanks to the idea of wrapping the pictures in lists in order to drop the text under them, but in i.e./win some of the pictures seem like they've randomly grown

Re: [css-d] what should go in html{ } ?

2013-06-26 Thread Skye Estes
John, If you'd like to try a pre-made reset/template instead of starting from scratch, there are several fantastic options to be found at http://www.initializr.com Aside from the CSS resets, they can include media queries, js snippets, and other useful code to make your development easier.