[css-d] Site check Please

2006-01-07 Thread Sam Leathers
Hey everyone. I finally got a chance to work on my own site, and I think it's pretty good, but I'd like the experts opinions on if theres anything I should change either for aesthetics or accessibility. the site is www.samleathers.com. Sam -- in life, direction is everything, distance is

[css-d] site check markcreeves.com

2005-10-17 Thread Sam Leathers
The site for the new page is http://www.markcreeves.com/newphp/index.php The only thing I don't like about it is the left column news and contact info, but the person I'm building it for has stated he wants an image there rather than text for some reason he couldn't clarify. The navbars are

Re: [css-d] site check markcreeves.com

2005-10-17 Thread Sam Leathers
changed main font to 12px. Sam Christian Heilmann wrote: The site for the new page is http://www.markcreeves.com/newphp/index.php The only thing I don't like about it is the left column news and contact info, but the person I'm building it for has stated he wants an image there rather than text

[css-d] href's and images

2005-09-20 Thread Sam Leathers
I'm working on a website where I have a standard ul list for links in display: block; Currently, the links are img tags, but I'd like to use css to display the image. I know I can use background: url(/path/to/image.gif), but whats the best way to have a different image for each href? Do I need to

Re: [css-d] Centering my menu - IE fine - Firefox not

2005-09-11 Thread Sam Leathers
the problem is firefox doesn't recognize text-align: center for div elements (this is because they aren't text, and css has better methods for centering that text-align, so really it's IE that's rendering it wrong) Anyways try this: #menu { position: relative; text-align: left; width: 820px;

[css-d] Recipe Card (Tabular data vs CSS)

2005-09-04 Thread Sam Leathers
I'm getting ready to build a recipe database interfaced with php. Would a recipe card make more sense to be displayed in a table, or using css? If using css how would you break it up, would you have a separate div for title, ingredients, and instructions? I'm just trying to figure out how I want

Re: [css-d] second try posting

2005-08-31 Thread Sam Leathers
for the logo, try removing the pimg src.../p and put this in your stylesheet for the logo: background: url(images/newfinals/ironieslogo.gif); width: 250px; height: 82px; that fixes that in firefox. Being on linux currently, and no IE or Safari for linux, I can't help you there. juliann wheeler

Re: [css-d] site not centering in ie

2005-08-18 Thread Sam Leathers
of the page, and the right side. odd, but a simple text-align: left; solved the issue. Sam Sam Leathers wrote: I've been messing with this for a few days now, and can't figure out why it isn't working. I have a layer1 div encompassing the whole site. It centers fine (even in IE, if I put a border

[css-d] site not centering in ie

2005-08-15 Thread Sam Leathers
I've been messing with this for a few days now, and can't figure out why it isn't working. I have a layer1 div encompassing the whole site. It centers fine (even in IE, if I put a border on it, and hide the header, I can see that it's centered, but the rest if over 372px to the right, and I could

[css-d] site check - magpienet.biz

2005-08-09 Thread Sam Leathers
After some major revamping of the page (my first 3 attempts failed miserably), this page is almost ready for public viewing. Anyone see anything that looks wrong in any specific browser? Sam -- in life, direction is everything, distance is secondary--so keep your bearings! [KJV] Luke 5:16 And

Re: [css-d] Site Check: stephenjoneslaw.com

2005-07-14 Thread Sam Leathers
Wow!!! that looks pretty sweet in firefox/konqueror/lynx viewed on Linux (Ubuntu Hoary) Sam Jeff Clark wrote: Hi list- I'd like as many people as possible to see this before I submit it to the client, so a site check would be very much appreciated! (especially if you're on a Mac or using

Re: [css-d] three-column layout question

2005-07-14 Thread Sam Leathers
of all the 3 column layout tutorials I like this one the best: http://glish.com/css/7.asp Sam saul wrote: Hello, I'm having a bear of a time getting the three columns to function correctly. I've looked at a number of suggested ways to achieve this, but cannot get it to work correctly.

[css-d] ie not bold on title boxes

2005-07-13 Thread Sam Leathers
First of all, thankyou for anyone that responded to my positioning issues. I still don't know how it looks in IE5 but I got it looking pretty good in IE6 and firefox. the url: http://www.magpienet.biz/newmag I'm completely lost as to whats going on with IE6 ignoring the font-weight: bold in the

[css-d] Hey everyone

2005-07-10 Thread Sam Leathers
I'm new to the list. Just figured I'd say Hi. I'm between novice and moderate with using css and came across this list googling. Glad to find a place I can ask questions when I have problems. Sam -- in life, direction is everything, distance is secondary--so keep your bearings! [KJV] Luke 5:16

[css-d] IE css positioning woes

2005-07-10 Thread Sam Leathers
I've been working on a site for a week now, trying to get positioning looking good. The site is www.mapienet.biz/newmag/index.php. The positioning looks great in firefox, but in IE it broke horribly. I added a bunch of * html tags to force some boxes with IE 6 into the right place (IE5 still needs