bezorg de laatste berichten direct op de desktop
Welkom, Gast
Alstublieft Inloggen of Registreren.    Wachtwoord verloren?

Javascript/CSS probleem
(1 bezoeker) (1) Gast
Ga naar onderkantPagina: 1
TOPIC: Javascript/CSS probleem
#5064
Javascript/CSS probleem 4 Jaren, 1 Maand geleden Karma: 0
Ik ben een portfolio aan het maken alleen heb ik een probleem.
De javascript en CSS files die ik van internet heb gehaald verkleinen mijn plaatjes. Opzich maakt me dat niet heel veel uit maar ik wil bij 'The World is Changing' dat ie in ware grootte word vertoond.
<!-- m --><a class="postlink" href="unxpected2.un.funpic.org/Web_portfolio_a...ssets/</a><!-- m -->
Dit is de site en hier wat info voor jullie:
[code:36i1fsjm]// JavaScript Document

// image swapper
function swapPhoto&#40;photoSRC,theTitle,theCaption&#41; &#123;

var displayedTitle = document&#46;getElementById&#40;&quot;theTitle&quot;&#41;;
displayedTitle&#46;firstChild&#46;nodeValue = theTitle;

var displayedCaption = document&#46;getElementById&#40;&quot;caption&quot;&#41;;
displayedCaption&#46;firstChild&#46;nodeValue = theCaption;

document&#46;images&#46;imgPhoto&#46;src = &quot;assets/&quot; + photoSRC;
&#125;[/code:36i1fsjm][code:36i1fsjm] Het CSS bestand

#leftColumn &#123;
background-color&#58; #FFFFFF;
float&#58; left;
width&#58; 31%;
&#125;
#rightColumn &#123;
background-color&#58; #000000;
float&#58; left;
width&#58; 69%;
&#125;
body &#123;
font-family&#58; Verdana, Arial, Helvetica, sans-serif;
font-size&#58; 11px;
margin&#58; 0px;
padding&#58; 0px;
&#125;
#leftContent &#123;
background-color&#58; #FFFFFF;
float&#58; right;
width&#58; 195px;
&#125;
#rightContent &#123;
width&#58; 521px;
padding-top&#58; 135px;
padding-right&#58; 0px;
padding-bottom&#58; 50px;
padding-left&#58; 19px;
background-color&#58; #000000;
background-image&#58; url&#40;assets/mh_unxpected&#46;jpg&#41;;
background-repeat&#58; no-repeat;
background-position&#58; left top;
&#125;
&#46;blackand &#123;
margin-bottom&#58; 18px;
&#125;
p &#123;
margin-top&#58; 0px;
margin-bottom&#58; 1em;
&#125;
#leftColumn p &#123;
padding-right&#58; 10px;
&#125;
#leftContent li &#123;
padding&#58; 0;
&#125;
#leftContent ul &#123;
margin-top&#58; 2em;
margin-bottom&#58; 2em;
margin-left&#58; 0px;
padding-left&#58; 0px;
list-style-type&#58; none;
&#125;
a &#123;
font-weight&#58; bold;
color&#58; #000000;
&#125;
a&#58;hover &#123;
color&#58; #555555;
&#125;
#rightContent p &#123;
color&#58; #FFFFFF;
&#125;
#rightContent img &#123;
border&#58; 1px solid #FFFFFF;
margin-bottom&#58; 40px;
&#125;
#rightContent h1 &#123;
font-family&#58; Arial, Helvetica, sans-serif;
font-size&#58; 12px;
font-weight&#58; bold;
text-transform&#58; uppercase;
color&#58; #FFFFFF;
margin-bottom&#58; 0px;
&#125;[/code:36i1fsjm]Het is een hele simpele site maar daar heb ik expres voor gekozen omdat hij gebruiksvriendelijk moet zijn en simpel aan zijn te passen. De broncode van de index kunnen jullie natuurlijk gewoon opzoeken op mijn site.
unxpected
Nieuwe Gebruiker
Berichten: 0
graphgraph
Gebruiker offline Klik hier om het gebruikersprofiel van deze gebruiker te zien
De Administrator heeft publieke schrijf toegang geblokkeerd.
 
#5065
4 Jaren, 1 Maand geleden Karma: 0
de fixed width height zooi uit je html halen.
[code:2y36r3j8]
&lt;img id=&quot;imgPhoto&quot; src=&quot;assets/1_alley_bars&#46;jpg&quot; alt=&quot;portfolio image&quot; width=&quot;500&quot; height=&quot;330&quot; /&gt;[/code:2y36r3j8]
[code:2y36r3j8]
&lt;img id=&quot;imgPhoto&quot; src=&quot;assets/1_alley_bars&#46;jpg&quot; alt=&quot;portfolio image&quot; /&gt;[/code:2y36r3j8]

Ik moet eerlijk zeggen, ik vind het design echt geniaal.
_arno_
WMS Fan
Berichten: 16
graphgraph
Gebruiker offline Klik hier om het gebruikersprofiel van deze gebruiker te zien
De Administrator heeft publieke schrijf toegang geblokkeerd.
 
#5066
4 Jaren, 1 Maand geleden Karma: 0
Ja bedankt man Haha heel simpel iets, ik dacht dat dat alleen voor die image gold
Maar bedankt ook voor je compliment over de layout, simpel is meestal het beste he ^^
unxpected
Nieuwe Gebruiker
Berichten: 0
graphgraph
Gebruiker offline Klik hier om het gebruikersprofiel van deze gebruiker te zien
De Administrator heeft publieke schrijf toegang geblokkeerd.
 
Ga naar bovenkantPagina: 1
Moderators: Rik, Roy