Re: [css-d] Markup for image URL in CSS rule

2008-02-21 Thread Big Moxy
ROTECTED] Sent: Thursday, February 21, 2008 1:22 PM To: Big Moxy Cc: Cory Shubert; CSS Discussion Subject: Re: [css-d] Markup for image URL in CSS rule On Fri, Feb 22, 2008 at 12:06 AM, Big Moxy <[EMAIL PROTECTED]> wrote: > Great catch Cory! I don't think background image is the right solut

Re: [css-d] Markup for image URL in CSS rule

2008-02-21 Thread Big Moxy
Isn't my issue a presentational one? I would compare my objective to your Email this article example. Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Usamah M. Ali Sent: Thursday, February 21, 2008 1:12 PM To: Cory Shubert Cc: CSS Discussion Subject:

Re: [css-d] Markup for image URL in CSS rule

2008-02-21 Thread Big Moxy
Great catch Cory! I don't think background image is the right solution though. Look at it now. www.zanalysts.net Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cory Shubert Sent: Thursday, February 21, 2008 12:55 PM To: CSS Discussion Subject: [css-d

[css-d] alignment problem on Firefox

2008-02-21 Thread Big Moxy
url - http://www.zanalysts.net/ css - http://www.zanalysts.net/styles/zanalysts.css If you look at the display on IE 7 you will see what I want. Can someone please help me with the alignment of the list items on the right hand side of the page? I set padding-left: 42px to the list items an

Re: [css-d] Embedding stylesheet in Dreamweaver CS3

2008-02-17 Thread Big Moxy
I hate to ask the obvious but did you check the option for DW to update pages when the template changes? The option appears when you create a new page as a template. Tim Joanne wrote: > David wrote: > > However, I do wonder why you are enclosing the @import statements > inside HTML comments? IE

Re: [css-d] Div and Tables

2008-02-16 Thread Big Moxy
Christopher, Check out www.pro-web-marketing.com. There are no tables on the site. Here is the code for the contact us form. #contactForm { float: left; padding: 0 0 5px 20px; } div.row { clear: both; padding-top: 10px; } div.row span.label { float: left; width: 150px; text-ali

Re: [css-d] My first tableless site - Need Advice on css mistakes.

2008-02-14 Thread Big Moxy
IE runs on Mac. Have you check the MS site or Google'd for a download? You have several JavaScript errors: Home - line 11: ";" expected Journalism - line 14: Object doesn't support this property or method Gallery - line 520: Type mismatch Tim Cynthia Villegas wrote: > Hi Everyone, > > I design

Re: [css-d] Generic problem/question

2008-02-12 Thread Big Moxy
My twisted little mind was thinking horizontal. Going vertical makes much more sense! Thanks David! David Laakso wrote: > Big Moxy wrote: >> The designer I am working with created graphics such that I have a 3 >> x 3 matrix plus a background image. Apparently this was done

[css-d] Generic problem/question

2008-02-12 Thread Big Moxy
The designer I am working with created graphics such that I have a 3 x 3 matrix plus a background image. Apparently this was done to create a gradient effect of the background. It fades dark to light, out - in - out, on all sides. I've been struggling with how to piece this together in CSS. Th

Re: [css-d] frame style functionality with css?

2008-02-11 Thread Big Moxy
I believe someone else posted recently on how the could eliminate iframes and do what you are asking. There are two major considerations: You could use divs, however according to Georg, IE doesn't support this very well so forget the IE audience By taking this approach you are losing out on SEO

Re: [css-d] Disparity

2008-02-11 Thread Big Moxy
Gerry, It looks bad on IE 7/Win too... Tim Gerry Goodfriend wrote: > Hi, > > I'm hoping to get help with a page that displays properly in Safari > and Firefox on Mac, and Safari and Firefox on Windows, but not > Internet Explorer 6.0! It looks as if it hasn't been formatted, but > it has a

Re: [css-d] Need help with a Firefox issue

2008-02-06 Thread Big Moxy
ut. A whack on the side of the head is alway healthy and welcome :-D Regards, Tim David Laakso wrote: > Big Moxy wrote: >> Hi All, >> >> I'm puzzled by the appearance of 4 addition in the Featured >> Vehicle section of http://www.cargovango.com/Inventory/Default

[css-d] Need help with a Firefox issue

2008-02-06 Thread Big Moxy
Hi All, I'm puzzled by the appearance of 4 addition in the Featured Vehicle section of http://www.cargovango.com/Inventory/Default.aspx. This is common code and the problem doesn't show up elsewhere. The css is at http://www.cargovango.com/css/cvgweb.css Any insights are greatly appreciated!

Re: [css-d] ASP.NET and http://validator.w3.org/

2008-02-06 Thread Big Moxy
Rob, There are some elements of .NET output a developer has no control over. For example, this source code: "> .jpg" width="140" height="104" alt="vehicle photo" /> "> <%#DataBinder.Eval(Container.DataItem, "Year")%> <%#DataBinder.Eval(Container.DataItem, "Model")%> <%#DataBinder.Eval(Co

Re: [css-d] ASP.NET and http://validator.w3.org/

2008-02-06 Thread Big Moxy
Actually, I stand corrected. The validator is flagging the link to a Spanish translator site: http://64.233.179.104/translate_c?hl=en&ie=utf-8&oe=utf-8&langpair=en|es&u=http://www.cargovango.com/&prev=/language_tools";> The code generated by .NET is clean: Rob Emenecker wrote: > Yes,

[css-d] ASP.NET and http://validator.w3.org/

2008-02-06 Thread Big Moxy
The w3 validator clearly is not compatible with Microsoft ASP.NET code. Here is an example - http://www.cargovango.com/start.aspx. All of the code that it flags is generated at run time. It's nothing that a developer adds. It's annoying because I can never say that the code is Valid XHTML 1.0

Re: [css-d] background-image and background-color question

2008-02-04 Thread Big Moxy
David, I didn't create the current site and want to distance myself as much as possible from it. I am converting it to .NET and making significant CSS changes too. Tim David Laakso wrote: > Big Moxy wrote: >> http://www.cargovango.com/misc_equip.htm > >> My questi

[css-d] background-image and background-color question

2008-02-04 Thread Big Moxy
Hi All, The background image on this page - http://www.cargovango.com/misc_equip.htm - is 2000px high and repeats at the bottom of the page. I have removed the top 108px and set a new repeating background that only contains the vertical lines. My question is can I combine the header image wit

Re: [css-d] Internet Explorer and Collapsing Margins?

2008-01-28 Thread Big Moxy
David, Replace position: absolute with float: left. It works for me locally on IE 7. #popupmenu{ float: left;<--- add this position: absolute; <--- delete this top: 598px; /* This can also be fixed or absolute*/ width: 700px; /*Format */ } Tim David Terrell

Re: [css-d] Why is my content hidden?

2008-01-25 Thread Big Moxy
Thank you, David!! That fixed it. - Tim David Laakso wrote: > Big Moxy wrote: >> Good Morning All! >> >> http://projects.zanalysts.com/cargo/vehicledetails.html >> http://projects.zanalysts.com/cargo/firstweb.css >> >> >> The white backgroun

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

2008-01-25 Thread Big Moxy
Since I've gotten into CSS and do a lot of back-end programming anyway I end up doing quite a bit of hand-coding. When you are scripting a display DW or any wysiwig editor for that matter is of little value. Sure it can provide the format but the end result is hand coding. Tim Scott Thigpen wr

[css-d] Why is my content hidden?

2008-01-25 Thread Big Moxy
Good Morning All! http://projects.zanalysts.com/cargo/vehicledetails.html http://projects.zanalysts.com/cargo/firstweb.css This is actually a .Net site but for now my remote site is not configured for it. Instead I'm showing you the resolved HTML. The problems are obvious. The white background

Re: [css-d] Style tag AFTER body tag?

2008-01-24 Thread Big Moxy
Jennifer, Forget about Dreamweaver. It does a terrible job of supporting CSS formatting. It's best to use your local system for testing CSS formats. Tim Jennifer Knowles wrote: > Can I put the

[css-d] Confused by spacing and IE Developer Toolbar display

2008-01-17 Thread Big Moxy
http://www.woodstone-homes.com/communities/red-oak-farm-test/?id=5 http://www.woodstone-homes.com/css/style-test.css There is unwanted space between the banner row and the following row. Using IE Developer Tools when I select the table cell that contains the Woodstone Homes banner I see this:

[css-d] list-style problem on IE 7

2008-01-17 Thread Big Moxy
Hi all! I hope someone can tell me how I can fix this. This page views perfectly on FF - http://www.woodstone-homes.com/communities/red-oak-farm-test/?id=5 however on IE 7 the right menu items have squares in front of them. list-style is set to none. Initially list-style was set only on .righ

Re: [css-d] Container Height Issue on Dynamic Page

2008-01-15 Thread Big Moxy
Chris, You need a height:100% in several places. My css definitions start with this. Of course, font, background, etc varies by site. For an example go to www.pro-web-marketing.com and click on one of the top nav bar links. You will see that the right menu extends to the bottom of the content

[css-d] Why does my form wrap?

2008-01-14 Thread Big Moxy
http://woodstone-homes.com/admin/menu/index2.asp css - http://woodstone-homes.com/admin/css/admin.css These are the styles for the menu. div.row { clear: both; padding-top: 3px; padding-bottom: 3px; } div.row span.header { float: left; width: 300px; margin-left: 20px;

Re: [css-d] Problem adding border to selected image

2008-01-13 Thread Big Moxy
t; border around the non-selected images. Then, you'll need to compensate for > 14 additional horizontal pixels (7 thumbnails x 2 pixels added to each for > border) in the thumbnail container div/td. > > ...Rob > > > -Original Message----- > From: [EMAIL PROTECTED

Re: [css-d] Problem adding border to selected image - live test page

2008-01-13 Thread Big Moxy
Please go to http://www.woodstone-homes.com/gallery/test.asp for a live test page. Big Moxy wrote: > url - http://missioninternet.com/test/ > > I'm making changes to a site that I did not develop. It uses tables > extensively and some CSS. The vbscript code below displays up t

[css-d] Problem adding border to selected image

2008-01-12 Thread Big Moxy
url - http://missioninternet.com/test/ I'm making changes to a site that I did not develop. It uses tables extensively and some CSS. The vbscript code below displays up to 7 thumbnails in one table cell. The row above the thumbnails displays a larger image of the first thumbnail by default (see

Re: [css-d] Need help with spacing

2008-01-10 Thread Big Moxy
ition > > float: left; > width: 605px; // total width - left - padding = 810 - 200 - 5 = 605 > > Simon > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Big Moxy > Sent: 10 January 2008 15:25 > To: CSS Discussion >

[css-d] Need help with spacing - part 2

2008-01-10 Thread Big Moxy
The problem only occurs on FF. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by e

[css-d] Need help with spacing

2008-01-10 Thread Big Moxy
page - http://proweb.missioninternet.com/admin/ css - http://proweb.missioninternet.com/css/proweb.css This page was formatted correctly at one point but apparently I changed something that broke the formatting. The messages div should have a margin of 20px on the left and right. The messages c

Re: [css-d] IE7 problem

2008-01-04 Thread Big Moxy
John, Try adding a "clear: both" to the footer style. You may also have to add width to the footer but it's not clear to me whether it's always necessary or just for my styles. Tim John Lockerbie wrote: > Hi, > > I think the problems I've been having with my redesign are mostly > resolved but

Re: [css-d] site check and dropdown menu issue

2008-01-03 Thread Big Moxy
Cem, You need to add a width attribute to your li definition. Tim Cem Meric wrote: > Hi all, > > Can someone tell me why dropdown menu looks awkward. > > http://webunder.com.au/sandbox/ > > I can use some advice on this. > > Thanks, > > -- > Cem Meric | http://www.kalkadoon.net/ > Kalkadoon

Re: [css-d] table layout using only CSS

2007-12-30 Thread Big Moxy
Kenneth, I had a problem yesterday with a form I was trying to convert to CSS from a table. I used an example from http://www.alistapart.com/stories/practicalcss/. Their example is similar to your code. Are you clearing the float for your row class as shown below? div.row { clear: both; p

Re: [css-d] Need help with multi-div placement

2007-12-29 Thread Big Moxy
Thanks, Georg! I suspected I need to combine the divs into 2, one for each column. Regards, Tim Gunlaug Sørtun wrote: > Big Moxy wrote: > >> http://www.barnettresolutions.com/index2.php. There are 3 divs on the >> page. The 3 paragraphs on the right are one div, t

[css-d] Need help with multi-div placement

2007-12-29 Thread Big Moxy
I'm attempting to convert a table form to a CSS form. I'm working off of an example I found at http://www.alistapart.com/stories/practicalcss/. The table form is at http://www.barnettresolutions.com/index.php and my CSS form in progress is at http://www.barnettresolutions.com/index2.php. There

[css-d] Ordered list dilemma

2007-12-28 Thread Big Moxy
I've never noticed this before. There is an vertical order list on http://www.barnettresolutions.com/about.php. When displayed on IE 7, the numbers are indented. When displayed on FF, the numbers are outdented! I looked up formatting for CSS and read that list-style-position: outside is the de

Re: [css-d] Div's not aligning right in IE7

2007-12-27 Thread Big Moxy
inion and I was sharing what works for me. - Tim Gunlaug Sørtun wrote: > Big Moxy wrote: > >> You're exactly right. This approach does require extra divs but >> according to the advice I frequently get from experts-exchange.com >> that is the best technique. > >

Re: [css-d] Div's not aligning right in IE7

2007-12-27 Thread Big Moxy
Dave, You're exactly right. This approach does require extra divs but according to the advice I frequently get from experts-exchange.com that is the best technique. Here's an example: Me: "I had a top margin on the left menu to bring it down but the top part of the text is hidden under the to

Re: [css-d] Div's not aligning right in IE7

2007-12-26 Thread Big Moxy
Dave M G wrote: > CSS Discuss, > > I have created a page at the following URL: > > http://tokyocomedy.com/tokyo_comedy_store > > The CSS and HTML validate. The design displays as intended in FireFox > and Opera. (The design doesn't quite fit into an 800 pixel wide space, > which I intend to adjus

Re: [css-d] Need help with page columns on FF - solved

2007-12-21 Thread Big Moxy
I solved my own problem by adding overflow:hidden to the infoSection class. From: Big Moxy [mailto:[EMAIL PROTECTED] Sent: Friday, December 21, 2007 8:21 AM To: CSS Discussion Subject: Need help with page columns on FF url - http://projects.missioninternet.com/proweb/index.php css

[css-d] Need help with page columns on FF

2007-12-21 Thread Big Moxy
url - http://projects.missioninternet.com/proweb/index.php css - http://projects.missioninternet.com/proweb/css/proweb.css How can I get FF to display this page like IE? For illustration purposes I have a grey border around each div class I call infoSection and red borders around each infoColx

[css-d] Need footer assistance please

2007-12-20 Thread Big Moxy
url - http://projects.missioninternet.com/proweb/index.php css - http://projects.missioninternet.com/proweb/css/proweb.css The page validates as HTML 4.01 strict. 1) This occurs on both IE 7 and FF - I have a curved bottom border that I want to place right after the footer text. The border gr

Re: [css-d] Kadabra collapsible menus not working in IE6

2007-12-20 Thread Big Moxy
Susan, Which part of the page has the expanding menu? The navigation bar across the top? I see mouse over effects. Is it the list of broadcasts? If the latter, the broadcast hyperlinks do not work on IE 7 either. Could you please clarify? Thank you, Tim -Original Message- From: [EMAIL P

Re: [css-d] Root relative in Background URL

2007-12-18 Thread Big Moxy
Bob, I have used root relative addresses without any problems. tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Cohen Sent: Monday, December 17, 2007 3:27 PM To: CSS-Discuss List Subject: [css-d] Root relative in Background URL Is it permissible

Re: [css-d] First post

2007-12-04 Thread Big Moxy
Ditto here! Why do we need to receive duplicate emails? Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Monday, December 03, 2007 3:55 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] First post No problem here! I would g

[css-d] Why isn't text wrapping on IE?

2007-11-28 Thread Big Moxy
Site - http://projects.missioninternet.com/prowebmarketing/index.php Css - http://projects.missioninternet.com/prowebmarketing/css/proweb.css I have two problems: 1. The text in the content div is not wrapping around the clientLogin div on IE. It formats correctly on Firefox. 2.

[css-d] Undesired wrapping when browser is not maximized

2007-11-19 Thread Big Moxy
Page - http://projects.missioninternet.com/senior/index.php Css - http://projects.missioninternet.com/senior/css/styles.css When the above page is displayed in a less than maximized browser the logo and navbar divs wrap in an undesirable manner. The logo and navbar are 100% css while the conte

[css-d] repeat and spacing problems

2007-11-18 Thread Big Moxy
url - http://projects.missioninternet.com/senior/test.htm css - http://projects.missioninternet.com/senior/css/hearing.css Test.htm contains a div class for the logo and one for the navigation bar. I'm using width:auto because the content that will be added needs to be as wide as possible.