Search:
Type: Posts; User: SliderNo1
Search :
Search took 0.03 seconds.
Here is a tutorial to center a floated left nav bar.
http://www.cssplay.co.uk/menus/centered.html
Hope that helps. (",)
That's exactly what i did with my nav bar. Styled all the buttons with CSS and used an id to denote "thispage" in the nav list -
<li id="thispage"><a href="index.php">Home</a></li>
then created...
?? If your page is in the http://www.islandnet.com/~luka/Test/ folder it should see them ok??
One or the other is not in the right place I feel as the code is correct and you said it works fine...
The rollover problem - your images should be stored at this location:-
http://www.islandnet.com/~luka/Test/pictures/allimagefiles.jpg
but i cannot find them and thats why its not displaying at...
Hello,
There was a couple of simple spelling differences from your css to your page code an extra 'e' in the following two names which i removed.
.leftcol {
float: left;
width: 250px;...
Hello,
Did you use the revised page code from my previous post #14 in conjuntion with the revised CSS code in post #15?
These should both work together fine and rollover should be fixed too.
...
i also played about with your css style file and the code for that is here -
/* CSS Document */
#header
{
background-color: #55759C;
color: #FFF;
border-bottom: #A5ADDE solid 5px;...
I recreated the rollover image using an insert rollover image facility in dreamweaver and its works fine for me now. Here is the new code.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"...
Where would you like the album cover positioned?
Will need to specify a location for the image on the page.
The left border is relative to the size of the content div so will increase size of...
I have played with the layout for you and altered the css also, here are the new page code and css for you to copy.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"...
Your most welcome, it was a pleasure.
If you ever want to compare two files without having to trawl through every character yourself why not try WinMerge, i use it myself and it very good.
...
I know you'll all get a buzz out of this site.
http://www.cssplay.co.uk
ENJOY!!
I would suggest altering your css code for #container by removing the width: 100%; completely,
and changing the following line to read:-
background: url(design/leftmargin.gif) top left repeat-y;
No problem, anytime you need help you have my details.
;)
Hello,
You need to close the </div> after the flash navigation, as your content was nested inside it. Replace the last three div sections with this code.
<div id="nav">
<object...
I have e-mailed the page to you.
Pleased it worked ok!
Here you go....
Gone one better.. click this link to see your page on the net.
http://www.defordroad.freeserve.co.uk/testarea/rianna.html
You can right click and view source to get the code....
That's a bit odd because i have just copied the exact code from my earlier post #46 into notepad and save as error.html and it works beautifully in IE6?
Can i e-mail you my saved file to see if it...
I must say that this is not the best way to do what you want.
It is always better to use external Cascading Style Sheets and either attach to your pages with <link> or by using @import.
This...
Hi Rianna,
Copy and paste the code into notepad.
Save the notepad file to your desktop as error.html
Then double click on it to open it.
Here it is again:-
Hi,
The dividers are there, i have styled then using css.
Have your tried saving my code and viewing it in your browser?
cheers!
Hello it's me once more,
I noticed that you are using the font "Enviro" which is not in one of the web safe font groups. If a viewer of your site does not have this font installed locally on their...
Hello Again,
Here is you sample page re-worked.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
Hello Rianna,
Well you have been struggling with this one and been lead a merry dance too.
Lets hope i can put you on the path to happiness!
There are a couple of key points to achieve what...