MrsMar
Junior Member
Posts: 226
inherit
139389
0
Sept 24, 2012 5:04:39 GMT -8
MrsMar
226
April 2009
marlis
|
Post by MrsMar on May 10, 2010 13:35:16 GMT -8
Hi all. So I have been working on a websight for my dad, its the first time I have ever made one So I am happy to of gotten this far without help. I am stuck on somthing and google dosn't seem to be helping. This is the first place I thought to ask cos I know there are alot of people on here who can help. Basicaly I have some pics on the left side and text on the right side, now the text I have is haigher then the pics so it is going accrose the page all the way to the left under the pictuer. How do I stop it doing that. If you go to the design page you will see what I mean, I want the text just to stay on the one side. www.uniqueoutdoorspaces.com/Thanks Marlis
|
|
inherit
128590
0
Aug 25, 2012 20:46:48 GMT -8
Nick (Goodbye!)
AMF!
1,813
July 2008
nickos
|
Post by Nick (Goodbye!) on May 10, 2010 17:29:47 GMT -8
So what you would do, it create a side table with css. So you would have three parts. The top (navigation), the left for pics, and the right for text. So as far as coding, I see that the div id for your image doesn't exist. At least in site.css and menu1.css
And also, I see that this code:
<div class="_left">
The class _left doesn't exist. Try to fix those and see what happens.
|
|
MrsMar
Junior Member
Posts: 226
inherit
139389
0
Sept 24, 2012 5:04:39 GMT -8
MrsMar
226
April 2009
marlis
|
Post by MrsMar on May 10, 2010 23:57:22 GMT -8
Thanks, I have gotten it working.
I made a div and set the left margin of it, i had tryed float right and alot of other things but hadn't thought of using magins yet. LOL, don't know what i had the class="_left" in there, as I only had it on that page and none of the others. Guess it is always good to get sombody els to have a look, i may of noticed it who knows when though.
I think you are talking about the dynloadarea div, it is for the images to change, 2 rows over it is there.
Also in expleror the text is gray after I click on it but not in fierfox, I want it to stay gray.
I thought this should do it a:active {color:#999999} but it dosn't seem to work in fierfox.
THANKS again.
|
|
inherit
128590
0
Aug 25, 2012 20:46:48 GMT -8
Nick (Goodbye!)
AMF!
1,813
July 2008
nickos
|
Post by Nick (Goodbye!) on May 11, 2010 7:12:05 GMT -8
Don't forget the semi colon after the color. That should fix it
|
|