Tag Archives: Roadblock

Back to the drawingboard…

Fine, after seeing CSSZenGarden, We are humbled, and once reading Glyak’s CSS part one Tutorial, I decided to start screwing around which has a simple css layout. I immediately make a roadblock — Suprise! – coping with i. e. MY SPOUSE AND I created three instructional classes – a header, major, and menu. I positioned them according to the math with Glyak’s awesome short training, and tada! achievements in Firefox. Inside i. e., not so much. Seems to do using the padding, as when i remove it, Firefox as well as i. e. show similar thing. here’s several linkage. Extra padding on… Code: . head position: absolute; leading: 15px; left: 15px; width: 700px; height: 100px; background-color: #000000; extra padding: 5px; color: #FFEEDD . selection position: absolute; leading: 125px; left: 15px; width: 200px; height: 700px; background-color: #123456; extra padding: 5px; . main location: absolute; top: 125px; left: 225px; width: 490; levels: 565; padding: 5px; background-color: #556677; Padding away… Code: . head position: absolute; leading: 15px; left: 15px; width: 700px; height: 100px; background-color: #000000; /*padding: 5px; */ colouring: #FFEEDD . menu location: absolute; top: 125px; left: 15px; width: 200px; levels: 700px; background-color: #123456; /*padding: 5px; */ . major position: absolute; leading: 125px; … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

Forms handling

Hi-I am building a site that could sell classified posting space for horse. This is some sort of 3 part issue. 1)I must have customers complete a form so users can contact them if they are interested with an animal. When these kinds are travel between a user’s computer as well as the form handler… how do you make them safe from someone intercepting the actual info 2)Does anyone know of a good, easy variety handler I work with Dreamweaver and am not very good at html… yet. 2)So many web sites that sell categorized ad space ask you register. What exactly could be the purpose I’d alternatively not require this but will there be a good reason to undertake so Thanks a great deal of! Some folks will disagree with what I suggest, I’m just letting you know what works to do. 1) When i handle forms, MY SPOUSE AND I use Perl. MY SPOUSE AND I set method=" post" in my type tag which prevents the shape information from being displayed in the address bar. That helps maintain your information secure if the user is on the public computer connected with some sort. Nothing is going to be … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment