User Profile
Collapse
-
I have. I have found nearly 65 different solutions and was hoping for some real world testimony here. -
Credit Card Processing?
I am building a store for a customer using OSCommerce, but am not sure what the best way to set up credit card processing is. There seems like there are so many options that will work with OsCommerce. Anybody here have any good recomendations? -
Well i did a complete code rewrite. I was able to achieve a the same exact look but removed all of the erros I discussed in this post.
I will post a link and the follow up code once I transfer all of the information over to the new code base.Leave a comment:
-
Which div? I have tried various combinations but may have not found the right combination.Leave a comment:
-
I hope all of the geniuses around are just struggling too, otherwise nobody cares.Leave a comment:
-
Positioning, Overlap, and greater than 100% height/width
Hello,
I have built a site that uses two divs, one verticle, and one horizontal as graphic style for the ite. The problem I am having is that if the browser is resized very small the divs are then smaller than the website is wide. I have tried fixed positioning but then i get the dreaded overlap when the browser is smaller than the website. Absolute positioning gets rid of the overlap but then brings on the width issue. Is there... -
P.S. I have tested on OS X Safari, FF, and Opera. I haven't had the chance to get on my windoze box yet.Leave a comment:
-
I added the div .highlight to the third column and found no difference. I also removed them completely again with no change.Leave a comment:
-
New CSS is as follows:
Code:body { background-color: #000; margin: 10px 0px 0px 0px; } h1 { font-size: 15px; } #block_1 { width: 800px; height: 125px; border-width: 0px; color: #FFF; margin: 0px auto 0px auto; background-image:url('../images/newtopheader.jpg'); } #navigation_block { width: 760px; border-width: 0px; color: #e20b0b;
Leave a comment:
-
All CSS errors are now fixed.
I am however still scratching my head on the column height.Leave a comment:
-
A one px height difference on one column?
I built a this sites http://www.ourzeal.com/walko/index.html . If you look closely at the far right column it is about 1 px higher than the other two. The source does validate. I can not however get this column fo level out. Any help would be much appreciated.
Right click to view source and the CSS looks like this:
[code=css]
body { background-color: #000;
margin: 10px 0px 0px 0px; }
... -
Oh, I use Crimson Editor but also have GoLive. I am not sure that Crimson does this.
I see what you are saying now. Perhaps I will try this in GoLive.Leave a comment:
-
I'm not sure that made any sense.
I use a template for each page, yet, everytime i need to change the menu to add a link i have to change every page. This is why i wanted to do an iFrame.Leave a comment:
-
Perhaps I will avoid them for now.
Maybe a Javascript or PHP setup would be better.Leave a comment:
-
Iframes - Pros/Cons
I am considering using an Iframe to set my websites menu. I want to do this so that I only have to change just the frame page and have the entires sites menu updated. I may also do this my footer to make it more easily updatable.
However, I have heard that using Iframes for this purpose sometimes doesn't work well. Though, no one has offered any reason as to why this is true. -
<iframe src="example.ht m" framborder="0"> </iframe>
the framborder set to 0 does the trick.
However, i am using xhtml strict and it doesnt validate.Leave a comment:
-
-
Getting rid of that pesky frame border in IE 7
is there a general rule i can use in my css like .frame {border: 0px;} or how can i do this? -
-
I would tend to believe that the most correct solution would be html side.
example:
<div id="background" >
<div id="1">
<div id="2">
</div>
</div>
</div>Leave a comment:
No activity results to display
Show More
Leave a comment: