Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Jim Elander #1
CSS nightmare with positioning
Hi,
I have a simple, but maddening problem, that I need help with ---before I
shoot myself! I have created 3-.jpegs, for use as a a top-side-bottom graphic.
I have created an external style sheet and tried numerous variations
(box-positioning-margin etc.) to try and get the CSS pseudo-ids to render on a
web browser correctly.....usually I get the "top" graphic to display as a thin
line...not 150px..as expected...So, looking at the code below could someoine
give me some general hints, to get my top-side-bottom graphics to render
correctly (the full graphics at the top-side-bottom) in my web
browser....????please help??
#side_graphic {
position:relative;
width:110px;
height:auto;
z-index:2;
left: 10px;
top: 183px;
visibility: visible;
background-image: url(../images/side_graphic.jpg);
background-repeat: no-repeat;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
#top_graphic {
position:relative;
width:1150;
z-index:1;
left: 10px;
top: 33px;
visibility: visible;
background-image: url(../images/top_graphic_title.jpg);
background-repeat: no-repeat;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
height: 150px;
}
#footer_graphic {
position:relative;
width:1150px;
height:27;
z-index:3;
left: 10px;
top: 593px;
visibility: visible;
background-image: url(../images/bottom_graphic.jpg);
background-repeat: no-repeat;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
Jim Elander Guest
-
Is IE7 an end to the nightmare?
I've been considering installing Internet Explorer 7 in hopes that it might solve the Flash installation bug. Generally, I'm reluctant to go with... -
SQL Nightmare
Everytime I try to add a record to my database, I get the following error: Error Diagnostic Information ODBC Error Code = 37000 (Syntax error... -
the nightmare that is loadfile()
I've been struggling all day with trying to load linked members into my project. I've finally go to the stage where I'm using... -
eps nightmare
hi, hope you all can help me. I'm having problems with exporting .eps from illu 10 on the pc. Basically Im placing images which are linked.... -
apt-get nightmare
I'm trying to upgrade a laptop and I get the following error. Removing gnome-control-center dpkg: error processing gnome-control-center... -
Murray *ACE* #2
Re: CSS nightmare with positioning
Just off the top of my head -
Need units on this value.> width:1150;
Ditto.> height:27;
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Jim Elander" <webforumsuser@macromedia.com> wrote in message
news:e4ffej$cu9$1@forums.macromedia.com...> Hi,
> I have a simple, but maddening problem, that I need help with ---before I
> shoot myself! I have created 3-.jpegs, for use as a a top-side-bottom
> graphic.
> I have created an external style sheet and tried numerous variations
> (box-positioning-margin etc.) to try and get the CSS pseudo-ids to render
> on a
> web browser correctly.....usually I get the "top" graphic to display as a
> thin
> line...not 150px..as expected...So, looking at the code below could
> someoine
> give me some general hints, to get my top-side-bottom graphics to render
> correctly (the full graphics at the top-side-bottom) in my web
> browser....????please help??
>
> #side_graphic {
> position:relative;
> width:110px;
> height:auto;
> z-index:2;
> left: 10px;
> top: 183px;
> visibility: visible;
> background-image: url(../images/side_graphic.jpg);
> background-repeat: no-repeat;
> margin-top: 0px;
> margin-right: auto;
> margin-bottom: 0px;
> margin-left: auto;
> }
> #top_graphic {
> position:relative;
> width:1150;
> z-index:1;
> left: 10px;
> top: 33px;
> visibility: visible;
> background-image: url(../images/top_graphic_title.jpg);
> background-repeat: no-repeat;
> margin-top: 0px;
> margin-right: auto;
> margin-bottom: 0px;
> margin-left: auto;
> height: 150px;
> }
> #footer_graphic {
> position:relative;
> width:1150px;
> height:27;
> z-index:3;
> left: 10px;
> top: 593px;
> visibility: visible;
> background-image: url(../images/bottom_graphic.jpg);
> background-repeat: no-repeat;
> margin-top: 0px;
> margin-right: auto;
> margin-bottom: 0px;
> margin-left: auto;
> }
>
Murray *ACE* Guest



Reply With Quote

