Feelme3's Posts
Nairaland Forum › Feelme3's Profile › Feelme3's Posts
1 2 3 4 5 6 7 8 ... 21 22 23 24 25 26 27 28 (of 28 pages)
JUST ARRIVED HTC HD2 (New) Only 3 pcs |
I no wan risk ban o! Make una read the story una self http://www.nydailynews.com/news/national/2011/08/31/2011-08-31_new_mexico_state_police_officer_caught_on_tape_having_sex_while_onduty.html |
I don't know when it became a fad to call the our President names! Even when Saul was rejected by God, David still revered him by virtue of his authority. I have been reading some criticisms online and in print that would have been reasonable but otherwise made me lose the respect hitherto had for the authors. To paraphrase Obama, "to all those who didn't vote for GEJ, never liked him, and will stone him if given the chance to, please be rest assured that he hears your whines and tantrums, He is you president too!" Anyway, thank God for democracy and the internet, or how else will folks who have never handled a soup-pot budget come out boldly to advertise their rudeness in the public domain all in the name of attacking GEJ all the while forgetting that beyond the individual is the office of THE PRESIDENT, Our President (whether dem like am or not)! ![]() |
Nigeria has only one Embassy in the U.S. Its in DC. I am yet to hear of a country with two embassies in a country. Who told you that? Nigeria has 2 embassies, at least the ones I know of in D.C and New York. Last April my fiancee wanted to come down and we called those embassies for visa app & God knows how many times. And the day we got lucky, only to be told that the key people have gone to Nigeria to support GEJ. Google em and try calling them if dem go pick am at the first ring. You go even shame when you see our website (and dem go tell you how many million dollars dem take build the crap). Na naija for you. |
@naijangel7. Abeg, laffta overdose fit kill. I no fit breathe again. Abeg no put mouth for this topic again, abeg. |
![]() Bestest post I've read on NL. Thank you Nairalanders. Thank you Uju 1 aka small madam, aka General Uju, aka (all join). Thank you for the great laff. Now, I can go cuddle with ma babe and assure her say I neva kolo with the way I was laffing. Abeg come up with part 2 and let the war began ![]() |
G.A.YS against the rest of the sound minds!!! ![]() I think it'll fit em more with no shirts on and showing their pierced n/ipples and belly buttons. |
Ummm, almost 20hours after the bomb blast. I thought there's someone called IG of police, who was supposed to be the first to talk to the press and let us know (as usual) how they are going to apprehend the perpetrators of this dastardly act. By the way, does anybody know the expiration date that is on our certificate as a Federal republic ? |
SOLD OUT!! Waiting list for 2nd week of September! Thank you! Thank you!! Thank you!!! |
Almost sold out! HTC HD2 (2PCS remaining) @Teddy, man, like we discussed, if you can wait till next month, fine. But if you really want this, I think I'll be able to do a lil on it for you based on what you said. Holla me. @Amaka, I don't see you here on NL. Pls, I wudnt advice you send me any money at the moment as I can't guarentee you the product yet. And money no dey stay with man, you know now ![]() And thanks y'all for your patronage. Please make una dey drop una lines here on NL for PR, lol. |
[quote author=*dhtml link=topic=739520.msg8973896#msg8973896 date=1313937099]Sorry, i have forgotten that these days, the tags breakdown and all those nonsense. In real life, i dont use the mail function directly again - i will use all them phpwrappers. I think you can download it from: http://sourceforge.net/projects/phpmailer/files/phpmailer%20for%20php5_6/PHPMailer%20v5.1/[/quote]Ok, will check it out, |
@dhtl, good afternoon and hope your Sunday is going great (except ofcos me trying to disturb your nap) Ok, I tried the code and below is the output I received. Feedback Form Results Hide Details FROM: edyfriendslink@yahoo.com TO: edyfriendslink@yahoo.com Message flagged Sunday, August 21, 2011 1:50 PMMessage body <table> <tr><td>First Name:</td><td>Edet</td></tr> <tr><td>Last Name:</td><td></td></tr> <tr><td>E-mail:</td><td>edyfriendslink@yahoo.com</td></tr> <tr><td>Work Phone:</td><td></td></tr> </table> I was hoping it would break into new lines without the table tags showing. Do you think I can embed css in place of the table to achieve the result? And, I was thinking, can u make a recommendation of a good php tutorial for a beginner where I can start off? Thanks. |
mfranc, Been following your tutorials and want to appreciate your taking time out to do this. Ok. I've downloaded and installed the joomla on ma computer. My questions: 1. From your analogy on sections and categories, can I assume the sections to be like the menus on navigation. e.g HOME, ABOUT, CONTACT, etc? 2. I downloaded some free joomla templates but I can't seems to change the default template, even after I've selected the desired template and saved, when I run it on my browser it still displays the old template. I hope you woudn't mind but I ask loads of questions when am in class so I can understand better. Nice job you are doing here for us. |
@teddy, wow. thanks for holding brief for me. Had to attend to some other stuff. Miss nairaland too much. Ok pple, Pls, am not claiming to be a phone expert so I might not know much about the technicalities but I'll only answer to question I know the answers. just arrived HTC HD2 (5PCS New) = 65k Samsung 19000 galaxy s (3pcs NEW) = 75K HTC HD7 (1PC NEW) = 75K HTD INCREDIBLE S (1pc) = 80k All in from the US. 16G SD card, all accessories. First call basis, Looking for to your patronage. Ciao! |
caramba DHTML ![]() I always tell people you are the wizard. Kai! I got it working with the snippet you added. But, how do I make the appropriate ID names show with the FORM msg? E.g. FIRST NAME: XXXXX LAST NAME: XXXXX PHONE: 080XXXXXX etc I know say you are a very busy man so don't even start telling me about it ![]() Thanks man! |
Please can anybody help me with this code. Am trying to process my form for the 1st time with php and its not going as I've been made to believe. I've submited the for three times but yet to recieve it in the specified email address. Please, am I missing something? Abeg, sombody please help. the FORM <script src="js/functions.js"></script> <form method="post" action="sendmail.php" onSubmit="return validateForm(Array('FirstName', 'LastName', 'Email', 'WorkPhone'), this);" name="contact" id="contact"> <input type="hidden" name="Source" value="9" /> <div class="set" id="req-fields"> <h3>Required Info</h3> <label for="FirstName" class="required">First name</label> <input type="text" name="FirstName" class="text" /><br class="clear" /> <label for="LastName" class="required">Last name</label> <input type="text" name="LastName" class="text" /><br class="clear" /> <label for="Email" class="required">Email</label> <input type="text" name="Email" class="text" /><br class="clear" /> <label for="WorkPhone" class="required">Daytime phone</label> <input type="text" name="WorkPhone" class="text" /><br class="clear" /> <div class="field-note">(to discuss your needs and make specific recommendations)</div> <div class="clear"></div> <div class="continue-arrow"></div> </div> <div class="set" id="opt-fields"> <h3>Helpful Info <span class="note">(optional)</span></h3> <label for="BestTimeToContact">Best time to reach you</label> <input type="text" name="BestTimeToContact" class="text" /><br class="clear" /> <label for="DepartureCity">Departure city</label> <input type="text" name="DepartureCity" class="text" /><br class="clear" /> <label for="Destination">Destination</label> <input type="text" name="Destination" class="text" /><br class="clear" /> <label for="TravelDates">When will you travel?</label> <input type="text" name="TravelDates" class="text" /><br class="clear" /> <label for="NumberOfNights">How many nights?</label> <select name="NumberOfNights"> <option>Please select</option> <option value="1-2 Nights">1-2 Nights</option> <option value="3-6 Nights">3-6 Nights</option> <option value="7-9 Nights">7-9 Nights</option> <option value="10-14 Nights">10-14 Nights</option> <option value="Over 14 Nights">Over 14 Nights</option> </select><br class="clear" /> <label for="PerPersonBudget">Your per-person budget</label> <select name="PerPersonBudget"> <option>Please select</option> <option value="under $1000">under $1000</option> <option value="$1001 - $1500">$1001 - $1500</option> <option value="$1500 - 2500">$1500 - 2500</option> <option value="$2501 - $5000">$2501 - $5000</option> <option value="$5000+">$5000+</option> </select><br class="clear" /> <!-- <label for="TravelStyle">Your travel style</label> <select name="TravelStyle"> <option>Please select</option> <option value="Deluxe/luxury">Deluxe/luxury</option> <option value="Good Quality/moderate">Good Quality/moderate</option> <option value="Budget/basic">Budget/basic</option> </select><br class="clear" />--> <label for="HowHeardAbout">How did you hear about us?</label> <select name="HowHeardAbout" class="wide"> <option>Please select</option> <option value="Amtrak.com">Amtrak.com</option> <option value="AOL">AOL</option> <option value="CNBC">CNBC</option> <option value="CruiseCritic">CruiseCritic</option> <option value="Cruiseline referral">Cruiseline referral</option> <option value="Email Specials">Email Specials</option> <option value="Friend/Customer referral">Friend/Customer referral</option> <option value="Google">Google</option> <option value="Google Ad Words">Google Ad Words</option> <option value="Magazine">Magazine</option> <option value="Mailer">Mailer</option> <option value="MSN">MSN </option> <option value="Newspaper">Newspaper</option> <option value="NorthWest Airlines">Northwest Airlines</option> <option value="NWA.com">NWA.com</option> <option value="NWA Worldsperks Visa">NWA Worldsperks Visa</option> <option value="Radio/TV">Radio/TV</option> <option value="TravelZoo">TravelZoo</option> <option value="US Bank">US Bank</option> <option value="Yahoo">Yahoo</option> <option value="Other Search Engine">Other Search Engine</option> <option value="Other">Other</option> </select><br class="clear" /> <label for="Comments" class="comments">Anything else you'd like us to know about this trip so we can best meet your needs</label> <textarea name="Comments"></textarea><br class="clear" /> <div class="clear"></div> <div class="continue-arrow"></div> </div> <div id="submit-box"> <div id="captcha"> <img src="form/captcha.php" alt="" /><br/> Please enter the code shown above: <input MAXLENGTH="8" SIZE="8" name="userstring" type="text" value=""/> </div> <button type="submit">Contact Us!</button> </div> </form> The sendmail php code <?php $FirstName = $_REQUEST['FirstName'] ; $LastName = $_REQUEST['LastName'] ; $Email = $_REQUEST['Email'] ; $WorkPhone = $_REQUEST['WorkPhone'] ; mail( "edyfriendslink@yahoo.com", "Feedback Form Results", $FirstName, $WorkPhone, $Email ); header( "Location: http://www.multiterrain.com/thankyou.html" ); ?> |
Please can anybody help me with this code. Am trying to process my form for the 1st time with php and its not going as I've been made to believe. I've submited the for three times but yet to recieve it in the specified email address. Please, am I missing something? Abeg, sombody please help. the FORM <script src="js/functions.js"></script> <form method="post" action="sendmail.php" onSubmit="return validateForm(Array('FirstName', 'LastName', 'Email', 'WorkPhone'), this);" name="contact" id="contact"> <input type="hidden" name="Source" value="9" /> <div class="set" id="req-fields"> <h3>Required Info</h3> <label for="FirstName" class="required">First name</label> <input type="text" name="FirstName" class="text" /><br class="clear" /> <label for="LastName" class="required">Last name</label> <input type="text" name="LastName" class="text" /><br class="clear" /> <label for="Email" class="required">Email</label> <input type="text" name="Email" class="text" /><br class="clear" /> <label for="WorkPhone" class="required">Daytime phone</label> <input type="text" name="WorkPhone" class="text" /><br class="clear" /> <div class="field-note">(to discuss your needs and make specific recommendations)</div> <div class="clear"></div> <div class="continue-arrow"></div> </div> <div class="set" id="opt-fields"> <h3>Helpful Info <span class="note">(optional)</span></h3> <label for="BestTimeToContact">Best time to reach you</label> <input type="text" name="BestTimeToContact" class="text" /><br class="clear" /> <label for="DepartureCity">Departure city</label> <input type="text" name="DepartureCity" class="text" /><br class="clear" /> <label for="Destination">Destination</label> <input type="text" name="Destination" class="text" /><br class="clear" /> <label for="TravelDates">When will you travel?</label> <input type="text" name="TravelDates" class="text" /><br class="clear" /> <label for="NumberOfNights">How many nights?</label> <select name="NumberOfNights"> <option>Please select</option> <option value="1-2 Nights">1-2 Nights</option> <option value="3-6 Nights">3-6 Nights</option> <option value="7-9 Nights">7-9 Nights</option> <option value="10-14 Nights">10-14 Nights</option> <option value="Over 14 Nights">Over 14 Nights</option> </select><br class="clear" /> <label for="PerPersonBudget">Your per-person budget</label> <select name="PerPersonBudget"> <option>Please select</option> <option value="under $1000">under $1000</option> <option value="$1001 - $1500">$1001 - $1500</option> <option value="$1500 - 2500">$1500 - 2500</option> <option value="$2501 - $5000">$2501 - $5000</option> <option value="$5000+">$5000+</option> </select><br class="clear" /> <!-- <label for="TravelStyle">Your travel style</label> <select name="TravelStyle"> <option>Please select</option> <option value="Deluxe/luxury">Deluxe/luxury</option> <option value="Good Quality/moderate">Good Quality/moderate</option> <option value="Budget/basic">Budget/basic</option> </select><br class="clear" />--> <label for="HowHeardAbout">How did you hear about us?</label> <select name="HowHeardAbout" class="wide"> <option>Please select</option> <option value="Amtrak.com">Amtrak.com</option> <option value="AOL">AOL</option> <option value="CNBC">CNBC</option> <option value="CruiseCritic">CruiseCritic</option> <option value="Cruiseline referral">Cruiseline referral</option> <option value="Email Specials">Email Specials</option> <option value="Friend/Customer referral">Friend/Customer referral</option> <option value="Google">Google</option> <option value="Google Ad Words">Google Ad Words</option> <option value="Magazine">Magazine</option> <option value="Mailer">Mailer</option> <option value="MSN">MSN </option> <option value="Newspaper">Newspaper</option> <option value="NorthWest Airlines">Northwest Airlines</option> <option value="NWA.com">NWA.com</option> <option value="NWA Worldsperks Visa">NWA Worldsperks Visa</option> <option value="Radio/TV">Radio/TV</option> <option value="TravelZoo">TravelZoo</option> <option value="US Bank">US Bank</option> <option value="Yahoo">Yahoo</option> <option value="Other Search Engine">Other Search Engine</option> <option value="Other">Other</option> </select><br class="clear" /> <label for="Comments" class="comments">Anything else you'd like us to know about this trip so we can best meet your needs</label> <textarea name="Comments"></textarea><br class="clear" /> <div class="clear"></div> <div class="continue-arrow"></div> </div> <div id="submit-box"> <div id="captcha"> <img src="form/captcha.php" alt="" /><br/> Please enter the code shown above: <input MAXLENGTH="8" SIZE="8" name="userstring" type="text" value=""/> </div> <button type="submit">Contact Us!</button> </div> </form> The sendmail php code <?php $FirstName = $_REQUEST['FirstName'] ; $LastName = $_REQUEST['LastName'] ; $Email = $_REQUEST['Email'] ; $WorkPhone = $_REQUEST['WorkPhone'] ; mail( "edyfriendslink@yahoo.com", "Feedback Form Results", $FirstName, $WorkPhone, $Email ); header( "Location: http://www.multiterrain.com/thankyou.html" ); ?> |
My people, I greet una. Please, am trying out for the first time to process a Form with php. Somhow, the Form seems to work and even show me the 'thankyou.html' page after I submit but I've been waiting for the form contents (slept and woke up) and it has refused to come reach the email address I directed it to. I've change the email and tried and its still hanging out there in space. So please can somebody graciously take a look at my codes and show me my short-sightedness. Here's the HTML for the form. <script src="js/functions.js"></script> <form method="post" action="sendmail.php" onSubmit="return validateForm(Array('FirstName', 'LastName', 'Email', 'WorkPhone'), this);" name="contact" id="contact"> <input type="hidden" name="Source" value="9" /> <div class="set" id="req-fields"> <h3>Required Info</h3> <label for="FirstName" class="required">First name</label> <input type="text" name="FirstName" class="text" /><br class="clear" /> <label for="LastName" class="required">Last name</label> <input type="text" name="LastName" class="text" /><br class="clear" /> <label for="Email" class="required">Email</label> <input type="text" name="Email" class="text" /><br class="clear" /> <label for="WorkPhone" class="required">Daytime phone</label> <input type="text" name="WorkPhone" class="text" /><br class="clear" /> <div class="field-note">(to discuss your needs and make specific recommendations)</div> <div class="clear"></div> <div class="continue-arrow"></div> </div> <div class="set" id="opt-fields"> <h3>Helpful Info <span class="note">(optional)</span></h3> <label for="BestTimeToContact">Best time to reach you</label> <input type="text" name="BestTimeToContact" class="text" /><br class="clear" /> <label for="DepartureCity">Departure city</label> <input type="text" name="DepartureCity" class="text" /><br class="clear" /> <label for="Destination">Destination</label> <input type="text" name="Destination" class="text" /><br class="clear" /> <label for="TravelDates">When will you travel?</label> <input type="text" name="TravelDates" class="text" /><br class="clear" /> <label for="NumberOfNights">How many nights?</label> <select name="NumberOfNights"> <option>Please select</option> <option value="1-2 Nights">1-2 Nights</option> <option value="3-6 Nights">3-6 Nights</option> <option value="7-9 Nights">7-9 Nights</option> <option value="10-14 Nights">10-14 Nights</option> <option value="Over 14 Nights">Over 14 Nights</option> </select><br class="clear" /> <label for="PerPersonBudget">Your per-person budget</label> <select name="PerPersonBudget"> <option>Please select</option> <option value="under $1000">under $1000</option> <option value="$1001 - $1500">$1001 - $1500</option> <option value="$1500 - 2500">$1500 - 2500</option> <option value="$2501 - $5000">$2501 - $5000</option> <option value="$5000+">$5000+</option> </select><br class="clear" /> <!-- <label for="TravelStyle">Your travel style</label> <select name="TravelStyle"> <option>Please select</option> <option value="Deluxe/luxury">Deluxe/luxury</option> <option value="Good Quality/moderate">Good Quality/moderate</option> <option value="Budget/basic">Budget/basic</option> </select><br class="clear" />--> <label for="HowHeardAbout">How did you hear about us?</label> <select name="HowHeardAbout" class="wide"> <option>Please select</option> <option value="Amtrak.com">Amtrak.com</option> <option value="AOL">AOL</option> <option value="CNBC">CNBC</option> <option value="CruiseCritic">CruiseCritic</option> <option value="Cruiseline referral">Cruiseline referral</option> <option value="Email Specials">Email Specials</option> <option value="Friend/Customer referral">Friend/Customer referral</option> <option value="Google">Google</option> <option value="Google Ad Words">Google Ad Words</option> <option value="Magazine">Magazine</option> <option value="Mailer">Mailer</option> <option value="MSN">MSN </option> <option value="Newspaper">Newspaper</option> <option value="NorthWest Airlines">Northwest Airlines</option> <option value="NWA.com">NWA.com</option> <option value="NWA Worldsperks Visa">NWA Worldsperks Visa</option> <option value="Radio/TV">Radio/TV</option> <option value="TravelZoo">TravelZoo</option> <option value="US Bank">US Bank</option> <option value="Yahoo">Yahoo</option> <option value="Other Search Engine">Other Search Engine</option> <option value="Other">Other</option> </select><br class="clear" /> <label for="Comments" class="comments">Anything else you'd like us to know about this trip so we can best meet your needs</label> <textarea name="Comments"></textarea><br class="clear" /> <div class="clear"></div> <div class="continue-arrow"></div> </div> <div id="submit-box"> <div id="captcha"> <img src="form/captcha.php" alt="" /><br/> Please enter the code shown above: <input MAXLENGTH="8" SIZE="8" name="userstring" type="text" value=""/> </div> <button type="submit">Contact Us!</button> </div> </form> The [b]'sendmail.php' [/b]code: <?php $FirstName = $_REQUEST['FirstName'] ; $LastName = $_REQUEST['LastName'] ; $Email = $_REQUEST['Email'] ; $WorkPhone = $_REQUEST['WorkPhone'] ; mail( "inifriendslink@yahoo.com", "Feedback Form Results", $FirstName, $WorkPhone, $Email ); header( "Location: http://www.multiterrain.com/thankyou.html" ); ?> Abeg, make somebody help me, abeg. ![]() |
WTF is wrong with our Excerpts: For the umpteenth time, the Universal Basic Education Commission (UBEC) last week announced that it had N30.6 billion Universal Basic Education (UBE) special intervention funds for the 36 states and the Federal Capital Territory in its kitty. The Education Trust Fund (ETF) is also waiting for all the states and FCT to claim their allocation of N43 billion for basic and secondary education. That makes more than N73 billion funds that is now practically idle. http://allafrica.com/stories/201108181019.html |
[quote author=*dhtml link=topic=718296.msg8764388#msg8764388 date=1311289434]And you are sure that ehm your server supports .htaccess? and the rewrite engine is on? Abi petrol don finish for the rewrite engine ni?[/quote]How I go check weda the server dey support .htaccess? Na wa oh, U dey always forget say I be registered student for ur class oh. @Mobinga, so am going to have to create that for all the pages? I have almost 20pages. Isn't there a better way or simpler way than this? |
Hello, I want to remove the file extensions on my webpages , for example www.mydomain.com/index.html to show www.mydomain.com Can someone please tell me how i can hide the extension of the page(s)? I've read and applied the .htaccess to my root folder public_html but still no effect so i need you guys help.THanks Here's the code on my .htaccess file Options +FollowSymlinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^.]+)/?$ $1.html?%{QUERY_STRING} [L] |
mplusp:WOW!. that WAS error. thanks a mill. corrected it. And I added few px to the box1 and they look much better than before. Will put those values on the images. read it up and it actually will help load the pages faster. You are right. Keep hitting me. Am learning and its such a wonderful xperience. And umm, thanks for the color. Am black! ![]() |
Dual Core:Ehen, I feel like I belong now. Thanks. Am going thru the link. |
Dual Core:@dualCore. Don't get you. Can you xplain wot u mean pls? Tho am yet to link some pages. And you of all ppl never tell me how I rated ![]() @mplusp, I so much appreciate your taking time out to make observations. am yet to receive the domain name for the site so i decided to host on a sub. ok. on the box1 div, 1px more and it pushes out in IE (And I can't seem to get my nice shadow effect to work on the friggin browser!!)The image tag values, some1 said it'll add unnecessary bytes to the markup, i dunno. If not, then am adding them like u said. On the colors, I feel safer with them dark hues, anything outside I'll feel g.a.y unless u have a suggestion I can try out.And thanks soo much for the compliment! And oh, i just bookmarked tpcreate, |
@OmniPotens, greatly appreciate your points. The div below nav, am still considering if a search/log in box will be there. that depends on the client. On contact, still waiting for the info. Thanks for the compliments ![]() |
Hello poeple, I'd love you guys to critique this site http://on.nigautoguide.com/index.php Its my first "professional" job and I'd like to know what you think. Will greatly appreciate if you make a point and tell me a better way to achieve whatever "error" on the project. Am always open and eager to learn from better heads. PS: Special thanks to Dual core, I_want_to, yawatide for their invaluable inputs wenever d thing hook me. You guys are doing a great work. God bless you. Thanks. |
@ayztech, IPADs are Apple and Samsung. SPECS. Screen - 9" LED-backlit glossy widescreen Multi-Touch display with IPS technology and 1024 x 768 resolution. Operating System - iPad runs on a Apple iOS 4 operating system. Samsung Android 2.2 Froyo OS. Processor and RAM - Apple iPad has 1GHz Apple A4 custom-designed processor with 256MB of RAM. Here, Galaxy Tab kicked rules with 1.0GHz Application Processor with 512Mb of RAM Camera - Samsung offers dual camera. The rear camera has 3.1 megapixel resolution with LED flash. The front facing camera gives 1.3 megapixel for video calling. Memory and SD card - Apple iPad is in 16Gb, 32Gb, and 64Gb models but, Samsung only 16Gb and 32Gb models. Went for 85k for Apple and 75 for Samsung. 5pieces. Sold out. |
Sorry peeps. Been away on some other projects. Don't have any stock at the moment. @Teddydonny, basically I do HD2, Legend, and Desire. Am expecting to get Thunderbolt with ma next order sometime ending of this month by God's grace. But you can tell me ur preferred model and I'll give u a quote if its ok with you, then we can do biz. @LxpG, yes, most of HTC phones run android and the price depends on the product and its condition. I usually have from new to some months old used. The used comes in cheaper and really, except for the box and incomplete accessories (which u fit buy from village) the phones are in great condition. I get the stock from the carriers directly (make u no ask me how )So, I'll be keeping u guys posted once it comes in but there are lots of ppl standing by and am loving the lil brisk business. God bless y'all. Am out. |
[quote author=yawa-ti-de link=topic=689020.msg8513876#msg8513876 date=1308011177]Your above code won't work in IE because: 1) Anything less than IE8 does not support CSS3, and 2) IE9 is barely scratching the surface, with respect to supporting CSS3 So what can you do? 1) Either practice "graceful degradation" where the page looks good in all compliant browsers but looks "the normal way" in non-compliant browsers, OR 2) You add an IE-specific rule to your rule above like so: FILTER: DropShadow(Color=#0066cc, OffX=5, OffY=-3, Positive=1); good luck![/quote]I applied the above code and removed it as fast as I put it. I guess my luck didnt work. But again, I've tried looking through the source code of the page http://www.skollfoundation.org/about/mission/ which is what am trying to model but I got dizzy from the page and couldn't figure where the shadow effect was applied. Now I wonder how they achieve the "imageless" shadow effect for IE. |
Ok. Thanks. So far am getting better result with your advice. But, I notice IE doesn't display the shadow effect whereas it comes out cool in chrome and FF. Any idea why that is? Here's what I have used .shadow { -moz-box-shadow: 5px 5px 5px #ccc; -webkit-box-shadow: 5px 5px 5px #ccc; box-shadow: 5px 5px 5px #ccc; } |
Naija, great nation, wooonderful people. @Dual, I_want_to, you've giving me a headstart for the week. Thanks so much. Ok, i tried adding padding to the containin div and it ovaflows. How do i fix that? Actually, am trying to model my page exactly after this one http://www.skollfoundation.org/about/mission/ |
[quote author=*dhtml link=topic=689020.msg8508491#msg8508491 date=1307948130]Caramba! someone please help this guy. . .[/quote]dhtml, no be like wia person see christ e come refer am to hospital? Abeg, oga mi, at thy word I know say d proble go fix itsef, abeg. wetin dey wori me or the code? I wan dey like u wen I grow up. |
?

Instead of #myslides img you have #mylides img (the first s in myslides is missing, can this be an error?)
(And I can't seem to get my nice shadow effect to work on the friggin browser!!)