You are not logged in.

Controlpanel

Statistic

  • Members: 13113
  • Threads: 18186
  • Postings: 119693 (ø 46.07/day)
  • Greetings to our newest member: mislonly

w2d Premium-Support

Die Experten für web to date / shop to date

Facebook

catweazle1967

Intermediate

  • "catweazle1967" started this thread

Posts: 157

Location: 38536 Meinersen

Occupation: IT-Berater

  • Send private message

1

Sunday, February 20th 2011, 7:04pm

Logo von rechts nach links versetzen

Hallo,

ich möchte im Design "Qu" das Logo, welches rechts fast mittig steht, nach links bringen und den Text, der jetzt links neben dem Logo steht, soll entsprechend rechts neben dem Logo stehen.

Kann mir jemand einen TIP geben?

Posts: 5,057

web/shop to date Version: 5-8.0

  • Send private message

2

Sunday, February 20th 2011, 7:30pm

style_design.css

Logo:

Source code

1
2
3
4
5
6
7
8
9
#frame {
	position: absolute;
	top: 0px;
	left: 710px;
	width: 200px;
	height: 220px;
	background: url(../images/pfra.gif) no-repeat;
	padding: 0px 20px 0px 20px;
}


Hier den left Wert runtersetzen auf 10 (ausprobieren)

Sitetitel:

Source code

1
2
3
4
5
6
7
#header {
	position: absolute;
	top: 130px;
	left: 60px;
	width: 800px;
	height: 100px;
}


left Wert dementsprechend erhöhen.

Rest:

Source code

1
2
3
4
5
6
7
8
9
10
#maintopic a {
	display: block;
	float: left;
	border-right: 1px solid #ededed;
	height: 20px;
	padding: 20px 15px;
	margin: 0px;
	text-decoration: none;
	color: #666666;
}


float: right

Similar threads