Raylight2's Posts
Nairaland Forum › Raylight2's Profile › Raylight2's Posts
1 2 3 4 5 6 7 8 ... 78 79 80 81 82 83 84 85 86 (of 105 pages)
Thanks to u bro. U're gr8. |
Thanks. I'm still in the leaning process. My next site for review will be better. |
I made the width 70% on devices above 480px. Or should I make it wider? I decided to use IEMobile since I wanted it to look correct in all devices which I couldn't get in contact with. |
K. Thank u. |
Please, I need your views. Tell me how it looks on your device. It'll be up for review for just a week. Pls |
@yawa-ti-de: this is a link to the site http://gadgetslim.com/raylight . it's like the stylesheet for mobile devices is missing. |
This' my very first. I did myself. Your comment on this is highly appreciated. It doesn't show well on mobile probably because the 'mobile.css' file i created is missing. Don't bother about the contents on the pages cuz it will undergo further update before it is sent up finally. The link to the site is http://gadgetslim.com/raylight . As i said earlier on it's not proper on mobile devices. Thank u. |
thanks for helping me. i've been able to access it online but it's seems as if the file 'mobile.css' is missing cuz it didn't read properly on mobile. please, help me fix this. thanks. |
Wow, dat's gr8. Thank u. |
@webdezzi: I've forwarded it to your box. 07063073339 |
All right. I'll dump it. Thanks |
Ok thank u. I'll send it 2moro. The subdomain name is ok. Thanks |
TOPIC: AUDITOR/CLIENT CONFLICT AND AUDIT INDEPENDENCE If approved, get contents about 60 pages sent directly to ur box for a certain amount. Call 07063073339 or mail: raylight4lyf63@gmail.com. This is no scam. Hurry. |
I'm new in this and have got no domain or subdomain. Just want to put it up for review for as long as u wish. Thanks |
Thanks. I did something similar earlier today, i used: <!--[if gte IE 5]> <link rel="stylesheet" href="my-style.css" type="text/css"> <![endif]--> it supported IE 6. I'l nid to add the meta tag. I'm particularly interested in making my site support IE6 cuz commonly used Window XP makes use of IE6. Do u have a blog, personal site or a fan page on fb? I like to be one cuz you've helped me so much. Thank u. |
IE 9 supports the media queries i wrote initially it was just those lesser than it that didn't support it. I tested the conditional statements alongside the media queries on IE9 and IE6 and it was in order. You should endeavor to make your code as generic as possible so that it is browser-independentIf this requires me using jscript, it's going to be challenging cuz I've no very little idea on javascript at the moment. The codes on http://james.padolsey.com/javascript/detect-ie-in-js-using-conditional-comments/ didn't work for me. Can you pls give a sample of a generic code u used in any of ur projects? |
@yawa-ti-de: these codes worked for me <!--[if lt IE 9]> <style type="text/css"> /* css documents */ </style> <![endif]--> What are the shortcomings of this codes if any? |
Perhaps i nid take a course on javascript. The copy and paste from that site didn't work. |
I can say I've known css to an extent like creating layouts, styling ur page, creating inline/external stylesheets, writing mediaqueries, formating web pages. What else do i need to know in css b4 I proceed to the next level. |
Pls, can u give me the codes and tell me how to apply them to my page. Many thanks to u. |
Teach me how to create mobile view of my site using media queries so i start exploring like u guys. This year is still fresh. I wanna have a success story to tell like each one of u. Pls help me. Pls |
How do i use dynamic design? Pls tell me. |
Thanks, i now got it set on mobile when I used media queries but it then affected it's view on IE which shows that the version doesn't support media queries by loading the stylesheet for mobile instead the one i set for screen. How then do i apply these stylesheets to devices that do not support media queries. |
<link rel="stylesheet" href="my-style.css" media="screen"> <link rel="stylesheet" href="mobile.css" media="handheld"> I used the above links to link the css stylesheet with the index page. the format used below to write the stylesheet for mobile. when i previewed on my phone, some mobile devices responded to it while others loaded that of screen. is my format wrong pls tell me. I'm trying to get the mobile view of my site.(still on my PC). @media only screen (max-device-width:480px) { body { width:n%; background-color:#x; } } |
thanks for your contribution. |
I finally got wat I've been trying to get. I just discovered that creating a separate stylesheet makes the site fits mobile devices since they can't interpret css files. Thanks to you all for your contribution to my question. Especially U!!! |
Still d same. Thanks. I'll keep trying till i get wat i wnt. |
Ok. Thank u. Can u pls write a simple code using div that fits mobile and the computer. So i c how it's done. The navigator bar i did overlaps when viewed on mobile with small screens. |
It seems as if designing a site using tables is easily arranged on mobile devices and different computer resolution than using 'div'. Is it advisable one uses it? Responses pls |
@yawa-ti-de: thanks |
You've all got me confused! |
1 2 3 4 5 6 7 8 ... 78 79 80 81 82 83 84 85 86 (of 105 pages)