CSS Or Html [message #309888] |
Fri, 11 January 2008 13:18 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
Is there any code for Css or html that when you hover your mouse over a picture it pops above it and enlarges it....il try to find an example soon...to more results i find the better....and yes iv tried google but was not sure what to call it.
EDIT:Also This Is For My Myspace.....Call it gay but its still coding none the less and im not that good at it....
Myspace is limited so hopefully one will work
[Updated on: Fri, 11 January 2008 13:37] Report message to a moderator
|
|
|
Re: CSS Or Html [message #309901 is a reply to message #309888] |
Fri, 11 January 2008 13:46 |
cnc95fan
Messages: 1260 Registered: July 2007
Karma: 0
|
General (1 Star) |
|
|
PHP? AFAIK CSS only does stuff like colours etc, but I may be wrong, since I'm new to that kind of thing.
Cabal8616 wrote on Sun, 27 April 2008 15:50 | I say a personal fanning of the genitals would be awesome.
|
RA3 AUTOMATICLY SUCKS
www.battlefordune.co.uk
|
|
|
|
|
|
Re: CSS Or Html [message #309946 is a reply to message #309888] |
Fri, 11 January 2008 15:58 |
|
Goztow
Messages: 9737 Registered: March 2005 Location: Belgium
Karma: 13
|
General (5 Stars) Goztoe |
|
|
Yes, javascript indeed. Easiest would be a javascript popup with the enlarged image in it. Google?
You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
|
|
|
|
|
|
Re: CSS Or Html [message #310693 is a reply to message #309888] |
Sun, 13 January 2008 20:34 |
|
Dover
Messages: 2547 Registered: March 2006 Location: Monterey, California
Karma: 0
|
General (2 Stars) |
|
|
Unless I'm mistaken, MySpace doesn't allow JavaScript anyway.
DarkDemin wrote on Thu, 03 August 2006 19:19 | Remember kids the internet is serious business.
|
|
|
|
|
|
Re: CSS Or Html [message #310871 is a reply to message #310692] |
Mon, 14 January 2008 14:43 |
|
Goztow
Messages: 9737 Registered: March 2005 Location: Belgium
Karma: 13
|
General (5 Stars) Goztoe |
|
|
Terminator 101 wrote on Mon, 14 January 2008 04:25 |
Goztow wrote on Fri, 11 January 2008 17:58 | Yes, javascript indeed. Easiest would be a javascript popup with the enlarged image in it. Google?
|
Javascript? Easiest? Are you kidding? I am programmer, but Javascript was probably one of the most difficult language to learn, because you make one small mistake, and it does not work, plus it does not even tell you where you made the mistake.
|
That's not coding, that's copy-pasting an easy line of code.
You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
|
|
|
Re: CSS Or Html [message #310977 is a reply to message #310871] |
Mon, 14 January 2008 18:59 |
|
Ethenal
Messages: 2532 Registered: January 2007 Location: US of A
Karma: 0
|
General (2 Stars) |
|
|
Goztow wrote on Mon, 14 January 2008 15:43 |
Terminator 101 wrote on Mon, 14 January 2008 04:25 |
Goztow wrote on Fri, 11 January 2008 17:58 | Yes, javascript indeed. Easiest would be a javascript popup with the enlarged image in it. Google?
|
Javascript? Easiest? Are you kidding? I am programmer, but Javascript was probably one of the most difficult language to learn, because you make one small mistake, and it does not work, plus it does not even tell you where you made the mistake.
|
That's not coding, that's copy-pasting an easy line of code.
|
...try ASM.
EDIT: Directed at Terminator 101, not Goztow.
-TLS-DJ-EYE-K wrote on Mon, 18 March 2013 07:29 | Instead of showing us that u aren't more inteligent than a Toast, maybe you should start becomming good in renegade
|
[Updated on: Mon, 14 January 2008 19:00] Report message to a moderator
|
|
|
|
|
Re: CSS Or Html [message #314486 is a reply to message #314482] |
Tue, 29 January 2008 14:45 |
Genesis2001
Messages: 1397 Registered: August 2006
Karma: 0
|
General (1 Star) |
|
|
Jerad Gray wrote on Tue, 29 January 2008 14:35 | Definitely, beings they teach it in high school with html that makes it pretty simple.
|
Not at my high school... Though, I never took the "Advanced Web Design" class. :v
On topic though, yes. You'd have to use JS to use that.
But going out to cnc95fan, CSS can be used for much more. :v
~Zack
|
|
|
|
|
|
Re: CSS Or Html [message #315152 is a reply to message #309888] |
Sat, 02 February 2008 14:57 |
|
Tanya A.
Messages: 45 Registered: April 2006
Karma: 0
|
Recruit |
|
|
"JPNOD" |
You use HTML and CSS togheter...
|
As for that, it depends how you implement that. I find it easier to use external stylesheets, and apply some in-line css for the single classes when needed. Keeping css and html seperate makes them more readable and easier to maintain.
[Updated on: Sat, 02 February 2008 15:01] Report message to a moderator
|
|
|
|
|
Re: CSS Or Html [message #315192 is a reply to message #309888] |
Sat, 02 February 2008 22:09 |
|
Veyrdite
Messages: 1471 Registered: August 2006 Location: Australia, Sydney
Karma: 0
|
General (1 Star) |
|
|
HTML= Page layout and content
CSS = Colour, font and size of text.
The colouring, font and size of text can be specified inside the html document but CSS is used so it can all be changed at once instantly.
C ascading
S tyle
S heets
H yper
T ext
M arkup
L anguage
WOL: Veyrdite Previously: Dthdealer ( a long time ago )
[Updated on: Sat, 02 February 2008 22:13] Report message to a moderator
|
|
|
|