Unstoppable Domains โ€” AI Assistant

CSS and Opening Of New Pages

Spacemail by SpaceshipSpacemail by Spaceship
Watch

proudcdn

Established Member
Impact
1
Hi All,

If I use CSS for my web layout how do I open up content (when a menu button is pressed) within the main body of the page?

With frames you would just point it to target inside of the main body frame.

Thanks in advance.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
I am not sure I understand your question but I don't think you can point the part to open in the main page with CSS but you should make new page with menu again.

For example, if you have

MAIN | FAQ | Contact menu, you are asking how you can point the FAQ page on the MAIN page without changing the whole page, right?

As long as what I know, it is not possible unless you are using other script.

I hope my answer can help you.
 
0
•••
So are you just trying to accomplish this without an iFrame? You can do it with Javascript as well I think
 
0
•••
Don't you use <target=_blank> or something? Or is that only for HTML? 0.0
 
0
•••
you should use php for this. make the links point to index.php?p=1 or p=2 or p=3, then in php write:

if ($p == 1) { echo "content1";} else if ($p == 2) { echo "content2";} else ($p == 1) { echo "content3";}

Hope that helps.
 
0
•••
So I guess the answer is that it can not be done. No problem there are some work arounds.

Thanks All.
 
0
•••
No, there is a Javascript solution that does just that. Or do you not want to go that route?
 
0
•••
Appraise.net
Domain Recover
DomainEasy โ€” Live Options
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back