Couldnt the person just grab their ip and then locate them using their ip and change the timestamp according to their ip?
Type: Posts; User: Crazykld69; Keyword(s):
Couldnt the person just grab their ip and then locate them using their ip and change the timestamp according to their ip?
True setting it to auto
Crap I'm in South Carolina until Sunday. If you can wait until that long I can go thru your code more extensively and actually see what's going on. To me it seems like a float issue but I could be...
Best way to do this is using PHP with a database.
I can set it up which isn't hard to do.
Ah i usually have this problem using DIV TABLES in ie. The only way i found to fix this problem is actually making something like this:
<!--[if gt IE 5.5]>
<link rel="stylesheet"...
What I'm trying to do: I'm trying to make it so that the button reset the number to a certain value that the button is saved to. If it is selected then it will reset the the item in the array....
<!--[if lt IE 8]>
.cssname {
same code just change the top position so it works.
}
<![endif]-->
That should be it. xD
This may help you a lot
You have a website up and running?
It is not saved in the same place. I am not sure where you have saved the files.
Post all the code you have?
I think the reason is that there is a size issue making it "push" invisible space to the side expanding it making it appear. Also that depends on the web browser and how it reads the code. For the IE...
Umm can you add JavaScript to your code?
If so you can do an IE hack to hide the scrollbar
where do you want to align them?
I am trying to explain that xD
You will have to give each one separate Id tags and in those id tag add "margin-top: ###"
I think it might be because it is not reading the code correctly or something is actually larger then usual so it will not get rid of the scroll bar...
... some combinations with ‘visible’ are not...
Im guessing you dont want some of them appearing where they are appearing now. i suggest changing the margin-bottom (or top), This might cause you to make each one a different id.
I can be...
Ok this works in chrome. Its like a color hack:
add this to the head
function changeColor(idObj,colorObj)
{
document.getElementById(idObj.id).style.color = colorObj;
}
...
Uhh? How can we help you... I dont even know what the problem is >.>
Yep that means you have to change
#lang_sel ul ul {visibility:hidden;position:absolute;height:0;top:18px;left:0; width:180px;border-top:1px solid #cdcdcd;}
top:18px this one - change that
Yeah it will have to be done with JS. =\
to fix this
the drop-down doesn't always show up when hoovering
just change
#lang_sel ul ul {visibility:hidden;position:absolute;height:0;top:18px;left:0; width:180px;border-top:1px solid...
Website example?
Uhhh do you know its not centered? 0.o
At least in Chrome
Umm i think you might have to do something like this:
<div class="msg_list">
<div class="msg_body"><span class="msg_head">Header 1</span>
Hi I am a message!</div>
<div class="msg_body"><span...