| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
jorge regula
|
Media Studies Website
http://www.focussecuritysolutions.co.uk/29/ Ok, i've come up with this layout and tried to knock up a quick css layout. There'll be rollover effects on the 3 link buttons, and more images. Text is nicked from elsewhere. Whats getting me is the css. Basically, ive used a 3 column layout from glish.com, with a floating centre column, but i'm having trouble getting everything in there. I think i've resorted to some unconventional coding, and i supopose wrongly used iframes in each column because i couldn't get the text in that position using css. Also, i couldn't get the banner images looking right so i've shoved them in as background pics in a banner1 and banner 2 div. Result is that it looks fine in IE, but in firefox is broken and i'm sure is broken and messed in other browsers. I really don't know how to solve it, and if you wouldn't mind looking at the source and offering some suggestions, i'd be really grateful. If you have the time and/or patience, i'd appreciate it loads Cheers, Pat p.s i want to put singl line dividers between each content section...how? Last edited by pat : 27-12-2004 at 21:06. Reason: more things wrong to sort out |
|
|
|
|
|
#4 (permalink) |
|
dt immigrant
|
Hi The layout problem isn't caused by the use of iframes, but its due to position:absolute; Try floating the columns to left and it should work. Take a look here: http://www.randomcolors.com/fwm/ I cleaned up your code a little but it won't validate yet (there are some unclosed img tags and so on), but what I tried to do was to try to fix your layout problem. As a suggestion, do not use iframes at all, they are no good for SEO. Try using divs with: overflow:auto; instead. (of course I guess that would mean waiting longer for the page to load. You decide that) I hope I could help. Last edited by emil : 18-03-2005 at 04:45. |
|
|
|
#6 (permalink) |
|
dt immigrant
|
[edited] the html code Code:
this is the css (the one i called style.css) Code:
Last edited by emil : 18-03-2005 at 04:46. |
|
![]() |