Rules lineup in Firefox, Safari, not IE - Macromedia Dreamweaver
This is a discussion on Rules lineup in Firefox, Safari, not IE - Macromedia Dreamweaver ; I use vertical rules to frame my site. These are JPEGS. I made them in
InDesign, exported them as JPEGS, and placed them in Dreamweaver CS3 using
absolute positioning. In Safari and Firefox, they lineup great. In Explorer,
they are ...
-
Rules lineup in Firefox, Safari, not IE
I use vertical rules to frame my site. These are JPEGS. I made them in
InDesign, exported them as JPEGS, and placed them in Dreamweaver CS3 using
absolute positioning. In Safari and Firefox, they lineup great. In Explorer,
they are both skewed to the left about two pixels.
Why is that? Is there a better way for me to make rules and a frame like that?
My site is seattlesportsonline.com.
Thanks for any help.
-
Re: Rules lineup in Firefox, Safari, not IE
Place page content inside a wrapper division with borders - no images
needed.
Example here: http://alt-web.com/CSS2-Centered-Page.html
--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
"Dybas" <webforumsuser@macromedia.com> wrote in message
news:g8ifjm$10n$1@forums.macromedia.com...
> I use vertical rules to frame my site. These are JPEGS. I made them in
> InDesign, exported them as JPEGS, and placed them in Dreamweaver CS3 using
> absolute positioning. In Safari and Firefox, they lineup great. In
Explorer,
> they are both skewed to the left about two pixels.
> Why is that? Is there a better way for me to make rules and a frame like
that?
> My site is seattlesportsonline.com.
> Thanks for any help.
>
-
Re: Rules lineup in Firefox, Safari, not IE
Nancy -- Thanks for the advice, but I am still having trouble. I built my site
with tables and absolute positioning.
I took the code from your sample page, but can't get it to work. Is the
wrapper a class tag you created and apply to a table?
I built a frame, pulled it down, but covers all of my content. Is there a way
to bring table "to front"?
I also made frames with just a left border and just a right border. This shows
in Firefox, but not Explorer or Safari.
Any help you can give me is appreciated.
Thanks
Todd
-
Re: Rules lineup in Firefox, Safari, not IE
<I built my site with tables and absolute positioning.>
That's a shame. CSS is so much cleaner and flexible than tables. Absolute
positioning is a really bad idea unless you fully understand how it behaves.
As a quick mental exercise, I rebuilt your page with CSS instead of tables.
And no APs!
Increase text size aggressively to see how well the page holds up in various
browsers.
View Source Code to see how it was done, then compare my code to yours.
http://alt-web.com/TEST/SeattleSportsTest.html
Cheers,
--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
"Dybas" <webforumsuser@macromedia.com> wrote in message
news:g8kld9$6q4$1@forums.macromedia.com...
> Nancy -- Thanks for the advice, but I am still having trouble. I built my
site
> with tables and absolute positioning.
> I took the code from your sample page, but can't get it to work. Is the
> wrapper a class tag you created and apply to a table?
>
> I built a frame, pulled it down, but covers all of my content. Is there a
way
> to bring table "to front"?
>
> I also made frames with just a left border and just a right border. This
shows
> in Firefox, but not Explorer or Safari.
>
> Any help you can give me is appreciated.
> Thanks
>
> Todd
>
-
Re: Rules lineup in Firefox, Safari, not IE
Nancy,
Thanks for your help and attention to this. I'm out of time to rebuild my
whole site within the wrapper (I don't understand it well enough, anyway).
Thanks for your help. If I had the cash, I'd just hire you guys!
Anyway, I am going to look at the code and see if I can figure things out.
Thanks.
Todd