You could also make a separate CSS file for ie only. This allows you to design things just for ie for the looks but allow you to keep the look you want/intented in browsers that play nice.
As for the width of your page creating a horizontal scroll, your container widths within the body are most likely causing expanding issues making the width larger than the 100%. I did not however,...
Ok IF you fix you alignment issues of your logo and nav as I suggested in my previous reply, then you should be able to change the float on the buttons to a left alignment there by making them appear...
The problem with the nav and logo is your widths on the 2 overlap each other which makes the browsers automatically drop one down a bit to allow room. You need to set a width for the nav div...
Assuming you want the blue box to be directly under the white and red boxes like a column your problem is that your container height is set too low for the height of the three boxes. I played with it...
DW is one of the only ones that people can really tell you use. Most other editors do not leave the same type of evidence that DW does. I was just letting you know that I was able to get it to come...
I have Dreamweaver CS4. I did copy the code and created a HTML file in DW and it did come up. It is HTML5 so any Dreamweaver below CS5 may return errors, as the doctype and other web coding is not...
I don't have enough experience with any certain cart program to be able to make recommendations. However, I hear a popular one is Magento. There are so many options out there though, if I were you...
I am currently avoiding anything with flash as much as possible as Adobe has said they will no longer support it. I know it will be a few years yet until it is no longer used however, when I design a...
Hosting would vary according to the hosting service you choose. This step would require leg work, searching for hosting providers and their costs then comparing the costs. Hosting costs can run to...
I too stick with the front end side of development.
Beyond knowing HTML and CSS you should learn the following:
You really need to know Photoshop and illustrator this are a must know for front end...
It is a rather plain header. Adding more style will add more zing. But you really need a logo for branding purposes. This though will require you to think hard. I would suggest for logo making you do...
I have been in the business for the past 3 years, I also do not do well with php and other programing languages. However, I will say a lot of companies want someone who can do those languages. I am...
haha Charles nice answer. However to the original poster if your asking is HTML used to create a website the simple answer is yes. The long answer is that most websites use several languages such as...
I am not sure you explained your issue to the fullest. I visited the site and I do not see the extra boxes but I did get a horizontal scroll bar, this indicts your math is off somewhere with all you...
<div style="padding-right:4px">My left content</div><div>My right content</div>
I wouldn't do it this way.
First I would think about if at some future point I might want that middle div like you...
I do not know about all the other programs and code you have listed here, however if the issue is only that your text headings are capped and you do not want that, somewhere in your CSS code the div...
I maybe wrong but as far as I know what you are trying to accomplish can not be done with just CSS and HTML. What you want would also need some other programming like javascripting, asp or php.
I can not follow your link as posted in this forum, however, make sure you have set you width on the outside div and then set the margins left and right to auto. This should work. I am assuming this...