Sie sind nicht angemeldet.

1

Mittwoch, 1. September 2010, 15:50

Link nehmen fremden a:active effekt an

Hallo zusammen,
mich plagt mal wieder ein sehr merkwürdiges Problem. Wenn man auf meinen Blog Links (abgesehen vom Menü) anklickt funktionieren diese nicht und sie nehmen den a:active effekt vom ersten menüpunkt an.

Woran kann das liegen?

url: http://www.fabian-nz.de/

HTML Code

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<?php page_header(); ?>

<link rel="stylesheet" href="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/slider/style.css" type="text/css" media="screen" />
<script type="text/javascript">var _siteRoot='<?php template_dir(); ?>/<?php echo $takeTPL; ?>/slider/index.html',_root='<?php template_dir(); ?>/<?php echo $takeTPL; ?>/slider/index.html';</script>
<script type="text/javascript" src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/slider/js/jquery.js"></script>
<script type="text/javascript" src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/slider/js/scripts.js"></script>
  
</head>

<body>

<center>

	<div id="box">
	
		<div id="header_page">
    	
    		<div id="logo"></div>
        	
        	<div id="menu">
        	
        		<div id="impressum"><a href="index.php?seite=6.impressum"><img src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/images/menu_08.png" border="0" /></a></div>
            	<div id="kontakt"><a href="index.php?seite=5.kontakt"><img src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/images/menu_07.png" border="0" /></a></div>
            	<div id="route"><a href="index.php?seite=4.route"><img src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/images/menu_06.png" border="0" /></a></div>
            	<div id="galerie"><a href="index.php?seite=3.galerie"><img src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/images/menu_05.png" border="0" /></a></div>
            	<div id="blog_m"><a href="index.php?seite=2.blog"><img src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/images/menu_04.png" border="0" /></a></div>
            	<div id="home"><a href="index.php?seite=1.home"><img src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/images/menu_03.png" border="0" /></a></div>

        	</div>
    	
    	</div>
    	
    	<div id="info_box">
    	
    		<div id="info">
        	<ul><b>
    		<li><a href="#">Eindr&uuml;cke und Erfahrungen im Blog</a></li>
    		<li><a href="#">Die neusten Fotos in der Galerie</a></li>
        	<li><a href="#">Verfolgt meine Route</a></li>
        	<li><a href="#">Schreibt mir doch mal eine Nachricht</a></li></b>
    	</ul>
   		  </div>
        	
  	<div id="slider">
        	
        		<div id="slider_content">
            	
            	<!--/slider anfang-->
  					<div id="header"><div class="wrap">
   						<div id="slide-holder">
							<div id="slide-runner">
                            	<a href=""><img id="slide-img-1" src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/slider/images/nature-photo.png" class="slide" alt="" /></a>
                            	<a href=""><img id="slide-img-2" src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/slider/images/nature-photo1.png" class="slide" alt="" /></a>
                            	<a href=""><img id="slide-img-3" src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/slider/images/nature-photo2.png" class="slide" alt="" /></a>
                            	<a href=""><img id="slide-img-4" src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/slider/images/nature-photo3.png" class="slide" alt="" /></a>
                            	<a href=""><img id="slide-img-5" src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/slider/images/nature-photo4.png" class="slide" alt="" /></a>
                            	<a href=""><img id="slide-img-6" src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/slider/images/nature-photo4.png" class="slide" alt="" /></a>
                            	<a href=""><img id="slide-img-7" src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/slider/images/nature-photo6.png" class="slide" alt="" /></a> 
                        	<div id="slide-controls">
                            	<p id="slide-client" class="text"><strong>post: </strong><span></span></p>
                            	<p id="slide-desc" class="text"></p>
                            	<p id="slide-nav"></p>
                        	</div>
						</div>
	
						<!--content featured gallery here -->
   					</div>
					   <script type="text/javascript">
                   	if(!window.slider) var slider={};slider.data=[{"id":"slide-img-1","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-2","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-3","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-4","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-5","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-6","client":"nature beauty","desc":"add your description here"},{"id":"slide-img-7","client":"nature beauty","desc":"add your description here"}];
                   	</script>
  					</div>
                	</div>
                	<!--/header-->
            	
            	</div>
        	
      		</div>
    	
    	</div>
    	
    	<div id="bottom">
    	
    		<div id="content_box">
        		
            	<div id="content_top"><img src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/images/black_12.jpg" /></div>
            	<div id="content_bg">
            	<div id="content">
            		<div id="text"><?php page_content(); ?></div>  
                	<div id="content_bot"><img src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/images/border_21.png" /></div>              	
            	</div> 	
            	</div>
        	
        	</div>
        	
        	<div id="blog_box">
        	
        		<div id="blog_top"><img src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/images/blog_black_14.jpg" /></div>
            	<div id="blog_bg">
            	<div id="blog">
            	<div id="blog_text"><?php page_load_addon("lastnews"); ?></div>
            	<div id="blog_bot"><img src="<?php template_dir(); ?>/<?php echo $takeTPL; ?>/images/blog_bg_23.png" /></div>
            	</div>
        		</div>
    	
    		</div>
        	
		</div>
    	
    	<div id="fot">
    	
    		<?php page_footer(); ?>	
    	
    	</div>
	
	</div>

</center>

</body>
</html>




Ich hoffe ihr könnt mir helfen...

MfG Frogtime

Werbung

2

Mittwoch, 1. September 2010, 15:50

CSS Code:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
@charset "utf-8";
/* CSS Document */

body{
background-image:url(../images/index_02.jpg);
background-repeat:repeat-x;
margin:0px;
background-color:#eae9ea;
}

#box{
width:960px;
height:100%;
}


#header_page{
height:148px;
width:960px;
}


#logo{
background-image:url(../images/index_04.jpg);
background-repeat:no-repeat;
width:320px;
height:148px;
float:left;
}


#menu{
float:right;
width:640px;
padding-top:67px;
height:65px;
}


#impressum{
float:right;
padding-right:0px;
display:block;
width:94px;
height:25px;
z-index:1;
}


#impressuma:hover, a:active{
z-index:2;
display:block;
width:94px;
height:25px;
background-image:url(../images/hover_08.png);
}


#kontakt{
float:right;
display:block;
width:108px;
height:25px;
z-index:1;
}


#kontakta:hover, a:active{
z-index:2;
display:block;
width:108px;
height:25px;
background-image:url(../images/hover_07.png);
}

#route{
float:right;
padding-right:0px;
display:block;
width:100px;
height:25px;
z-index:1;
}


#routea:hover, a:active{
z-index:2;
display:block;
width:100px;
height:25px;
background-image:url(../images/hover_06.png);
}

#galerie{
float:right;
padding-right:0px;
display:block;
width:110px;
height:25px;
z-index:1;
}

#galeriea:hover, a:active{
z-index:2;
display:block;
width:110px;
height:25px;
background-image:url(../images/hover_05.png);
}

#blog_m{
float:right;
padding-right:0px;
display:block;
width:110px;
height:25px;
z-index:1;
}


#blog_ma:hover, a:active{
z-index:2;
display:block;
width:110px;
height:25px;
background-image:url(../images/hover_04.png);
}


#home{
float:right;
padding-right:0px;
display:block;
width:116px;
height:25px;
z-index:1;
padding-top:1px;
}


#homea:hover, a:active{
z-index:2;
display:block;
width:116px;
height:25px;
background-image:url(../images/hover_03.png);
}


#info_box{
height:210px;
width:100%;
}


#info{
float:left;
padding-top: 63px;
padding-left:60px;
width:260px;
height:137px;
text-align:left;
}


#info a  {
color:#377386;
text-decoration:none;
}


#info a:active{
color:#377386;
text-decoration:none;
}

#info  a:hover{
color:#377386;
text-decoration:underline;
}

#info ul li{
list-style:url(../images/arrow.png);
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height: 25px;
}


#slider{
float:right;
width:640px;
height:197px;
z-index:1;
padding-top:13px;
}

#slider_content{
height:177px;
width:620px;
padding:10px;
z-index:2;
background-image:url(../images/slider-bg.png);
background-repeat:no-repeat;
}


#bottom{
width:960px;
}


#content_box{
float:left;
width:610px;
}

#content_top{
height:30px;
width:610px;
padding-top:30px;
}

#content_bg{
width:610px;
z-index:1;
background-image:url(../images/black_bg_20.jpg);
background-repeat:repeat-y;
}

#content{
width:610px;
background-image:url(../images/black_max_15.jpg);
background-repeat:no-repeat;
z-index:2;
}

#text{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
padding-left:30px;
padding-right:30px;
color:#FFFFFF;
z-index:2;
}

#text h1{
font-size:14px;
color:#377386;
padding-bottom:10px;
}

#content_bot{
padding-top:30px;
width:610px;
height:4px;
z-index:2;
}


#blog_box{
float:right;
width:320px;
}

#blog_top{
height:30px;
width:320px;
padding-top:30px;
}

#blog_bg{
background-image:url(../images/blog_black_20.jpg);
background-repeat:repeat-y;
z-index:1;
width:320px;
}

#blog{
width:320px;
background-image:url(../images/blog_black_16.jpg);
background-repeat:no-repeat;
z-index:2;
}

#blog_text{
color:#FFFFFF;
text-align:left;
padding-left:20px;
padding-right:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
z-index:4;
width:280px;
}

#blog_text h1{
font-size:14px;
color:#377386;
padding-bottom:10px;
}

#blog_bot{
padding-top:30px;
height:4px;
width:320px;
z-index:4;
}

#fot{
margin-top:20px;
margin-left:30px;
width:960px;
float:left;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#fot a{
color:#333333;
text-decoration:underline;
}

#fot a:hover, a:active{
color:#333333;
text-decoration:underline;
}

Werbung

Ähnliche Themen