|
Search
|
||||||
CSS and DivsHTML & Coding HTML, XHTML, CSS, XML and other coding issues you may code into. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
CSS and Divs
hey, I'm re-designing my site (yet again) and I found a good flv player template using CSS, thing is, I'm trying to customize it before I add it to my site.
the design Ive chosen is this one: http://files.filmsbynick.com/branit/tabbed.htm but the back and forward buttons seem a little useless in terms of design, plus I cant seem to get the back button to go inside the table (making it look weird) I've left the directory open so you can see the CSS file I have used. http://files.filmsbynick.com/branit can anyone help? thanks
__________________
My Blog www.filmsbynick.com http://www.youtube.com/filmsbynick For my comp specs, check out my profile |
| Advertisement |
|
#2
|
||||
|
||||
|
It looks ok at my end now, has it changed since you posted it?
|
|
#3
|
||||
|
||||
|
nope, hasnt changed. do you see the buttons either side of the content box? I dont want then there, or at least have everything shifted to the right so the button fits inside the main box
__________________
My Blog www.filmsbynick.com http://www.youtube.com/filmsbynick For my comp specs, check out my profile |
|
#4
|
||||
|
||||
|
Ah so you want the arrows overlayed on the image/text? The two buttons appear in the light grey box for me.
Changing the code to remove them is easy enough, so if that's what you are after I'll post the updated code
|
|
#5
|
||||
|
||||
|
they are IN the box for you? what browser are you running?
__________________
My Blog www.filmsbynick.com http://www.youtube.com/filmsbynick For my comp specs, check out my profile |
|
#7
|
||||
|
||||
|
hmmm, this isnt right at all...the image should be on the left with text to the right....hmm
__________________
My Blog www.filmsbynick.com http://www.youtube.com/filmsbynick For my comp specs, check out my profile |
|
#8
|
||||
|
||||
|
Looks different to me.
Firefox
__________________
A wise man can learn more from a foolish question than a fool can learn from a wise answer. ~Bruce Lee |
|
#9
|
||||
|
||||
|
I'm using Opera and it looks like it does on FireFox.
Checking IE7, they're in the box, but the whole thing ins't centered. Checking your HTML/CSS: First of all, remove the <CENTER></CENTER> from the document - don't use that ![]() Instead, either put the following into your CSS file: body {text-align: center;} or, in your HTML file, change <body> to <body style="text-align: center;"> Secondly: You have quite a few <div></div> codes that don't seem to be doing anything atm Thirdly: Remove the <p>&nbps</p> and turn into either: specifying the margin of the top <div> in the CSS file, or into <br /> tags. Fourthly: wouldn't it be easier to change the <table> into <div>'s instead? I think it would. Anyway, to get the button's more into the center, change your <div class="scrollable"> into <div class="scrollable" style="padding-left: 40px;"> and that should put them more or less into the box ![]() You can check how they fit together by giving them borders: style="border: 1px solid black;"
__________________
Blankety Blank Last edited by S Walch; Jul 12th, 08 at 2:56 PM. |
|
#10
|
||||
|
||||
|
thanks, i'll try that. the reason the whole thing isnt made with divs is that i know jack all about css. I know HTML, and i found this flv player with playlist template and wanted to integrate it
__________________
My Blog www.filmsbynick.com http://www.youtube.com/filmsbynick For my comp specs, check out my profile |
![]() |
| Tags |
| css, divs |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|