please help - I'm going crazy
- Started
- Last post
- 10 Responses
- Atkinson
http://www.caferoyal.org
the 'info' and 'store' links should open in the bottom half of the page. Would someone more knowledgeable than I care to tell me why the target is a new window instead? ARGH.
- Ruffian0
point the target to the bottom frame
- Atkinson0
it is, thatwhat I don't get
- blaw0
should be 'name' not 'id', right? set in the frameset, i'm saying.
- PonyBoy0
what blaw said...
id="contentframe"
should be:
name="contentframe"
- PonyBoy0
keep id label if you're referencing 'id's'...
... but include 'name' also.
- blaw0
what blaw said...
but said much more effectively by me.
PonyBoy
(Jul 13 07, 16:44)----
thanks!
- Atkinson0
cool, great stuff, thanks a lot!!! One more thing, I just checked the site in IE and everythings got fecking blue lines around it. Can I get the CSS to work in IE somehow?
- Complexfruit0
I just checked the site in IE and everythings got fecking blue lines around it.
---
set img border to "0 px" in your CSS.
- Atkinson0
hmm, I tried to do that - how do I do it? This is what I have...mg {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: 0;
border-right-style: 0;
border-bottom-style: 0;
border-left-style: 0;
- defanddumm0
cosigned
(i need a vacation)