Layout Help
Please could someone take a look at the attached files (for the life of me I cannot do it) and if you can imagine the left bar down the left, I want to move it down about 150 pixels to allow for a 780px width flash banner
I dont know what to modify HELLLPPP!!!!
Attachment | Size |
---|---|
css.txt | 6.36 KB |
SAMPLE.jpg | 56.11 KB |
kbaker49 posted this at 20:28 — 6th March 2008.
They have: 2 posts
Joined: Mar 2008
Could you post your HTML code please?
mfdc posted this at 23:29 — 6th March 2008.
They have: 160 posts
Joined: Aug 2004
bless you thanks
mfdc posted this at 10:23 — 12th March 2008.
They have: 160 posts
Joined: Aug 2004
???
Megan posted this at 13:14 — 12th March 2008.
She has: 11,421 posts
Joined: Jun 1999
If you post a live URL it would be much more helpful. Nobody can be bothered to put the HTML and CSS together to see what's going on here.
JeevesBond posted this at 13:40 — 12th March 2008.
He has: 3,956 posts
Joined: Jun 2002
I did have a look at this, although Megan is right: a link is better.
In
#side
(line 286 of style.css) could you add:position: relative;
top: 150px;
Does that do what you need? You could position the banner absolutely, or you could forget the code I've given you and put the banner in-between
div id="head"
anddiv id="body"
. This should move all the content below it to be moved down.a Padded Cell our articles site!
mfdc posted this at 11:38 — 14th March 2008.
They have: 160 posts
Joined: Aug 2004
http://www.easysystemsuk.com/dtf/home.html
Thanks guys, Jeeves, Ill try that code!!
JeevesBond posted this at 12:44 — 14th March 2008.
He has: 3,956 posts
Joined: Jun 2002
Thanks for the link. I just tried on that page, using Firebug, and it moved the sidebar down as requested.
mfdc posted this at 15:04 — 14th March 2008.
They have: 160 posts
Joined: Aug 2004
Yeah thanks everyone, that worked lovley. I appreciate you all taking the time out to look at this - not really sure why Im struggling. I for some reason now though (even though Ive changed the flash animation width) actually get it to occupy the space thats been created?
Any ideas?
Thanks
JeevesBond posted this at 18:59 — 14th March 2008.
He has: 3,956 posts
Joined: Jun 2002
Have you changed the width of the Flash movie in the HTML?
mfdc posted this at 22:59 — 16th March 2008.
They have: 160 posts
Joined: Aug 2004
yeo I have indeed
JeevesBond posted this at 19:53 — 21st March 2008.
He has: 3,956 posts
Joined: Jun 2002
Are you still having this problem? I just tried resizing the Flash object manually, using Firebug. It worked fine, although I did notice that not only does the
<object>
tag need to be changed, but there's also an<embed>
tag there too. Both needed to have theirwidth
attributes changed.a Padded Cell our articles site!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.