Okay so it has been a while since I've been around but I am stumped on this issue.
So I have suddenly only been receiving incoming emails from the following: Telstra / Bigpond, my grandmother (using a @bigpond.com address), A friend (using a @internode.on.n et address)
However, the following have not been received: my @outlook.com, my @hotmail.com, my @yahoo.com, my @gmail.com, and my grandfather (who lives in the same...
User Profile
Collapse
-
MS Outlook 2010 Recieving only Partial Incoming Mail with no Error Code
-
That's odd Oh well thank you for your help -
Thank you mate I knew I was poking too closely at it.
However is there a way to get it to count regardless of the text caseLeave a comment:
-
Using COUNTIFS for counting multiple criteria
G'day, thanks for reading.
ok here is my problem. I have a timetable in excel which I am counting the hours for cells in the right hand side under categories. I am attempting to combine different types into single counts.
I have been having trouble and have thought about using the following statement however it is not working
Code:=COUNTIFS(B3:H22,"*Quiz*",B3:H22,"*Test*",B3:H22,"*Assessme
-
i am sorry but this is the HTML/CSS section of the forums
you may yeild better esults in the DHTML/Javascript sectionLeave a comment:
-
thank you so much mate i really do appreciate this, i have done what it is that i wanted already though
but i will need the:
Code:<!--[if IE 7 ]> Define path to stylesheet here <![endif]--> <!--[if IE 8 ]> Define path to stylesheet here <![endif]-->
Leave a comment:
-
phil gent,
even though this is not a html/css question i can safetly say that this is probably caused by not having a mac php server set up on the mac system.
if you would like to learn more on this subject invloving opening files on windows, mac, and linux/unix systems please refer to these published writings
http://oreilly.com/catalog/9780596157142
and this is the php server which is usable on all OS:
...Leave a comment:
-
okay mate this is not just a simple answer because this is an entire design and development approach i cannot just answer it on this page as there is too many specifics.
but i can provide you with a link which i have used on occations to help me with this particualar problem:
http://net.tutsplus.com/tutorials/si...-step-by-step/
if you find this helpful please...Leave a comment:
-
thank you heaps sudaraka but i have solved my own gradient problem..
but i am very interested in your link and post so i will mark it as answerLeave a comment:
-
hey sudaraka!
thanks heaps for your help but unfortuneatly i will not be hosting the website on a home server but on a online server...
do you happen to know any way of doing the same thing but using coding?Leave a comment:
-
Can you use if/else conditions in CSS?
I would like to use conditions in my CSS.
The reason is because for the life of me i cannot work out how to get linear gradients to display in IE browsers so i want to have browser to display an image instead if the browser is an IE browser and to display the linear gradient code if it is any other browser.
so far my code looks like this:
Code:#rightsidegradientbar { width:50px;
-
well ilya Kraft.
unfortuneately IE does not support most if any transitions done by using css3 although you may create a close to it illusion.
try adapting this piece of code:
Code:.NoLuckText { color:#7F0000; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; cursor: pointer;
Leave a comment:
-
hello veronika!
i am not entirely sure on what it is that you are trying to do when using the following line of code in your html:
Code:<form action="https://api.tropo.com/1.0/sessions?action=create" method="Get" target="_none" >
Code:<form action="text_message_sent.php"
Leave a comment:
-
how to allow IE browsers to see linear gradients
i have been having a little bit of difficulty with getting IE browsers to show linear gradients.
this is the code that i have used so far:
Code:#rightsidegradientbar { width:50px; background-image: -webkit-gradient( linear, right bottom, left bottom, color-stop(0.1, #FFFFFF), color-stop(0.78, #00CCCC), color-stop(1, #00CCCC)
-
I personally have not come across IE8 ever supporting inherit value for margin-left.Leave a comment:
-
how to round border corners in IE up to IE9 using css3
Does anyone know any way in which you can get any version of IE to display rounded corner borders on web pages?
please do not reference w3schools.com because i have already checked and they use images.
please i do hope that i will get an answer soon
thanks heaps in advance -
MusoFreak200 started a topic in page popup css and javascript code does not work outside of original test pagein Javascriptin page popup css and javascript code does not work outside of original test page
hello fellow programmers and lifeforms!
i have been working with a in page css and javascript popup message box which will display correctly when used in the original test page but when i have attempted to add it into the source code of every other form of page, it will not display correctly.
it is supposed to look similar to what this site does when you click expand on the code.
i was wondering if anyone could...Last edited by MusoFreak200; Jun 26 '11, 06:56 AM. Reason: to add and improve the information because of the lack of people being able to help -
the main difference in CSS2.0 between the :after and :before pseudo-class selectors are:
:after class is nomally used to insert some form of content after the stated element.
whereas the :before class will place the content before the stated element.
e.g
p:after will insert content after every <p> element
Vs
p:before whill insert content before every <p> element...Leave a comment:
-
it sounds like you are looking at the use of css3 and maybe some html5.
i cannot give you the code at the moment but what i can do is i can point you into the correct direction
follow this link to a tutorial for image and text borders in css3
http://www.w3schools.com/css3/css3_borders.asp...Leave a comment:
No activity results to display
Show More
Leave a comment: