Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
How To Add Banner On Left Side Of Logo Without Cutting
ahmed salah
7y
252
1
Reply
How to add banner swf in left side of logo without cutting or broke ?
I have banner swf i need to add on left side of logo
my design contain to menu - logo and banner
before i put banner design logo full display without cutting
but after adding banner my design corrupt and banner cutting
Html code
<
div
class
=
"container"
>
<
ul
>
<
li
>
<
a
href
=
"#home"
>
????????
</
a
>
</
li
>
<
li
>
<
a
href
=
"#news"
>
???? ??
</
a
>
<
i
>
|
</
i
>
</
li
>
<
li
>
<
a
href
=
"#contact"
>
???? ???
</
a
>
<
i
>
|
</
i
>
</
li
>
<
li
>
<
a
href
=
"#contact"
>
?????
</
a
>
<
i
>
|
</
i
>
</
li
>
<
li
>
<
a
href
=
"#contact"
>
????? ????
</
a
>
<
i
>
|
</
i
>
</
li
>
</
ul
>
<
div
class
=
"w3ls_header_middle"
>
<
div
class
=
"container"
>
<
div
class
=
"agileits_logo"
>
<
imgsrc
imgsrc
=
"../../images/logo.png"
>
</
div
>
<
div
class
=
"agileits_logo"
>
</
div
>
</
div
>
after banner added
<
div
>
<
embedsrc
embedsrc
="../../images/banner.swf"
type
="application/x-shockwave-flash"
width
="624"
height
="104"
/>
</
div
>
</
div
>
</
div
>
css code
body {
margin
:
0
}
ul {
border-top
:
2px
solid
red
;
list-style-type
:
none
;
margin
:
0
;
padding
:
0
;
overflow
:
hidden
;
background-color
:
#333
;
position
:
fixed
;
/* Set the navbar to fixed position */
top:
0
;
/* Position the navbar at the top of the page */
width
:
100%
;
/* Full width */
height
:
5%
;
padding
:
1px
;
}
li {
float
:
right
;
}
li a {
color
:
white
;
padding
:
16px
;
text-decoration
:
none
;
}
li i{
color
:
white
;
}
.w
3
ls_header_middle {
padding
:
0 0
;
/*padding-top:30px*/
}
.agileits_logo{
float
:
right
;
margin-right
:
0em
;
margin-top
:
1em
;
}
---after banner added---
.agileits_banner {
float
:
left
;
margin-left
:
0em
;
margin-top
:
1em
;
}
image problem found in link below :
http://www.mediafire.com/view/2722ziygd2x46vj/changes.jpg
so that
How to add banner swf in left side of logo without cutting or broke ?
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
How to make design for horizontal fixed menu as bellow
How check if a textbox contain a value using JavaScript