I think adding <div style="clear:both;"> after your recent_info div is closed should clear that up.
Type: Posts; User: tonyking; Keyword(s):
I think adding <div style="clear:both;"> after your recent_info div is closed should clear that up.
I am trying to show a modal popup window with confirmation to users of my web app. Problem is I can't get it to render correctly in firefox. Can anyone help me out here? Both browsers alert that it's...
<h2>Text you want in the headers</h2>
<p>Text you want in the paragraph</p>
Fixed, forgot to add overflow:hidden attributes to my containers. Thanks for all the replies :rolleyes:
There's an entire section here at dynamicdrive devoted to tooltips. you can check them out here:
http://www.dynamicdrive.com/dynamicindex5/index.html
Looks like your logo is inside paragraph <p> tags. Paragraph tags come with default margins in most browsers. You can override the margins using .css or just move your logo outside of the paragraph...
First tip, loose the tables. Find some tutorials on .css and div's and start methodically replacing them. It will make your life easier and make much more presentable content.
Second tip, you...
Off the top of my head I don't think that's possible without server side scripting to determine a user's screen resolution first, before building the page. So it would require more coding than css.
Using multiple style sheets is definitely acceptable. I have several sites that use various different style sheets for the same content, sometimes on the same page.
Example: a user visits my...
You <h2>tags</h2> Should be before the paragraph (p) tags. Move them outside of the paragraph.
http://stlflops.com/ss.png
Here's a screenshot of what I mean, a live link is not possible. The right content should be at the top even with Left menu Content.
This is driving me absolutely bonkers. If anyone can spot what I'm missing I would greatly appreciate it. I'm trying to get a left menu div to float left, and a content div to float right. No matter...
It works! The input is case sensitive but at this point WHO CARES! IT WORKS! lol
Here's the final code I tested:
<?php
$usercode = $_POST['code'];
$realcode = array('1XB4', '2XB5', '3GG',...
Well this is depressing, I changed the values to 5 digits, aa592.. bb592... etc and nothing works right.
Why do I even bother with php
>.<
Lol, this is making no sense to me but check this out...
Now with this code:
<?php
$usercode = $_POST['code'];
$realcode = array('1', '2', '3', '4', '5');
$match = "false";
Ok I made some changes and still have erros.
Here's the form:
<form name="raffle" action="http://n2flash.com/raffle.php" method="post">
<input name="code" maxlength="25" size="20"...
Or not.. >.< Wish I knew this stuff better. here's the code I am using:
<?php
$usercode = $_POST['code'];
$codes = array('1', '2', '3', '4', '5');
$match = "false";
foreach ($codes as...
Awesome I think that's exactly what I need, then I can just replace the "Valid Code" message with an email script & redirect.
Thanks, one question as I don't know the syntax. How do I code it for multiple "real codes"? There will be 10 or so.
Eventually yes, but for right now I don't mind hard coding 10 into the script itself just to get me by.
Hello, I have a very simple form where a user will enter a "code". I want to check that code to make sure it matches a list of codes. If it does the code will be emailed to me, and they would be...
I have this .fla file I am working on (attached to this post)....
Basically it's a "smokey" intro animation which reveals my logo. I am trying to get it to resize to the movie window automatically...
I haven't tried to play with the z-index, that could work. The tile needs to be there because some pages are 3 screens long, some are half a page, etc etc. Plus there will be a footer image once I...
Don't think that will help either. here is what I am working on:
www.stlpicks.com
Right underneath the menu is the start of a division called "bodybg", where I tile the white background image....
Can't do that because it repeats on a y axis, so I would have transparent stripes across the page.